update commands when running in supervised mode

This commit is contained in:
A.Unger
2021-03-10 11:10:46 +01:00
parent 25909d5923
commit 4e37d4a2f6
72 changed files with 1547 additions and 803 deletions
+4
View File
@@ -77,7 +77,11 @@ type Port struct {
// Services and Protocol will be ignored if this is used
Config map[string]interface{}
// Context allows for context cancellation and propagation
Context context.Context
// Supervised is used when running under an oCIS runtime supervision tree
Supervised bool
}
// Users defines the available users configuration.