Documentation
¶
Index ¶
Constants ¶
View Source
const ( MySQLDatasourceKey = "mysql" MySQLDatasourceOrder = 20 )
View Source
const ( RedisKey = "redis" RedisDatasourceOrder = 30 )
View Source
const ( ZookeeperKey = "zookeeper" ZookeeperOrder = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoConfig ¶
type AutoConfigSlice ¶
type AutoConfigSlice []AutoConfig
func (AutoConfigSlice) Len ¶
func (p AutoConfigSlice) Len() int
func (AutoConfigSlice) Less ¶
func (p AutoConfigSlice) Less(i, j int) bool
func (AutoConfigSlice) Swap ¶
func (p AutoConfigSlice) Swap(i, j int)
type AutoZookeeper ¶
type AutoZookeeper struct {
// contains filtered or unexported fields
}
func (*AutoZookeeper) Condition ¶
func (*AutoZookeeper) Condition() bool
func (*AutoZookeeper) Get ¶
func (p *AutoZookeeper) Get() interface{}
func (*AutoZookeeper) Name ¶
func (*AutoZookeeper) Name() string
func (*AutoZookeeper) OnStart ¶
func (p *AutoZookeeper) OnStart() error
func (*AutoZookeeper) OnStop ¶
func (p *AutoZookeeper) OnStop() error
func (*AutoZookeeper) Order ¶
func (*AutoZookeeper) Order() int
Click to show internal directories.
Click to hide internal directories.