Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcelMetadata ¶
type ExcelSheets ¶
type ExcelSheets map[string][][]interface{}
type HttpOption ¶
type ScheduleJob ¶
type ScheduleJob struct {
Mode string `json:"mode" msgpack:"mode"`
Spec string `json:"spec" msgpack:"spec"`
Option interface{} `json:"option" msgpack:"option"`
ScheduleState `json:"schedule_state" msgpack:"state"`
}
type ScheduleOption ¶
type ScheduleOption struct {
Status bool `json:"status" msgpack:"status" `
Jobs []ScheduleJob `json:"jobs" msgpack:"jobs" `
}
type ScheduleState ¶
type ScheduleStatus ¶
Click to show internal directories.
Click to hide internal directories.