Documentation ¶
Overview ¶
Package trainingpriority
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Normal = TrainingPriority{"normal"} Low = TrainingPriority{"low"} )
Functions ¶
This section is empty.
Types ¶
type TrainingPriority ¶
type TrainingPriority struct {
Name string
}
func (TrainingPriority) MarshalText ¶
func (t TrainingPriority) MarshalText() (text []byte, err error)
func (TrainingPriority) String ¶
func (t TrainingPriority) String() string
func (*TrainingPriority) UnmarshalText ¶
func (t *TrainingPriority) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.