Apply go fmt

This commit is contained in:
ionutboangiu
2022-08-18 17:14:57 +03:00
committed by Dan Christian Bogos
parent d98594d1ad
commit 0653e9b5d7
110 changed files with 2151 additions and 2119 deletions

View File

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