Updated GetAttributeProfileIDs

This commit is contained in:
Tripon Alexandru-Ionut
2019-04-17 15:58:37 +03:00
committed by Dan Christian Bogos
parent 87d5f6dd15
commit fbc1fad902
8 changed files with 102 additions and 16 deletions

View File

@@ -753,8 +753,12 @@ const (
// AttributeS APIs
const (
ApierV1GetAttributeProfile = "ApierV1.GetAttributeProfile"
ApierV1GetAttributeProfileIDs = "ApierV1.GetAttributeProfileIDs"
AttributeSv1GetAttributeForEvent = "AttributeSv1.GetAttributeForEvent"
AttributeSv1ProcessEvent = "AttributeSv1.ProcessEvent"
ApierV1RemoveAttributeProfile = "ApierV1.RemoveAttributeProfile"
ApierV2SetAttributeProfile = "ApierV2.SetAttributeProfile"
AttributeSv1Ping = "AttributeSv1.Ping"
)

View File

@@ -792,6 +792,11 @@ type TenantArg struct {
Tenant string
}
type TenantArgWithPaginator struct {
TenantArg
Paginator
}
type TenantWithArgDispatcher struct {
*TenantArg
*ArgDispatcher