Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalObj ¶
type GlobalObj struct {
TCPServer ziface.IServer `yaml:"-"`
Host string `yaml:"host"`
TCPPort int `yaml:"tcp_port"`
Name string `yaml:"name"`
Version string `yaml:"version"`
MaxPacketSize uint32 `yaml:"max_packet_size"`
MaxConn int `yaml:"max_conn"`
WorkPoolSize uint32 `yaml:"work_pool_size"`
MaxWorkerTaskLen uint32 `yaml:"max_worker_task_len"`
MaxMsgChanLen uint32 `yaml:"max_msg_chan_len"`
}
var GlobalObject *GlobalObj
Click to show internal directories.
Click to hide internal directories.