httpoutput

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(register eosc.IExtenderDriverRegister)

Register 注册file_output驱动工厂

Types

type Config

type Config struct {
	Method    string               `json:"method" yaml:"method" enum:"GET,POST,PUT" label:"请求方式"`
	Url       string               `json:"url" yaml:"url" format:"uri" label:"请求Url"`
	Headers   map[string]string    `json:"headers" yaml:"headers" label:"请求头部"`
	Type      string               `json:"type" yaml:"type" enum:"json,line" label:"输出格式"`
	Formatter eosc.FormatterConfig `json:"formatter" yaml:"formatter" label:"格式化配置"`
}

func Check added in v0.8.0

func Check(v interface{}) (*Config, error)

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

func (*Driver) ConfigType

func (d *Driver) ConfigType() reflect.Type

func (*Driver) Create

func (d *Driver) Create(id, name string, v interface{}, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)

type Factory

type Factory struct {
}

func NewFactory

func NewFactory() *Factory

func (*Factory) Create

func (f *Factory) Create(profession string, name string, label string, desc string, params map[string]interface{}) (eosc.IExtenderDriver, error)

func (*Factory) Render added in v0.6.0

func (f *Factory) Render() interface{}

type Handler added in v0.8.0

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler added in v0.8.0

func NewHandler(config *Config) (*Handler, error)

func (*Handler) Close added in v0.8.0

func (h *Handler) Close() error

func (*Handler) Output added in v0.8.0

func (h *Handler) Output(entry eosc.IEntry) error

type HttpOutput

type HttpOutput struct {
	// contains filtered or unexported fields
}

func (*HttpOutput) CheckSkill

func (h *HttpOutput) CheckSkill(skill string) bool

func (*HttpOutput) Id

func (h *HttpOutput) Id() string

func (*HttpOutput) Output

func (h *HttpOutput) Output(entry eosc.IEntry) error

func (*HttpOutput) Reset

func (h *HttpOutput) Reset(conf interface{}, workers map[eosc.RequireId]eosc.IWorker) (err error)

func (*HttpOutput) Start

func (h *HttpOutput) Start() error

func (*HttpOutput) Stop

func (h *HttpOutput) Stop() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL