Documentation ¶
Index ¶
- Constants
- type Config
- type Service
- func (s *Service) Alert(name, output string, level alert.Level) error
- func (s *Service) Close() error
- func (s *Service) Handler(l *log.Logger) alert.Handler
- func (s *Service) Open() error
- func (s *Service) Test(options interface{}) error
- func (s *Service) TestOptions() interface{}
- func (s *Service) Update(newConfig []interface{}) error
Constants ¶
View Source
const DefaultSource = "Kapacitor"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) TestOptions ¶ added in v1.1.0
func (s *Service) TestOptions() interface{}
Click to show internal directories.
Click to hide internal directories.