
The highest tagged major version is
v5.
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 2, 2025
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 Config struct {
Port int `yaml:"port"`
AuthDir string `yaml:"auth_dir"`
Debug bool `yaml:"debug"`
ApiKeys []string `yaml:"api_keys"`
}
Config represents the application's configuration
/ LoadConfig loads the configuration from the specified file
Source Files
¶
Click to show internal directories.
Click to hide internal directories.