feat: add experiments flag to testserver sdk (#18541)

This commit is contained in:
Dan Stough 2023-08-23 10:23:36 -04:00 committed by GitHub
parent a1755d158c
commit a1cd3f8329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {