//
pkg.gl
Category
github.com/zeromicro/go-zero
core
service
package
1.8.1
Repository:
https://github.com/zeromicro/go-zero.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
458
Files
175 SLOC
#
Functions
NewServiceGroup
NewServiceGroup returns a ServiceGroup.
WithStart
WithStart wraps a start func as a Service.
WithStarter
WithStarter wraps a Starter as a Service.
#
Constants
DevMode
DevMode means development mode.
PreMode
PreMode means pre-release mode.
ProMode
ProMode means production mode.
RtMode
RtMode means regression test mode.
TestMode
TestMode means test mode.
#
Structs
ServiceConf
No description provided by the author
ServiceGroup
No description provided by the author
#
Interfaces
Service
No description provided by the author
Starter
No description provided by the author
Stopper
No description provided by the author
#
Type aliases
DevServerConfig
No description provided by the author