Discover Packages
github.com/arizon-dread/plats
internal
config
package
Version:
v0.0.0-...-d7d936e
Opens a new window with list of versions in this module.
Published: Jan 5, 2025
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ApiHost struct {
Name string `yaml:"name"`
Url string `yaml:"url"`
Path string `yaml:"path,omitempty"`
ApiKey string `yaml:"apiKey,omitempty"`
ResponseCityKey string `yaml:"responseCityKey,omitempty"`
Fallback bool `yaml:"fallback,omitempty"`
}
type Cache struct {
Url string `yaml:"url,omitempty"`
User string `yaml:"user,omitempty"`
Pass string `yaml:"password,omitempty"`
Port string `yaml:"port,omitempty"`
Proto string `yaml:"protocol,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.