Browse Source

Update API module to include the licensed modules in its output (#7661)

pull/7664/head
Matt Keeler 5 years ago committed by GitHub
parent
commit
d24b65b8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      api/operator_license.go

3
api/operator_license.go

@ -36,6 +36,9 @@ type License struct {
// License Specific Flags
Flags map[string]interface{} `json:"flags"`
// Modules is a list of the licensed enterprise modules
Modules []string `json:"modules"`
// List of features enabled by the license
Features []string `json:"features"`
}

Loading…
Cancel
Save