Changed Opts to APIOpts in multiple structs used in apier/

This commit is contained in:
andronache
2021-03-22 15:03:18 +02:00
committed by Dan Christian Bogos
parent 32c234a6c7
commit 38b02c642c
34 changed files with 302 additions and 302 deletions

View File

@@ -45,10 +45,10 @@ type SharedGroup struct {
}
// SharedGroupWithOpts is used in replicatorV1 for dispatcher
type SharedGroupWithOpts struct {
type SharedGroupWithAPIOpts struct {
*SharedGroup
Tenant string
Opts map[string]interface{}
Tenant string
APIOpts map[string]interface{}
}
type SharingParameters struct {