package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 26, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Certs struct {
SSLCertificateKey string `yaml:"ssl_certificate_key"`
SSLCertificate string `yaml:"ssl_certificate"`
SSLDHParam string `yaml:"ssl_dhparam"`
}
type Common struct {
TZ string `yaml:"tz"`
Network Network `yaml:"network"`
Certs Certs `yaml:"certs"`
}
type Network struct {
Gateway string `yaml:"gateway"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.