exam

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: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Undo     = "待做"
	Finished = "已完成"
)

Variables

This section is empty.

Functions

func New

func New()

Types

type Brief

type Brief struct {
	Title string
	// 根据剩余时间推断,可能有±1分钟的误差,对已完成考试无法获取截止时间
	// 精确数据请先打开考试
	Time time.Time
	// 待做、已完成
	Status string
	// contains filtered or unexported fields
}

func (*Brief) Open

func (b *Brief) Open() (*Exam, error)

type Exam

type Exam struct {
}

type List

type List struct {
	Exams []Brief
}

func NewList

func NewList(resp []byte, req *request.Request, cpi, classId string) (*List, error)

Jump to

Keyboard shortcuts

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