config

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2019 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 Config

type Config struct {
	Listen        string        `json:"listen"`
	TLS           *TLSConfig    `json:"tls"`
	GitHub        *GitHubConfig `json:"github"`
	DockerHub     *ProxyConfig  `json:"dockerhub"`
	Alertmanager  *ProxyConfig  `json:"alertmanager"`
	AnchoreEngine *ProxyConfig  `json:"anchore-engine"`
	Clair         *ProxyConfig  `json:"clair"`
}

func New

func New() *Config

type GitHubConfig

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

type ProxyConfig added in v0.9.0

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

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