Add comment to getProcessOptions func

This commit is contained in:
ionutboangiu
2023-03-07 10:03:35 -05:00
committed by Dan Christian Bogos
parent b1b9647104
commit a7d2fc53e2

View File

@@ -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 {