Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExampleMain ¶
func ExampleMain()
func NewTestController ¶
func NewTestController(ctx gousu.IContext) gousu.IController
Types ¶
type TestController ¶
type TestController struct {
// contains filtered or unexported fields
}
func (*TestController) Health ¶
func (c *TestController) Health() error
func (*TestController) Name ¶
func (c *TestController) Name() string
func (*TestController) Start ¶
func (c *TestController) Start() error
func (*TestController) Stop ¶
func (c *TestController) Stop() error
type TestService ¶
type TestService struct { }
func (*TestService) Health ¶
func (s *TestService) Health() error
func (*TestService) Name ¶
func (s *TestService) Name() string
func (*TestService) Start ¶
func (s *TestService) Start() error
func (*TestService) Stop ¶
func (s *TestService) Stop() error
Click to show internal directories.
Click to hide internal directories.