Documentation
¶
Index ¶
- func Register(register eosc.IExtenderDriverRegister)
- type Config
- type Driver
- type Factory
- type FileConf
- type FileOutput
- func (a *FileOutput) CheckSkill(skill string) bool
- func (a *FileOutput) Id() string
- func (a *FileOutput) Output(entry eosc.IEntry) error
- func (a *FileOutput) Reset(conf interface{}, workers map[eosc.RequireId]interface{}) (err error)
- func (a *FileOutput) Start() error
- func (a *FileOutput) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) ConfigType ¶
type FileOutput ¶
type FileOutput struct {
*Driver
// contains filtered or unexported fields
}
func (*FileOutput) CheckSkill ¶
func (a *FileOutput) CheckSkill(skill string) bool
func (*FileOutput) Id ¶
func (a *FileOutput) Id() string
func (*FileOutput) Reset ¶
func (a *FileOutput) Reset(conf interface{}, workers map[eosc.RequireId]interface{}) (err error)
func (*FileOutput) Start ¶
func (a *FileOutput) Start() error
func (*FileOutput) Stop ¶
func (a *FileOutput) Stop() error
Click to show internal directories.
Click to hide internal directories.