mirror of https://github.com/status-im/consul.git
Update API module to include the licensed modules in its output (#7661)
This commit is contained in:
parent
6ef8ae9965
commit
d24b65b8f0
|
@ -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…
Reference in New Issue