mirror of https://github.com/status-im/consul.git
feat: add experiments flag to testserver sdk (#18541)
This commit is contained in:
parent
a1755d158c
commit
a1cd3f8329
|
@ -131,6 +131,7 @@ type TestServerConfig struct {
|
|||
ReturnPorts func() `json:"-"`
|
||||
Audit *TestAuditConfig `json:"audit,omitempty"`
|
||||
Version string `json:"version,omitempty"`
|
||||
Experiments []string `json:"experiments,omitempty"`
|
||||
}
|
||||
|
||||
type TestACLs struct {
|
||||
|
|
Loading…
Reference in New Issue