remove unused server api settings

This commit is contained in:
2025-07-30 18:41:50 +03:00
parent 6d2bf5cdd2
commit 38f784b850

View File

@@ -32,12 +32,6 @@ type HTTPServer struct {
Port string `mapstructure:"port"` Port string `mapstructure:"port"`
Timeout time.Duration `mapstructure:"timeout"` Timeout time.Duration `mapstructure:"timeout"`
IdleTimeout time.Duration `mapstructure:"idle_timeout"` IdleTimeout time.Duration `mapstructure:"idle_timeout"`
HTTPServer_Api HTTPServer_Api `mapstructure:"api"`
}
type HTTPServer_Api struct {
LatestVer string `mapstructure:"latest-version"`
Layers []string `mapstructure:"layers"`
} }
type TLS struct { type TLS struct {