hduhelp

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimeResp

type TimeResp struct {
	Error int    `json:"error"`
	Msg   string `json:"msg"`
	Data  struct {
		SchoolYear             string `json:"schoolYear"`
		Semester               string `json:"semester"`
		SemesterStartTimestamp int    `json:"semester_start_timestamp"`
		WeekNow                int    `json:"weekNow"`
		WeekDayNow             int    `json:"weekDayNow"`
		TimeStamp              int    `json:"timeStamp"`
		Section                int    `json:"section"`
	} `json:"data"`
	Cache bool `json:"cache"`
}

func Time

func Time() (*TimeResp, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL