Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIKeyIdentityDef ¶
func APIKeyIdentityDef() *eventline.IdentityDef
Types ¶
type APIKeyIdentity ¶
type APIKeyIdentity struct {
Key string `json:"key"`
}
func (*APIKeyIdentity) Check ¶
func (i *APIKeyIdentity) Check(c *check.Checker)
func (*APIKeyIdentity) Def ¶
func (i *APIKeyIdentity) Def() *eventline.IdentityDataDef
func (*APIKeyIdentity) Environment ¶
func (i *APIKeyIdentity) Environment() map[string]string
type Connector ¶
type Connector struct { Def *eventline.ConnectorDef Cfg *ConnectorCfg Log *dlog.Logger }
func NewConnector ¶
func NewConnector() *Connector
func (*Connector) DefaultCfg ¶
func (c *Connector) DefaultCfg() eventline.ConnectorCfg
func (*Connector) Definition ¶
func (c *Connector) Definition() *eventline.ConnectorDef
func (*Connector) Init ¶
func (c *Connector) Init(ccfg eventline.ConnectorCfg, initData eventline.ConnectorInitData) error
type ConnectorCfg ¶
type ConnectorCfg struct { }
func (*ConnectorCfg) Check ¶
func (cfg *ConnectorCfg) Check(c *check.Checker)
Click to show internal directories.
Click to hide internal directories.