Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶ added in v0.9.0
func Create(id, name string, workerConfig *Config, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)
Create 创建consul驱动实例
func NewFactory ¶
func NewFactory() eosc.IExtenderDriverFactory
Types ¶
type AccessConfig ¶
type AccessConfig struct { Address []string `json:"address" label:"consul地址"` Params map[string]string `json:"params" label:"参数"` }
AccessConfig 接入地址配置
type Config ¶
type Config struct {
Config AccessConfig `json:"config" label:"配置信息"`
}
Config consul驱动配置
Click to show internal directories.
Click to hide internal directories.