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