From a7d2fc53e24146c167c57f26871748807b13993d Mon Sep 17 00:00:00 2001 From: ionutboangiu Date: Tue, 7 Mar 2023 10:03:35 -0500 Subject: [PATCH] Add comment to getProcessOptions func --- ers/libers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ers/libers.go b/ers/libers.go index 89af398ec..f52aa726d 100644 --- a/ers/libers.go +++ b/ers/libers.go @@ -29,6 +29,7 @@ import ( "github.com/cgrates/cgrates/utils" ) +// getProcessOptions assigns all non-nil fields ending in "Processed" from EventReaderOpts to their counterparts in EventExporterOpts func getProcessOptions(erOpts *config.EventReaderOpts) (eeOpts *config.EventExporterOpts) { if erOpts.AMQPExchangeProcessed != nil { if eeOpts == nil {