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