Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ModeDevelop = Mode{"develop"} // 可用:未来的未被安排的hour ModeTest = Mode{"test"} // 不可用:过去的hour ModeProduct = Mode{"product"} // 已安排训练:过去或未来已被安排训练计划的 )
Functions ¶
This section is empty.
Types ¶
type Mode ¶
type Mode struct {
// contains filtered or unexported fields
}
func NewModeFromString ¶
func (Mode) ErrInvaild ¶
Click to show internal directories.
Click to hide internal directories.