Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Cleanup() error
- func (m *Manager) Delete() error
- func (m *Manager) Manage(s *mess.Service) error
- func (m *Manager) Order() int
- func (m *Manager) Passive() bool
- func (m *Manager) Proxy() *proxy.Proxy
- func (m *Manager) Running() bool
- func (m *Manager) Service() *mess.Service
- func (m *Manager) Start() error
- func (m *Manager) Stop()
- func (m *Manager) StoppedManually() bool
- func (m *Manager) StorePackage(filename string) error
- func (m *Manager) UpdateDefinition(s *mess.Service)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
Dev bool
NodeID uint64
RootDir string
Handler http.HandlerFunc
ProcLog func(realm, service string, msgs ...[]byte)
NodeLog func(format string, args ...any)
// contains filtered or unexported fields
}
func (*Manager) StoppedManually ¶
func (*Manager) StorePackage ¶
func (*Manager) UpdateDefinition ¶
Click to show internal directories.
Click to hide internal directories.