Csaba Tűz
Csaba Tűz
**Assuming** ```go import ( parser "github.com/haproxytech/config-parser/v5" ) ... p := parser.New(content, options) ``` **Proposal** It would be a useful feature, to be able to list all the set attributes in...
**Assuming** ```go import ( parser "github.com/haproxytech/config-parser/v5" ) ... p := parser.New(content, options) ``` _Currently it's possible to obtain the parsed models for all supported attributes like_ ```go log, err :=...
**Issue** Currently `core.go` is well aware of addition / modification / removal counts, during it's operation, but this information is getting lost in the Report, and not outputted in any...