package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Sep 20, 2024
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 GRPC struct {
Domain string `yaml:"domain"`
Address string `yaml:"address"`
}
type HTTP struct {
Domain string `yaml:"domain"`
HTTPAddress string `yaml:"http_address"`
HTTPSAddress string `yaml:"https_address"`
}
type Redis struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
Pass string `yaml:"password"`
}
type Server struct {
HTTP HTTP `yaml:"http"`
GRPC GRPC `yaml:"grpc"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.