Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseKafkaConnection ¶
func CloseKafkaConnection(writer *kafka.Writer) error
func SetupKafkaConnection ¶
func SetupS3Client ¶
Sets up S3 client
Types ¶
type ConnectorInterface ¶
func CreateConnectors ¶
func CreateConnectors(cfg config.YamlConfig) []ConnectorInterface
Create all connectors
type KafkaConnector ¶
type KafkaConnector struct {
// contains filtered or unexported fields
}
func (KafkaConnector) Close ¶
func (c KafkaConnector) Close() error
func (KafkaConnector) GetName ¶
func (c KafkaConnector) GetName() string
type RollbarConnector ¶
type RollbarConnector struct {
// contains filtered or unexported fields
}
func (RollbarConnector) Close ¶
func (c RollbarConnector) Close() error
func (RollbarConnector) GetName ¶
func (c RollbarConnector) GetName() string
type S3Connector ¶
type S3Connector struct {
// contains filtered or unexported fields
}
func (S3Connector) Close ¶
func (c S3Connector) Close() error
func (S3Connector) GetName ¶
func (c S3Connector) GetName() string
Click to show internal directories.
Click to hide internal directories.