Documentation ¶
Index ¶
- func DatadogEmit(payload blue.Payload, emitterConfig interface{}) (string, error)
- func DatadogEmitWithClient(payload blue.Payload, emitterConfig interface{}, client statsd.ClientInterface) (string, error)
- func MQTTEmit(payload blue.Payload, emitterConfig interface{}) (string, error)
- func MQTTEmitWithClient(payload blue.Payload, emitterConfig interface{}, client _mqtt.Client) (string, error)
- func SQLiteEmit(payload blue.Payload, emitterConfig interface{}) (string, error)
- func StdoutEmit(payload blue.Payload, emitterConfig interface{}) (string, error)
- func WebhookEmit(payload blue.Payload, emitterConfig interface{}) (string, error)
- type Datadog
- type MQTT
- type MockClient
- type SQLite
- type Stdout
- type Template
- type Webhook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatadogEmit ¶
func DatadogEmitWithClient ¶
func DatadogEmitWithClient(payload blue.Payload, emitterConfig interface{}, client statsd.ClientInterface) (string, error)
func MQTTEmitWithClient ¶
func SQLiteEmit ¶
func StdoutEmit ¶
func WebhookEmit ¶
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
Source Files ¶
Click to show internal directories.
Click to hide internal directories.