mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 08:38:45 +05:00
Added context for routes methods
This commit is contained in:
committed by
Dan Christian Bogos
parent
0f0f05d525
commit
788919bdaa
@@ -75,9 +75,9 @@ type DataDB interface {
|
||||
GetFilterDrv(ctx *context.Context, tnt string, id string) (*Filter, error)
|
||||
SetFilterDrv(ctx *context.Context, f *Filter) error
|
||||
RemoveFilterDrv(string, string) error
|
||||
GetRouteProfileDrv(string, string) (*RouteProfile, error)
|
||||
SetRouteProfileDrv(*RouteProfile) error
|
||||
RemoveRouteProfileDrv(string, string) error
|
||||
GetRouteProfileDrv(*context.Context, string, string) (*RouteProfile, error)
|
||||
SetRouteProfileDrv(*context.Context, *RouteProfile) error
|
||||
RemoveRouteProfileDrv(*context.Context, string, string) error
|
||||
GetAttributeProfileDrv(ctx *context.Context, tnt string, id string) (*AttributeProfile, error)
|
||||
SetAttributeProfileDrv(ctx *context.Context, attr *AttributeProfile) error
|
||||
RemoveAttributeProfileDrv(*context.Context, string, string) error
|
||||
|
||||
Reference in New Issue
Block a user