Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrPid process id failed ErrPid = errors.New("process id error") // Debug whether to enable debug mode Debug bool // ErrServerAlreadyRun Service is already running ErrServerAlreadyRun = errors.New("server already running") // ErrPidExists pid already exists ErrPidExists = errors.New("pid file exists") // ErrLockFaild pid lock failed ErrLockFaild = errors.New("pid file lock faild") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.