refactoring of code

This commit is contained in:
Jonas Kaninda
2024-11-15 15:42:02 +01:00
parent 5a6c30ec95
commit a5823890a8
5 changed files with 19 additions and 14 deletions

View File

@@ -113,6 +113,7 @@ type ErrorResponse struct {
}
type GatewayServer struct {
ctx context.Context
configFile string
version string
gateway Gateway
middlewares []Middleware