Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseInstance ¶
BaseInstance 基础实例结构
type BaseServcie ¶
type BaseServcie struct {
BaseInstance
Prefix string // 服务前缀
Name string // 服务名称
// contains filtered or unexported fields
}
func (*BaseServcie) Init ¶
func (s *BaseServcie) Init() error
func (*BaseServcie) Start ¶
func (s *BaseServcie) Start() error
func (*BaseServcie) Stop ¶
func (s *BaseServcie) Stop()
Click to show internal directories.
Click to hide internal directories.