Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
Configuration 配置项
type Decoder ¶
type Decoder func(configuration *Configuration) (interface{}, error)
type Reader ¶
type Source ¶
type Watcher ¶
type Watcher interface { // Next 返回服务实例列表 Next() ([]*Configuration, error) // Stop 停止监听 Stop() error }
Click to show internal directories.
Click to hide internal directories.