jay-wlj

Results 3 issues of jay-wlj

Add AgentCmd for external parsing

enhancement
invalid

type xmlMapEntry struct { XMLName xml.Name Value string `xml:",chardata"` } func (m Params) MarshalXML(e *xml.Encoder, start xml.StartElement) error { if len(m) == 0 { return nil } start.Name.Local = "xml"...