Documentation ¶
Index ¶
- Variables
- func NewFactory() eosc.IExtenderDriverFactory
- func Register(register eosc.IExtenderDriverRegister)
- type Config
- type Proxy
- type ProxyDatas
- type Template
- func (t *Template) CheckSkill(skill string) bool
- func (t *Template) Create(id string, conf map[string]*plugin.Config) eocontext.IChainPro
- func (t *Template) Id() string
- func (t *Template) Reset(conf interface{}, workers map[eosc.RequireId]eosc.IWorker) error
- func (t *Template) Start() error
- func (t *Template) Stop() error
Constants ¶
This section is empty.
Variables ¶
View Source
var DriverName = "plugin_template"
Functions ¶
Types ¶
type Proxy ¶
type Proxy struct { eoscContext.IChainPro // contains filtered or unexported fields }
type ProxyDatas ¶
type ProxyDatas struct {
// contains filtered or unexported fields
}
func NewProxyDatas ¶
func NewProxyDatas() *ProxyDatas
func (*ProxyDatas) Del ¶
func (p *ProxyDatas) Del(id string)
func (*ProxyDatas) Destroy ¶
func (p *ProxyDatas) Destroy()
func (*ProxyDatas) Set ¶
func (p *ProxyDatas) Set(id string, conf map[string]*plugin.Config) eoscContext.IChainPro
type Template ¶
type Template struct {
// contains filtered or unexported fields
}
func NewTemplate ¶
func (*Template) CheckSkill ¶
Click to show internal directories.
Click to hide internal directories.