Documentation ¶
Index ¶
- func Register(register eosc.IExtenderDriverRegister)
- type Config
- type Controller
- func (m *Controller) AllWorkers() []string
- func (m *Controller) Check(cfg interface{}) (profession, name, driver, desc string, err error)
- func (m *Controller) ConfigType() reflect.Type
- func (m *Controller) Get() interface{}
- func (m *Controller) Mode() eosc.SettingMode
- func (m *Controller) Set(conf interface{}) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(register eosc.IExtenderDriverRegister)
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController() *Controller
func (*Controller) AllWorkers ¶
func (m *Controller) AllWorkers() []string
func (*Controller) Check ¶
func (m *Controller) Check(cfg interface{}) (profession, name, driver, desc string, err error)
func (*Controller) ConfigType ¶
func (m *Controller) ConfigType() reflect.Type
func (*Controller) Get ¶
func (m *Controller) Get() interface{}
func (*Controller) Mode ¶
func (m *Controller) Mode() eosc.SettingMode
func (*Controller) Set ¶
func (m *Controller) Set(conf interface{}) (err error)
Click to show internal directories.
Click to hide internal directories.