Added FS Support & blocked non usable functionality in console (#880)

Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Alex
2021-07-20 21:02:33 -05:00
committed by GitHub
parent c31af8bb8c
commit dd0b791d9d
42 changed files with 811 additions and 1170 deletions

View File

@@ -37,6 +37,9 @@ import (
// swagger:model sessionResponse
type SessionResponse struct {
// distributed mode
DistributedMode bool `json:"distributedMode,omitempty"`
// features
Features []string `json:"features"`