Documentation ¶
Index ¶
- type Service
- func (s *Service) CreateCollege(_ context.Context, in *pb.CreateCollegeRequest) (*pb.CreateCollegeResponse, error)
- func (s *Service) DeleteCollege(_ context.Context, in *pb.DeleteCollegeRequest) (*pb.DeleteCollegeResponse, error)
- func (s *Service) GetCollege(_ context.Context, in *pb.GetCollegeRequest) (*pb.GetCollegeResponse, error)
- func (s *Service) ListCollege(_ context.Context, in *pb.ListCollegeRequest) (*pb.ListCollegeResponse, error)
- func (s *Service) SetCollegeManager(_ context.Context, in *pb.SetCollegeManagerRequest) (*pb.SetCollegeManagerResponse, error)
- func (s *Service) UnSetCollegeManager(_ context.Context, in *pb.UnSetCollegeManagerRequest) (*pb.UnSetCollegeManagerResponse, error)
- func (s *Service) UpdateCollege(_ context.Context, in *pb.UpdateCollegeRequest) (*pb.UpdateCollegeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
func (*Service) CreateCollege ¶
func (s *Service) CreateCollege(_ context.Context, in *pb.CreateCollegeRequest) (*pb.CreateCollegeResponse, error)
func (*Service) DeleteCollege ¶
func (s *Service) DeleteCollege(_ context.Context, in *pb.DeleteCollegeRequest) (*pb.DeleteCollegeResponse, error)
func (*Service) GetCollege ¶
func (s *Service) GetCollege(_ context.Context, in *pb.GetCollegeRequest) (*pb.GetCollegeResponse, error)
func (*Service) ListCollege ¶
func (s *Service) ListCollege(_ context.Context, in *pb.ListCollegeRequest) (*pb.ListCollegeResponse, error)
func (*Service) SetCollegeManager ¶
func (s *Service) SetCollegeManager(_ context.Context, in *pb.SetCollegeManagerRequest) (*pb.SetCollegeManagerResponse, error)
func (*Service) UnSetCollegeManager ¶
func (s *Service) UnSetCollegeManager(_ context.Context, in *pb.UnSetCollegeManagerRequest) (*pb.UnSetCollegeManagerResponse, error)
func (*Service) UpdateCollege ¶
func (s *Service) UpdateCollege(_ context.Context, in *pb.UpdateCollegeRequest) (*pb.UpdateCollegeResponse, error)
Click to show internal directories.
Click to hide internal directories.