remove supervised flag from configs

This commit is contained in:
Willy Kloucek
2022-01-07 16:08:14 +00:00
committed by Jörn Friedrich Dreyer
parent 6dc2d4d74c
commit a839288212
13 changed files with 13 additions and 25 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ type Config struct {
GraphExplorer GraphExplorer `ocisConfig:"graph_explorer"`
Context context.Context
Supervised bool
Context context.Context
}
// GraphExplorer defines the available graph-explorer configuration.