Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Demo2Service ¶
type Demo2Service struct {
// contains filtered or unexported fields
}
func (*Demo2Service) Start ¶
func (d *Demo2Service) Start() error
func (*Demo2Service) Stop ¶
func (d *Demo2Service) Stop()
type DemoService ¶
type DemoService struct {
// contains filtered or unexported fields
}
func (*DemoService) Name ¶
func (d *DemoService) Name() string
func (*DemoService) Reload ¶
func (d *DemoService) Reload()
func (*DemoService) ShouldLoad ¶
func (d *DemoService) ShouldLoad(c infra.FlagContext) bool
func (*DemoService) Start ¶
func (d *DemoService) Start() error
func (*DemoService) Stop ¶
func (d *DemoService) Stop()
Click to show internal directories.
Click to hide internal directories.