Documentation ¶ Index ¶ type Box func OpenBox(base string) (*Box, error) func (instance *Box) Close() error func (instance *Box) ForEach(predicate common.FilePredicate, callback func(common.FileInfo) error) error func (instance *Box) Info(name string) (common.FileInfo, error) func (instance *Box) Open(name string) (common.File, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Box ¶ type Box struct { // contains filtered or unexported fields } func OpenBox ¶ func OpenBox(base string) (*Box, error) func (*Box) Close ¶ func (instance *Box) Close() error func (*Box) ForEach ¶ added in v0.6.0 func (instance *Box) ForEach(predicate common.FilePredicate, callback func(common.FileInfo) error) error func (*Box) Info ¶ func (instance *Box) Info(name string) (common.FileInfo, error) func (*Box) Open ¶ func (instance *Box) Open(name string) (common.File, error) Source Files ¶ View all Source files box.go Click to show internal directories. Click to hide internal directories.