Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InvalidGrpcServer = errors.New("invalid grpc server") InvalidGrpcConf = errors.New("invalid grpc config") )
View Source
var ( InvalidHttpConf = errors.New("invalid http config") InvalidHttpEngine = errors.New("invalid http engine") )
Functions ¶
func GraceGrpcServer ¶ added in v1.2.2
GraceGrpcServer 优雅启动grpc服务
func GraceHttpServer ¶ added in v1.2.2
Types ¶
type HookHandler ¶ added in v1.2.2
type HookHandler func()
type OnHookFunc ¶ added in v1.2.2
type OnHookFunc struct { StartUp []HookHandler ShutDown []HookHandler }
Click to show internal directories.
Click to hide internal directories.