Documentation
¶
Index ¶
- type AcademicServiceImpl
- func (s *AcademicServiceImpl) GetCredit(ctx context.Context, _ *academic.GetCreditRequest) (resp *academic.GetCreditResponse, err error)
- func (s *AcademicServiceImpl) GetGPA(ctx context.Context, _ *academic.GetGPARequest) (resp *academic.GetGPAResponse, err error)
- func (s *AcademicServiceImpl) GetPlan(ctx context.Context, _ *academic.GetPlanRequest) (resp *academic.GetPlanResponse, err error)
- func (s *AcademicServiceImpl) GetScores(ctx context.Context, _ *academic.GetScoresRequest) (resp *academic.GetScoresResponse, err error)
- func (s *AcademicServiceImpl) GetUnifiedExam(ctx context.Context, _ *academic.GetUnifiedExamRequest) (resp *academic.GetUnifiedExamResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcademicServiceImpl ¶
type AcademicServiceImpl struct { ClientSet *base.ClientSet Syncer *syncer.AcademicSyncer }
AcademicServiceImpl implements the last service interface defined in the IDL.
func NewAcademicService ¶
func NewAcademicService(clientSet *base.ClientSet, syncer *syncer.AcademicSyncer) *AcademicServiceImpl
func (*AcademicServiceImpl) GetCredit ¶
func (s *AcademicServiceImpl) GetCredit(ctx context.Context, _ *academic.GetCreditRequest) (resp *academic.GetCreditResponse, err error)
GetCredit implements the AcademicServiceImpl interface.
func (*AcademicServiceImpl) GetGPA ¶
func (s *AcademicServiceImpl) GetGPA(ctx context.Context, _ *academic.GetGPARequest) (resp *academic.GetGPAResponse, err error)
GetGPA implements the AcademicServiceImpl interface.
func (*AcademicServiceImpl) GetPlan ¶
func (s *AcademicServiceImpl) GetPlan(ctx context.Context, _ *academic.GetPlanRequest) (resp *academic.GetPlanResponse, err error)
GetPlan implements the AcademicServiceImpl interface.
func (*AcademicServiceImpl) GetScores ¶
func (s *AcademicServiceImpl) GetScores(ctx context.Context, _ *academic.GetScoresRequest) (resp *academic.GetScoresResponse, err error)
GetScores implements the AcademicServiceImpl interface.
func (*AcademicServiceImpl) GetUnifiedExam ¶
func (s *AcademicServiceImpl) GetUnifiedExam(ctx context.Context, _ *academic.GetUnifiedExamRequest) (resp *academic.GetUnifiedExamResponse, err error)
GetUnifiedExam implements the AcademicServiceImpl interface.
Click to show internal directories.
Click to hide internal directories.