Documentation
¶
Index ¶
Constants ¶
View Source
const ( TIMEOUT_30_SEC = 30 * time.Second TIMEOUT_10_SEC = 10 * time.Second TIMEOUT_5_SEC = 5 * time.Second TIMEOUT_1_SEC = 1 * time.Second )
View Source
const (
ErrorParamsEmpty errors.CodeError = iota + errors.MIN_PKG_Httpserver
)
Variables ¶
This section is empty.
Functions ¶
func IsCodeError ¶
func IsCodeError() bool
func IsRunning ¶
func IsRunning(allSrv ...HTTPServer) bool
func Listen ¶
func Listen(allSrv ...HTTPServer)
func ListenWaitNotify ¶
func ListenWaitNotify(allSrv ...HTTPServer)
func Restart ¶
func Restart(allSrv ...HTTPServer)
func Shutdown ¶
func Shutdown(allSrv ...HTTPServer)
Types ¶
Click to show internal directories.
Click to hide internal directories.