Changed in multiple structs the field Opts to APIOpts

This commit is contained in:
andronache
2021-03-18 13:16:09 +02:00
committed by Dan Christian Bogos
parent 2938a85146
commit 804cc12c9e
89 changed files with 434 additions and 433 deletions

View File

@@ -740,9 +740,9 @@ type PaginatorWithTenant struct {
Paginator
}
type TenantWithOpts struct {
Tenant string
Opts map[string]interface{}
type TenantWithAPIOpts struct {
Tenant string
APIOpts map[string]interface{}
}
type TenantID struct {