Documentation
¶
Index ¶
- type RoleManagerServer
- func (s *RoleManagerServer) CreateRequestRoleIntent(_ context.Context, req *pb.CreateRequestRoleIntentRequest) (*pb.CreateRequestRoleIntentResponse, error)
- func (s *RoleManagerServer) IsRoleAvailable(_ context.Context, req *pb.IsRoleAvailableRequest) (*pb.IsRoleAvailableResponse, error)
- func (s *RoleManagerServer) IsRoleHeld(_ context.Context, req *pb.IsRoleHeldRequest) (*pb.IsRoleHeldResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoleManagerServer ¶
type RoleManagerServer struct {
pb.UnimplementedRoleManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
RoleManagerServer implements pb.RoleManagerServiceServer.
func (*RoleManagerServer) CreateRequestRoleIntent ¶
func (s *RoleManagerServer) CreateRequestRoleIntent(_ context.Context, req *pb.CreateRequestRoleIntentRequest) (*pb.CreateRequestRoleIntentResponse, error)
func (*RoleManagerServer) IsRoleAvailable ¶
func (s *RoleManagerServer) IsRoleAvailable(_ context.Context, req *pb.IsRoleAvailableRequest) (*pb.IsRoleAvailableResponse, error)
func (*RoleManagerServer) IsRoleHeld ¶
func (s *RoleManagerServer) IsRoleHeld(_ context.Context, req *pb.IsRoleHeldRequest) (*pb.IsRoleHeldResponse, error)
Click to show internal directories.
Click to hide internal directories.