Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Endpoint string Token string License string Licensor string Subscription string EnableGithub bool EnableGithubEnt bool EnableGitlab bool EnableBitbucket bool EnableStash bool EnableGogs bool EnableGitea bool EnableAgents bool EnableNomad bool EnableKubernetes bool }
Config configures a Datadog sink.
type Datadog ¶
type Datadog struct {
// contains filtered or unexported fields
}
Datadog defines a no-op sink to datadog.
func New ¶
func New( users core.UserStore, repos core.RepositoryStore, builds core.BuildStore, system core.System, config Config, ) *Datadog
New returns a Datadog sink.
Click to show internal directories.
Click to hide internal directories.