Documentation
¶
Index ¶
- type Config
- type Service
- func (ts *Service) Close() error
- func (ts *Service) Delete(name string) error
- func (ts *Service) Disable(name string) error
- func (ts *Service) Enable(name string) error
- func (ts *Service) GetTaskInfo(tasks []string) ([]taskInfo, error)
- func (ts *Service) IsEnabled(name string) (e bool)
- func (ts *Service) Load(name string) (*kapacitor.Task, error)
- func (ts *Service) LoadRaw(name string) (*rawTask, error)
- func (ts *Service) Open() error
- func (ts *Service) Save(task *rawTask) error
- func (ts *Service) StartTask(t *kapacitor.Task) error
- type TaskInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
HTTPDService interface {
AddRoutes([]httpd.Route) error
DelRoutes([]httpd.Route)
}
TaskMaster interface {
StartTask(t *kapacitor.Task) (*kapacitor.ExecutingTask, error)
StopTask(name string)
}
// contains filtered or unexported fields
}
func (*Service) GetTaskInfo ¶
Click to show internal directories.
Click to hide internal directories.