From 38f784b850aa9889be216b09eb5cfed1af7f8954 Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 30 Jul 2025 18:41:50 +0300 Subject: [PATCH] remove unused server api settings --- internal/engine/config/config.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/internal/engine/config/config.go b/internal/engine/config/config.go index fb4dc50..6aca719 100644 --- a/internal/engine/config/config.go +++ b/internal/engine/config/config.go @@ -32,12 +32,6 @@ type HTTPServer struct { Port string `mapstructure:"port"` Timeout time.Duration `mapstructure:"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 {