//
pkg.gl
Category
github.com/userzhangjinlong/go-zero
core
service
package
1.1.1
Repository:
https://github.com/userzhangjinlong/go-zero.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
2
Files
169 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