mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 19:52:25 +00:00
remove unused server api settings
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user