Documentation ¶
Index ¶
- Constants
- type Daemon
- func (d *Daemon) APIClient() *grpc.Server
- func (d *Daemon) Clients() []*client.Client
- func (d *Daemon) ClientsCount() int
- func (d *Daemon) MessagesClient() *grpc.Server
- func (d *Daemon) StartAgents(portRsList []PortRs, useSSL bool) error
- func (d *Daemon) StartAllAgents() error
- func (d *Daemon) StartAllAgentsUsingSSL() error
- func (d *Daemon) Stop()
- type PortRs
Constants ¶
View Source
const ( TestGrpcMessagesPort = "10000" TestGrpcAPIPort = "10001" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Daemon ¶ added in v0.3.0
type Daemon struct { MessagesServer *server.MessagesServer APIServer *api.Server // contains filtered or unexported fields }
func (*Daemon) ClientsCount ¶ added in v0.3.0
func (*Daemon) MessagesClient ¶ added in v0.3.0
func (*Daemon) StartAgents ¶ added in v0.3.0
func (*Daemon) StartAllAgents ¶ added in v0.3.0
func (*Daemon) StartAllAgentsUsingSSL ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.