package
0.0.9
Repository: https://github.com/lshaofan/cb-framework.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Run runs your Service.

# Variables

No description provided by the author

# Interfaces

Context interface contains an optional Context function which a Service can implement.
Environment contains information about the environment your application is running in.
Handler is an optional interface a Service can implement.
Service interface contains Start and Stop methods which are called when the service is started and stopped.