Versions in this module Expand all Collapse all v0 v0.0.1 May 16, 2023 Changes in this version + type Data struct + func New(items []item.Item) *Data + func (d *Data) GetCSV() (csvMap map[string]interface{}, err error) + func (d *Data) GetJson() (jsonMap map[string]interface{}, err error) + func (d *Data) Output(dir, browserName, flag string) + func (d *Data) Recovery(masterKey []byte) error + type Source interface + Len func() int + Name func() string + Parse func(masterKey []byte) error