package
Version:
v0.0.0-...-720f636
Opens a new window with list of versions in this module.
Published: Aug 20, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
HTTP struct {
BasePath string `yaml:"base_path"`
Port int `yaml:"port"`
IsTLS bool `yaml:"is_tls"`
ServerCert string `yaml:"server_crt"`
ServerKey string `yaml:"server_key"`
} `yaml:"http"`
}
Config ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.