config

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2018 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertmanagerConfig added in v0.2.0

type AlertmanagerConfig struct {
	Path    string `json:"path"`
	Backend string `json:"backend"`
}

type Config

type Config struct {
	Listen       string              `json:"listen"`
	TLS          *TLSConfig          `json:"tls"`
	GitHub       *GitHubConfig       `json:"github"`
	Alertmanager *AlertmanagerConfig `json:"alertmanager"`
}

func New

func New() *Config

type GitHubConfig

type GitHubConfig struct {
	Path    string `json:"path"`
	Backend string `json:"backend"`
	Secret  string `json:"secret"`
}

type TLSConfig

type TLSConfig struct {
	CertFile string `json:"certFile"`
	KeyFile  string `json:"keyFile"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL