Documentation ¶
Index ¶
- type Impl
- func (i *Impl) CreateRole(ctx context.Context, req *role.Spec) (*role.Role, error)
- func (i *Impl) CreateTable(ctx context.Context) error
- func (i *Impl) DeleteRole(ctx context.Context, req *role.DeleteRoleRequest) (*role.Role, error)
- func (i *Impl) DescRole(ctx context.Context, req *role.DescRoleRequest) (*role.Role, error)
- func (i *Impl) Init()
- func (i *Impl) Name() string
- func (i *Impl) Priority() int
- func (i *Impl) QueryRole(ctx context.Context, req *role.QueryRoleRequest) (*role.RoleSet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Impl ¶
type Impl struct { ioc.ObjectImpl role.UnimplementedRpcServer // contains filtered or unexported fields }
func (*Impl) CreateRole ¶
func (*Impl) DeleteRole ¶
Click to show internal directories.
Click to hide internal directories.