Documentation
¶
Index ¶
- type AcademicService
- func (s *AcademicService) GetCredit() ([]*jwch.CreditStatistics, error)
- func (s *AcademicService) GetGPA() (*jwch.GPABean, error)
- func (s *AcademicService) GetPlan() (string, error)
- func (s *AcademicService) GetScores() ([]*jwch.Mark, error)
- func (s *AcademicService) GetUnifiedExam() ([]*jwch.UnifiedExam, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcademicService ¶
type AcademicService struct {
// contains filtered or unexported fields
}
func NewAcademicService ¶
func NewAcademicService(ctx context.Context, clientset *base.ClientSet, syncer *syncer.AcademicSyncer) *AcademicService
func (*AcademicService) GetCredit ¶
func (s *AcademicService) GetCredit() ([]*jwch.CreditStatistics, error)
func (*AcademicService) GetPlan ¶
func (s *AcademicService) GetPlan() (string, error)
func (*AcademicService) GetUnifiedExam ¶
func (s *AcademicService) GetUnifiedExam() ([]*jwch.UnifiedExam, error)
Click to show internal directories.
Click to hide internal directories.