generated from VLADIMIR/template
add getTeam method
This commit is contained in:
@@ -23,3 +23,7 @@ func (s *Server) Ping(_ context.Context, _ *proto.PingReq) (*proto.PingRsp, erro
|
||||
func (s *Server) AddTeams(context.Context, *proto.AddTeamsReq) (*proto.AddTeamsRsp, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method AddTeams not implemented")
|
||||
}
|
||||
|
||||
func (s *Server) GetTeams(context.Context, *proto.GetTeamsReq) (*proto.GetTeamsRsp, error) {
|
||||
return nil, status.Errorf(codes.Unimplemented, "method GetTeams not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user