Documentation ¶
Index ¶
- func NewGRPCServer(cfg *config.Config, logger *zap.Logger, clk clock.Clock, ...) (*grpc.Server, error)
- type RandomDiceServer
- func (s *RandomDiceServer) CreateUser(ctx context.Context, req *randomdicev1.CreateUserRequest) (*randomdicev1.CreateUserResponse, error)
- func (s *RandomDiceServer) DeleteUser(ctx context.Context, req *randomdicev1.DeleteUserRequest) (*randomdicev1.DeleteUserResponse, error)
- func (s *RandomDiceServer) GetUser(ctx context.Context, req *randomdicev1.GetUserRequest) (*randomdicev1.GetUserResponse, error)
- func (s *RandomDiceServer) ListUsers(ctx context.Context, req *randomdicev1.ListUsersRequest) (*randomdicev1.ListUsersResponse, error)
- func (s *RandomDiceServer) UpdateUser(ctx context.Context, req *randomdicev1.UpdateUserRequest) (*randomdicev1.UpdateUserResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RandomDiceServer ¶
type RandomDiceServer struct { randomdicev1.UnimplementedUserServiceServer randomdicev1.UnimplementedRoomServiceServer // contains filtered or unexported fields }
func NewRandomDiceServer ¶
func NewRandomDiceServer( cfg *config.Config, clk clock.Clock, mdb client.MongoDBClient, ) (*RandomDiceServer, error)
func (*RandomDiceServer) CreateUser ¶
func (s *RandomDiceServer) CreateUser(ctx context.Context, req *randomdicev1.CreateUserRequest) (*randomdicev1.CreateUserResponse, error)
func (*RandomDiceServer) DeleteUser ¶
func (s *RandomDiceServer) DeleteUser(ctx context.Context, req *randomdicev1.DeleteUserRequest) (*randomdicev1.DeleteUserResponse, error)
func (*RandomDiceServer) GetUser ¶
func (s *RandomDiceServer) GetUser(ctx context.Context, req *randomdicev1.GetUserRequest) (*randomdicev1.GetUserResponse, error)
func (*RandomDiceServer) ListUsers ¶
func (s *RandomDiceServer) ListUsers(ctx context.Context, req *randomdicev1.ListUsersRequest) (*randomdicev1.ListUsersResponse, error)
func (*RandomDiceServer) UpdateUser ¶
func (s *RandomDiceServer) UpdateUser(ctx context.Context, req *randomdicev1.UpdateUserRequest) (*randomdicev1.UpdateUserResponse, error)
Click to show internal directories.
Click to hide internal directories.