Finished changing Opts to APIOpts for structs used in api_interfaces

This commit is contained in:
andronache
2021-03-22 16:29:59 +02:00
committed by Dan Christian Bogos
parent 38b02c642c
commit 806c8295be
95 changed files with 600 additions and 600 deletions

View File

@@ -966,7 +966,7 @@ type SetIndexesArg struct {
type DurationArgs struct {
Duration time.Duration
Opts map[string]interface{}
APIOpts map[string]interface{}
Tenant string
}