mirror of
https://shylinux.com/x/operation
synced 2025-04-24 17:08:04 +08:00
16 lines
275 B
Go
16 lines
275 B
Go
package dashboard
|
|
|
|
import (
|
|
"shylinux.com/x/ice"
|
|
|
|
"shylinux.com/x/operation/src/operation"
|
|
)
|
|
|
|
type userClient struct{ Table }
|
|
|
|
func init() { ice.TeamCtxCmd(userClient{}) }
|
|
|
|
type UserClientRole = operation.UserCloudRole
|
|
|
|
var UserClientRoleList = operation.UserCloudRoleList
|