mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Add comment to getProcessOptions func
This commit is contained in:
committed by
Dan Christian Bogos
parent
b1b9647104
commit
a7d2fc53e2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user