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

This commit is contained in:
Matt Keeler 2020-04-17 13:39:27 -04:00 committed by GitHub
parent c5ab43ebbc
commit a2030dcbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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"`
}