mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated filter indexing
This commit is contained in:
committed by
Dan Christian Bogos
parent
00cece8943
commit
0a75016833
@@ -84,9 +84,9 @@ type DataDB interface {
|
||||
GetChargerProfileDrv(string, string) (*ChargerProfile, error)
|
||||
SetChargerProfileDrv(*ChargerProfile) error
|
||||
RemoveChargerProfileDrv(string, string) error
|
||||
GetDispatcherProfileDrv(string, string) (*DispatcherProfile, error)
|
||||
SetDispatcherProfileDrv(*DispatcherProfile) error
|
||||
RemoveDispatcherProfileDrv(string, string) error
|
||||
GetDispatcherProfileDrv(*context.Context, string, string) (*DispatcherProfile, error)
|
||||
SetDispatcherProfileDrv(*context.Context, *DispatcherProfile) error
|
||||
RemoveDispatcherProfileDrv(*context.Context, string, string) error
|
||||
GetItemLoadIDsDrv(itemIDPrefix string) (loadIDs map[string]int64, err error)
|
||||
SetLoadIDsDrv(ctx *context.Context, loadIDs map[string]int64) error
|
||||
RemoveLoadIDsDrv() error
|
||||
|
||||
Reference in New Issue
Block a user