Added migrator for *load_ids

This commit is contained in:
Trial97
2019-10-09 18:08:08 +03:00
committed by Dan Christian Bogos
parent 4f96ca590b
commit 8cddeca1a0
9 changed files with 81 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ type DataDB interface {
RemoveDispatcherProfileDrv(string, string) error
GetItemLoadIDsDrv(itemIDPrefix string) (loadIDs map[string]int64, err error)
SetLoadIDsDrv(loadIDs map[string]int64) error
RemoveLoadIDsDrv() error
GetDispatcherHostDrv(string, string) (*DispatcherHost, error)
SetDispatcherHostDrv(*DispatcherHost) error
RemoveDispatcherHostDrv(string, string) error