Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertificatesConfig ¶
type CertificatesConfig struct {
Name string `mapstructure:"name"`
Namespace string `mapstructure:"namespace"`
Service string `mapstructure:"service"`
Output string `mapstructure:"output"`
}
func (CertificatesConfig) String ¶
func (c CertificatesConfig) String() string
type ServerConfig ¶
type ServerConfig struct {
Bind string `mapstructure:"bind"`
Sources string `mapstructure:"sources"`
Target string `mapstructure:"target"`
Certificate string `mapstructure:"certificate"`
Key string `mapstructure:"key"`
}
func (ServerConfig) String ¶
func (c ServerConfig) String() string
Click to show internal directories.
Click to hide internal directories.