Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + type AuthConfig struct + Enabled bool + Users []UserCreds + type CacheConfig struct + CleanupInterval time.Duration + TTL time.Duration + type Config struct + Auth AuthConfig + Cache CacheConfig + Http HttpConfig + Storage StorageConfig + func DefaultConfig() *Config + func Load(configFile string, flags *pflag.FlagSet) (*Config, error) + type HttpConfig struct + Addr string + Debug HttpDebugConfig + Host string + Prefix string + Relativeurls bool + type HttpDebugConfig struct + Addr string + Prometheus PrometheusConfig + type PrometheusConfig struct + Enabled bool + Path string + type StorageConfig struct + Directory string + type UserCreds struct + Password string + Username string