Documentation ¶
Index ¶
- Variables
- func LoadTt()
- func NewCodecTarget(rx typex.RuleX) typex.XTarget
- func NewHTTPTarget(e typex.RuleX) typex.XTarget
- func NewMongoTarget(e typex.RuleX) typex.XTarget
- func NewMqttTarget(e typex.RuleX) typex.XTarget
- func NewNatsTarget(e typex.RuleX) typex.XTarget
- func NewSqliteTarget(e typex.RuleX) typex.XTarget
- func NewTTcpTarget(e typex.RuleX) typex.XTarget
- func NewTdEngineTarget(e typex.RuleX) typex.XTarget
- func NewUdpTarget(e typex.RuleX) typex.XTarget
- func NewUserG776(e typex.RuleX) typex.XTarget
- type HTTPTarget
- func (ht *HTTPTarget) Details() *typex.OutEnd
- func (ht *HTTPTarget) Init(outEndId string, configMap map[string]interface{}) error
- func (ht *HTTPTarget) Start(cctx typex.CCTX) error
- func (ht *HTTPTarget) Status() typex.SourceState
- func (ht *HTTPTarget) Stop()
- func (ht *HTTPTarget) To(data interface{}) (interface{}, error)
- type SqliteTarget
- func (sqt *SqliteTarget) Details() *typex.OutEnd
- func (sqt *SqliteTarget) Init(outEndId string, configMap map[string]interface{}) error
- func (sqt *SqliteTarget) Start(cctx typex.CCTX) error
- func (sqt *SqliteTarget) Status() typex.SourceState
- func (sqt *SqliteTarget) Stop()
- func (sqt *SqliteTarget) To(data interface{}) (interface{}, error)
- type TTcpTarget
- func (ht *TTcpTarget) Details() *typex.OutEnd
- func (ht *TTcpTarget) Init(outEndId string, configMap map[string]interface{}) error
- func (ht *TTcpTarget) Start(cctx typex.CCTX) error
- func (ht *TTcpTarget) Status() typex.SourceState
- func (ht *TTcpTarget) Stop()
- func (ht *TTcpTarget) To(data interface{}) (interface{}, error)
- type UdpTarget
- func (udpt *UdpTarget) Details() *typex.OutEnd
- func (udpt *UdpTarget) Init(outEndId string, configMap map[string]interface{}) error
- func (udpt *UdpTarget) Start(cctx typex.CCTX) error
- func (udpt *UdpTarget) Status() typex.SourceState
- func (udpt *UdpTarget) Stop()
- func (udpt *UdpTarget) To(data interface{}) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var TM typex.TargetRegistry
Functions ¶
Types ¶
type HTTPTarget ¶
func (*HTTPTarget) Details ¶
func (ht *HTTPTarget) Details() *typex.OutEnd
func (*HTTPTarget) Init ¶
func (ht *HTTPTarget) Init(outEndId string, configMap map[string]interface{}) error
func (*HTTPTarget) Status ¶
func (ht *HTTPTarget) Status() typex.SourceState
func (*HTTPTarget) Stop ¶
func (ht *HTTPTarget) Stop()
func (*HTTPTarget) To ¶
func (ht *HTTPTarget) To(data interface{}) (interface{}, error)
type SqliteTarget ¶
func (*SqliteTarget) Details ¶
func (sqt *SqliteTarget) Details() *typex.OutEnd
func (*SqliteTarget) Init ¶
func (sqt *SqliteTarget) Init(outEndId string, configMap map[string]interface{}) error
func (*SqliteTarget) Status ¶
func (sqt *SqliteTarget) Status() typex.SourceState
func (*SqliteTarget) Stop ¶
func (sqt *SqliteTarget) Stop()
func (*SqliteTarget) To ¶
func (sqt *SqliteTarget) To(data interface{}) (interface{}, error)
* * 数据转存SQLITE *
type TTcpTarget ¶ added in v0.6.4
func (*TTcpTarget) Details ¶ added in v0.6.4
func (ht *TTcpTarget) Details() *typex.OutEnd
func (*TTcpTarget) Init ¶ added in v0.6.4
func (ht *TTcpTarget) Init(outEndId string, configMap map[string]interface{}) error
func (*TTcpTarget) Status ¶ added in v0.6.4
func (ht *TTcpTarget) Status() typex.SourceState
func (*TTcpTarget) Stop ¶ added in v0.6.4
func (ht *TTcpTarget) Stop()
func (*TTcpTarget) To ¶ added in v0.6.4
func (ht *TTcpTarget) To(data interface{}) (interface{}, error)
* * 透传模式:字符串和十六进制 *
Click to show internal directories.
Click to hide internal directories.