diff options
Diffstat (limited to 'types')
| -rw-r--r-- | types/server/server.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/types/server/server.go b/types/server/server.go index 260d328..1d55ea7 100644 --- a/types/server/server.go +++ b/types/server/server.go @@ -86,6 +86,9 @@ type Profile struct { // E.g. {"en": "Default Profile"} // If this is empty, the field is omitted from the JSON DisplayName map[string]string `json:"display_name,omitempty"` + + // DefaultGateway is true when the profile is a default gateway one + DefaultGateway bool `json:"default_gateway"` } // Profiles is the map of profiles with the current defined |
