mirror of
https://github.com/status-im/consul.git
synced 2025-01-30 23:46:03 +00:00
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…
x
Reference in New Issue
Block a user