Documentation
¶
Index ¶
- type CommonService
- func (s *CommonService) GetCSS() (*[]byte, error)
- func (s *CommonService) GetHtml() (*[]byte, error)
- func (s *CommonService) GetNotice(pageNum int) (list []model.Notice, total int, err error)
- func (s *CommonService) GetTerm(req *common.TermRequest) (bool, *jwch.CalTermEvents, error)
- func (s *CommonService) GetTermList() (*jwch.SchoolCalendar, error)
- func (s *CommonService) GetUserAgreement() (*[]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonService ¶
type CommonService struct {
// contains filtered or unexported fields
}
func NewCommonService ¶
func NewCommonService(ctx context.Context, clientset *base.ClientSet) *CommonService
func (*CommonService) GetCSS ¶
func (s *CommonService) GetCSS() (*[]byte, error)
func (*CommonService) GetHtml ¶
func (s *CommonService) GetHtml() (*[]byte, error)
func (*CommonService) GetTerm ¶
func (s *CommonService) GetTerm(req *common.TermRequest) (bool, *jwch.CalTermEvents, error)
func (*CommonService) GetTermList ¶
func (s *CommonService) GetTermList() (*jwch.SchoolCalendar, error)
func (*CommonService) GetUserAgreement ¶
func (s *CommonService) GetUserAgreement() (*[]byte, error)
Click to show internal directories.
Click to hide internal directories.