Versions in this module Expand all Collapse all v1 v1.100.4 Jun 11, 2026 v1.100.3 Jun 11, 2026 v1.100.2 Jun 10, 2026 Changes in this version + type Report struct + Header []string + Rows []map[string]string + func Parse(raw []byte) (*Report, error) + func (r *Report) HasColumns(cols ...string) bool + func (r *Report) JSON() ([]byte, error)