Rename IP to IPAllocations

This commit is contained in:
ionutboangiu
2025-06-03 14:06:56 +03:00
committed by Dan Christian Bogos
parent fb92e613d8
commit eb9f826ffd
28 changed files with 425 additions and 435 deletions

View File

@@ -49,9 +49,9 @@ type DataDB interface {
GetIPProfileDrv(*context.Context, string, string) (*utils.IPProfile, error)
SetIPProfileDrv(*context.Context, *utils.IPProfile) error
RemoveIPProfileDrv(*context.Context, string, string) error
GetIPDrv(*context.Context, string, string) (*utils.IP, error)
SetIPDrv(*context.Context, *utils.IP) error
RemoveIPDrv(*context.Context, string, string) error
GetIPAllocationsDrv(*context.Context, string, string) (*utils.IPAllocations, error)
SetIPAllocationsDrv(*context.Context, *utils.IPAllocations) error
RemoveIPAllocationsDrv(*context.Context, string, string) error
GetLoadHistory(int, bool, string) ([]*utils.LoadInstance, error)
AddLoadHistory(*utils.LoadInstance, int, string) error
GetIndexesDrv(ctx *context.Context, idxItmType, tntCtx, idxKey, transactionID string) (indexes map[string]utils.StringSet, err error)