package
Version:
v0.0.0-...-0b4a972
Opens a new window with list of versions in this module.
Published: Jan 12, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
TLS *TLSConfig `config:"ssl"`
Host string `config:"host"`
RootDir string `config:"root_dir"`
}
func DefaultDockerConfig() Config
type TLSConfig struct {
Enabled *bool `config:"enabled"`
CA string `config:"certificate_authority"`
Certificate string `config:"certificate"`
Key string `config:"key"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.