Documentation ¶
Index ¶
Constants ¶
View Source
const ( CfgParamCoreAPI = "CoreAPI" CfgParamCoreXPXNode = "XPXNode" CfgParamNetworkType = "networkType" )
congig params in restMux
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CfgHttp ¶
type CfgHttp struct { // list tokens to check requests KillSignal int `yaml:"KillSignal"` Server *fasthttp.Server `yaml:"Server"` }
CfgHttp has some options for Acceptor work
func NewCfgHttp ¶
NewCfgHttp create CfgHttp from config file
Click to show internal directories.
Click to hide internal directories.