generated from VLADIMIR/template
add game
This commit is contained in:
@@ -44,6 +44,10 @@ func (s *Server) AddAction(ctx context.Context, req *proto.AddActionReq) (*proto
|
||||
return s.services.AddAction(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) GetGame(ctx context.Context, req *proto.GetGameReq) (*proto.GetGameRsp, error) {
|
||||
return s.services.GetGame(ctx, req)
|
||||
}
|
||||
|
||||
func (s *Server) GameStart(ctx context.Context, req *proto.GameStartReq) (*proto.GameStartRsp, error) {
|
||||
return s.services.GameStart(ctx, req)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user