Added Responder service implementation

This commit is contained in:
Trial97
2019-09-20 14:46:30 +03:00
committed by Dan Christian Bogos
parent 60fef23caa
commit 9dcbaaf06a
4 changed files with 66 additions and 29 deletions

View File

@@ -48,13 +48,12 @@ type ApierV1 struct {
Config *config.CGRConfig
Responder *engine.Responder
CDRs rpcclient.RpcClientConnection // FixMe: populate it from cgr-engine
Scheduler SchedulerGeter
// ServManager *servmanager.ServiceManager // Need to have them capitalize so we can export in V2
HTTPPoster *engine.HTTPPoster
FilterS *engine.FilterS //Used for CDR Exporter
CacheS rpcclient.RpcClientConnection
SchedulerS rpcclient.RpcClientConnection
AttributeS rpcclient.RpcClientConnection
Scheduler SchedulerGeter // Need to have them capitalize so we can export in V2
HTTPPoster *engine.HTTPPoster
FilterS *engine.FilterS //Used for CDR Exporter
CacheS rpcclient.RpcClientConnection
SchedulerS rpcclient.RpcClientConnection
AttributeS rpcclient.RpcClientConnection
}
// Call implements rpcclient.RpcClientConnection interface for internal RPC