revise IPService implementation

This commit is contained in:
ionutboangiu
2025-12-04 14:10:05 +02:00
committed by Dan Christian Bogos
parent 5aee85a12d
commit eb372148d1
34 changed files with 1201 additions and 1666 deletions

View File

@@ -89,9 +89,9 @@ type DataDB interface {
GetIPProfileDrv(string, string) (*IPProfile, error)
SetIPProfileDrv(*IPProfile) error
RemoveIPProfileDrv(string, string) error
GetIPDrv(string, string) (*IP, error)
SetIPDrv(*IP) error
RemoveIPDrv(string, string) error
GetIPAllocationsDrv(string, string) (*IPAllocations, error)
SetIPAllocationsDrv(*IPAllocations) error
RemoveIPAllocationsDrv(string, string) error
GetTimingDrv(string) (*utils.TPTiming, error)
SetTimingDrv(*utils.TPTiming) error
RemoveTimingDrv(string) error