Adding experimental feature flags (#627)

This commit is contained in:
Igor Gov
2022-01-12 09:33:41 +02:00
committed by GitHub
parent e2df973fe6
commit bfbbc27e62
4 changed files with 9 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ type MizuAgentConfig struct {
MizuResourcesNamespace string `json:"mizuResourceNamespace"`
AgentDatabasePath string `json:"agentDatabasePath"`
StandaloneMode bool `json:"standaloneMode"`
ServiceMap bool `json:"serviceMap"`
OAS bool `json:"oas"`
}
type WebSocketMessageMetadata struct {