log

package
v1.18.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2022 License: AGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

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) GetConfig

func (m *Manager) GetConfig() ([]proto.AgentConfig, []error)

func (*Manager) GetDefaults

func (m *Manager) GetDefaults(uuid string) map[string]interface{}

func (*Manager) Handle

func (m *Manager) Handle(cmd *proto.Cmd) *proto.Reply

func (*Manager) Relay

func (m *Manager) Relay() *Relay

func (*Manager) Start

func (m *Manager) Start() error

func (*Manager) Status

func (m *Manager) Status() map[string]string

func (*Manager) Stop

func (m *Manager) Stop() error

type Relay

type Relay struct {
	// contains filtered or unexported fields
}

func NewRelay

func NewRelay(client pct.WebsocketClient, logChan chan proto.LogEntry, logLevel byte, offline bool) *Relay

func (*Relay) LogChan

func (r *Relay) LogChan() chan proto.LogEntry

func (*Relay) LogLevelChan

func (r *Relay) LogLevelChan() chan byte

func (*Relay) Run

func (r *Relay) Run()

func (*Relay) Status

func (r *Relay) Status() map[string]string

func (*Relay) Stop

func (r *Relay) Stop()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL