AccountActionPlans processed in TPReader

This commit is contained in:
DanB
2017-01-11 16:09:52 +01:00
parent 158330d49c
commit 3ba64f365d
6 changed files with 60 additions and 16 deletions

View File

@@ -74,7 +74,7 @@ type RatingStorage interface {
GetAllActionPlans() (map[string]*ActionPlan, error)
GetAccountActionPlans(acntID string, skipCache bool, transactionID string) (apIDs []string, err error)
SetAccountActionPlans(acntID string, apIDs []string, overwrite bool) (err error)
RemAccountActionPlans(acntID string, aPlIDs []string) (err error)
PushTask(*Task) error
PopTask() (*Task, error)
// CacheDataFromDB loads data to cache, prefix represents the cache prefix, IDs should be nil if all available data should be loaded