Documentation ¶
Index ¶
- func Start(host string, port int)
- type Service
- func (s *Service) AddMonitor(args struct{ ... }, reply *string) error
- func (s *Service) GetHistoricalStats(args struct{ ... }, reply *[]types.HistoricalStat) error
- func (s *Service) GetServiceStatus(name string, reply *types.ServiceStatus) error
- func (s *Service) ListMonitors(_ struct{}, reply *[]types.Monitor) error
- func (s *Service) PauseMonitor(name string, reply *string) error
- func (s *Service) RemoveMonitor(name string, reply *string) error
- func (s *Service) ResumeMonitor(name string, reply *string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) AddMonitor ¶
func (*Service) GetHistoricalStats ¶
func (*Service) GetServiceStatus ¶
func (s *Service) GetServiceStatus(name string, reply *types.ServiceStatus) error
func (*Service) ListMonitors ¶
Click to show internal directories.
Click to hide internal directories.