Documentation ¶
Index ¶
- Variables
- func Headers(r interface{}, isHidden func(name string) bool) (headers []string, err error)
- func NewJson(header []string) rp_column.Column
- func NewModel(model interface{}, opts ...rp_model.ReportOpt) rp_column.Column
- func NewStream(model interface{}, opts ...rp_model.ReportOpt) rp_column.Column
- func Parse(r interface{}) (s gjson.Result, err error)
- type JsonArray
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrorInvalidRowDataFormat = errors.New("invalid row data format")
)
Functions ¶
Types ¶
type JsonArray ¶
type JsonArray struct {
// contains filtered or unexported fields
}
func (*JsonArray) ValueStrings ¶
Click to show internal directories.
Click to hide internal directories.