mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
add missing field to oss struct (#16401)
This commit is contained in:
parent
7c9801ecf6
commit
4653d82ccc
@ -30,6 +30,9 @@ type License struct {
|
|||||||
// no longer be used in any capacity
|
// no longer be used in any capacity
|
||||||
TerminationTime time.Time `json:"termination_time"`
|
TerminationTime time.Time `json:"termination_time"`
|
||||||
|
|
||||||
|
// Whether the license will ignore termination
|
||||||
|
IgnoreTermination bool `json:"ignore_termination"`
|
||||||
|
|
||||||
// The product the license is valid for
|
// The product the license is valid for
|
||||||
Product string `json:"product"`
|
Product string `json:"product"`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user