This commit is contained in:
DanB
2015-07-07 19:45:45 +02:00
4 changed files with 29 additions and 28 deletions

View File

@@ -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