Versions in this module Expand all Collapse all v0 v0.4.6 Dec 8, 2022 Changes in this version type Data + func (d *Data) GetSource() map[item.Item]Source v0.4.5 Dec 8, 2022 Changes in this version + type Data struct + func New(sources []item.Item) *Data + func (d *Data) Output(dir, browserName, flag string) + func (d *Data) Recovery(masterKey []byte) error + type OutPutter struct + func NewOutPutter(flag string) *OutPutter + func (o *OutPutter) CreateFile(dir, filename string) (*os.File, error) + func (o *OutPutter) Ext() string + func (o *OutPutter) Write(data Source, writer io.Writer) error + type Source interface + Length func() int + Name func() string + Parse func(masterKey []byte) error