Added setting ui mode - enterprise or normal (#575)

This commit is contained in:
RoyUP9
2021-12-30 14:58:53 +02:00
committed by GitHub
parent f535719ddd
commit 482036182b
3 changed files with 26 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ type MizuAgentConfig struct {
TapperResources Resources `json:"tapperResources"`
MizuResourcesNamespace string `json:"mizuResourceNamespace"`
AgentDatabasePath string `json:"agentDatabasePath"`
StandaloneMode bool `json:"standaloneMode"`
}
type WebSocketMessageMetadata struct {