//
pkg.gl
Category
github.com/gophernancy/go-zero
core
service
package
1.0.2
Repository:
https://github.com/gophernancy/go-zero.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
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.
PerMode
PerMode means performance 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
A ServiceConf is a service config.
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