mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
Updated GetAttributeProfileIDs
This commit is contained in:
committed by
Dan Christian Bogos
parent
87d5f6dd15
commit
fbc1fad902
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
@@ -792,6 +792,11 @@ type TenantArg struct {
|
||||
Tenant string
|
||||
}
|
||||
|
||||
type TenantArgWithPaginator struct {
|
||||
TenantArg
|
||||
Paginator
|
||||
}
|
||||
|
||||
type TenantWithArgDispatcher struct {
|
||||
*TenantArg
|
||||
*ArgDispatcher
|
||||
|
||||
Reference in New Issue
Block a user