Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtConfig ¶
type ExtConfig struct {
Schedule []ScheduleTask `json:"schedule"`
}
ExtConfig defines the MonitorConnection extensions configuration
type ScheduleTask ¶
type ScheduleTask struct { CombinedOutput bool `json:"combinedOutput,omitempty"` Command []string `json:"command"` Cron string `json:"cron"` DataFormat parser.DataFormat `json:"dataFormat"` Environment []string `json:"environment,omitempty"` }
ScheduleTask defines command
func (ScheduleTask) String ¶
func (t ScheduleTask) String() string
Click to show internal directories.
Click to hide internal directories.