Documentation
¶
Index ¶
- type IntFlagMappingServer
- func (s *IntFlagMappingServer) Add(_ context.Context, req *pb.AddRequest) (*pb.AddResponse, error)
- func (s *IntFlagMappingServer) Get(_ context.Context, req *pb.GetRequest) (*pb.GetResponse, error)
- func (s *IntFlagMappingServer) NewIntFlagMapping(_ context.Context, req *pb.NewIntFlagMappingRequest) (*pb.NewIntFlagMappingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntFlagMappingServer ¶
type IntFlagMappingServer struct {
pb.UnimplementedIntFlagMappingServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
IntFlagMappingServer implements pb.IntFlagMappingServiceServer.
func (*IntFlagMappingServer) Add ¶
func (s *IntFlagMappingServer) Add(_ context.Context, req *pb.AddRequest) (*pb.AddResponse, error)
func (*IntFlagMappingServer) Get ¶
func (s *IntFlagMappingServer) Get(_ context.Context, req *pb.GetRequest) (*pb.GetResponse, error)
func (*IntFlagMappingServer) NewIntFlagMapping ¶
func (s *IntFlagMappingServer) NewIntFlagMapping(_ context.Context, req *pb.NewIntFlagMappingRequest) (*pb.NewIntFlagMappingResponse, error)
Click to show internal directories.
Click to hide internal directories.