restructured action plan

This commit is contained in:
Radu Ioan Fericean
2015-12-14 22:30:36 +02:00
parent 2d1b81d850
commit 9d228d80bf
12 changed files with 262 additions and 297 deletions

View File

@@ -592,7 +592,7 @@ func (self *SQLStorage) GetCallCostLog(cgrid, source, runid string) (*CallCost,
func (self *SQLStorage) LogActionTrigger(ubId, source string, at *ActionTrigger, as Actions) (err error) {
return
}
func (self *SQLStorage) LogActionPlan(source string, at *ActionPlan, as Actions) (err error) {
func (self *SQLStorage) LogActionTiming(source string, at *ActionTiming, as Actions) (err error) {
return
}