feat #44: add CLI commands to manage apps
This commit is contained in:
parent
9d2d49425d
commit
c8958a8f44
9 changed files with 276 additions and 4 deletions
|
@ -75,6 +75,7 @@ type BackendConfig struct {
|
|||
Local bool `json:"local"`
|
||||
}
|
||||
|
||||
// Deprecated: remove when we finally drop the JSON config
|
||||
type OpenConnectConfig struct {
|
||||
ClientConfigs []*storage.Client `json:"clients"`
|
||||
BackendConfigs []*BackendConfig `json:"backends"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue