mirror of https://github.com/hashicorp/consul
backport of commit ed697687c4
(#16402)
Co-authored-by: skpratt <sarah.pratt@hashicorp.com>pull/16406/head
parent
3117db2935
commit
da95252505
|
@ -30,6 +30,9 @@ type License struct {
|
|||
// no longer be used in any capacity
|
||||
TerminationTime time.Time `json:"termination_time"`
|
||||
|
||||
// Whether the license will ignore termination
|
||||
IgnoreTermination bool `json:"ignore_termination"`
|
||||
|
||||
// The product the license is valid for
|
||||
Product string `json:"product"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue