Documentation ¶
Index ¶
Constants ¶
View Source
const ( Version = "1.2.7" ProductName = "Edge Node" ProcessName = "edge-node" Role = "node" EncryptKey = "8f983f4d69b83aaa0d74b21a212f6967" EncryptMethod = "aes-256-cfb" // SystemdServiceName systemd SystemdServiceName = "edge-node" AccessLogSockName = "edge-node.accesslog.sock" )
View Source
const BuildCommunity = true
View Source
const BuildPlus = false
View Source
const Tag = "community"
Variables ¶
View Source
var ( InTrafficBytes = uint64(0) OutTrafficBytes = uint64(0) NodeId int64 = 0 NodeIdString = "" IsMain = checkMain() GlobalProductName = nodeconfigs.DefaultProductName IsQuiting = false // 是否正在退出 EnableDBStat = false // 是否开启本地数据库统计 )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.