mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 15:48:44 +05:00
Apply go fmt
This commit is contained in:
committed by
Dan Christian Bogos
parent
d98594d1ad
commit
0653e9b5d7
@@ -95,7 +95,7 @@ func (eeR *ExportRequest) FieldAsString(fldPath []string) (val string, err error
|
||||
return utils.IfaceAsString(iface), nil
|
||||
}
|
||||
|
||||
//SetFields will populate fields of AgentRequest out of templates
|
||||
// SetFields will populate fields of AgentRequest out of templates
|
||||
func (eeR *ExportRequest) SetFields(ctx *context.Context, tplFlds []*config.FCTemplate) (err error) {
|
||||
for _, tplFld := range tplFlds {
|
||||
if pass, err := eeR.filterS.Pass(ctx, eeR.tnt,
|
||||
|
||||
Reference in New Issue
Block a user