Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentConf ¶
type AgentConf struct { HeartbeatPeriodSeconds int ServerMeta }
AgentConf config of Agent
type Conf ¶
type Conf struct { Server *ServerConf Getaway *GatewayConf Agent *AgentConf LogLevel uint8 LogPath string }
Conf .
type GatewayConf ¶
type GatewayConf struct { MaxRecvByteSize int MaxSendByteSize int Port int ServerMeta }
GatewayConf config of Gateway
type ServerConf ¶
ServerConf config of Server
Click to show internal directories.
Click to hide internal directories.