Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SinkDriver ¶
type SinkDriver string
SinkDriver represents a sink driver to use
const ( // SinkDriverDatadog is the Datadog driver SinkDriverDatadog SinkDriver = "datadog" // SinkDriverNoop is a noop driver mainly used for testing SinkDriverNoop SinkDriver = "noop" )
Click to show internal directories.
Click to hide internal directories.