mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Merge branch 'master' of https://github.com/cgrates/cgrates
This commit is contained in:
@@ -511,6 +511,14 @@ type AttrGetAccount struct {
|
||||
Direction string
|
||||
}
|
||||
|
||||
type AttrGetAccounts struct {
|
||||
Tenant string
|
||||
Direction string
|
||||
AccountIds []string
|
||||
Offset int // Set the item offset
|
||||
Limit int // Limit number of items retrieved
|
||||
}
|
||||
|
||||
// Data used to do remote cache reloads via api
|
||||
type ApiReloadCache struct {
|
||||
DestinationIds []string
|
||||
|
||||
Reference in New Issue
Block a user