Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectorPlugin ¶ added in v0.0.20
type ConnectorPlugin interface { connectors.Connector SetConfig(cfg *config.PluginConnectorConfig, logger logger.Logger) }
type FieldPlugin ¶ added in v0.0.20
type FieldPlugin interface {
Format(parsedValue builder.Interfacable, field *config.PluginFieldConfig, logger logger.Logger, index *uint32, input builder.Interfacable) builder.Interfacable
}
Click to show internal directories.
Click to hide internal directories.