Documentation
¶
Index ¶
- type ManagerServer
- func (s *ManagerServer) CreateRequestRoleIntent(_ context.Context, req *pb.CreateRequestRoleIntentRequest) (*pb.CreateRequestRoleIntentResponse, error)
- func (s *ManagerServer) IsRoleAvailable(_ context.Context, req *pb.IsRoleAvailableRequest) (*pb.IsRoleAvailableResponse, error)
- func (s *ManagerServer) 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 ManagerServer ¶ added in v0.0.4
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) CreateRequestRoleIntent ¶ added in v0.0.4
func (s *ManagerServer) CreateRequestRoleIntent(_ context.Context, req *pb.CreateRequestRoleIntentRequest) (*pb.CreateRequestRoleIntentResponse, error)
func (*ManagerServer) IsRoleAvailable ¶ added in v0.0.4
func (s *ManagerServer) IsRoleAvailable(_ context.Context, req *pb.IsRoleAvailableRequest) (*pb.IsRoleAvailableResponse, error)
func (*ManagerServer) IsRoleHeld ¶ added in v0.0.4
func (s *ManagerServer) IsRoleHeld(_ context.Context, req *pb.IsRoleHeldRequest) (*pb.IsRoleHeldResponse, error)
Click to show internal directories.
Click to hide internal directories.