Documentation
¶
Overview ¶
Package env represents the environment of the current process, includes work path and config path etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Wd string // working path GateID uint16 // gate id Die chan bool // wait for end application Heartbeat time.Duration // Heartbeat internal Debug bool // enable Debug HandshakeValidator func([]byte) error // When you need to verify the custom data of the handshake request Serializer serialize.Serializer GrpcOptions = []grpc.DialOption{grpc.WithInsecure()} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.