Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name is the name of the compiled software. Name string // Version is the version of the compiled software. Version string )
go build -ldflags "-X main.Version=x.y.z"
Functions ¶
This section is empty.
Types ¶
type CommonService ¶
type CommonService struct {
// contains filtered or unexported fields
}
func (CommonService) Run ¶
func (s CommonService) Run() error
func (CommonService) Stop ¶
func (s CommonService) Stop() error
Click to show internal directories.
Click to hide internal directories.