Documentation
¶
Index ¶
- Constants
- type Manager
- func (m *Manager) GetConfig() ([]proto.AgentConfig, []error)
- func (m *Manager) GetDefaults() map[string]interface{}
- func (m *Manager) Handle(cmd *proto.Cmd) *proto.Reply
- func (m *Manager) Relay() *Relay
- func (m *Manager) Start() error
- func (m *Manager) Status() map[string]string
- func (m *Manager) Stop() error
- type Relay
Constants ¶
View Source
const (
BUFFER_SIZE int = 50
)
View Source
const (
DEFAULT_LOG_LEVEL = "warning"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(client pct.WebsocketClient, logChan chan proto.LogEntry) *Manager
func (*Manager) GetDefaults ¶
Click to show internal directories.
Click to hide internal directories.