Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SliceFile ¶ added in v1.2.0
type SliceFile struct { wpk.FileReader // contains filtered or unexported fields }
SliceFile structure gives access to nested into package file. wpk.NestedFile interface implementation.
func NewSliceFile ¶ added in v1.2.0
NewSliceFile creates SliceFile file structure based on given tags slice.
type Tagger ¶ added in v1.4.0
type Tagger struct {
// contains filtered or unexported fields
}
Tagger is object to get access to package nested files by reading sections of bytes slice.
func (*Tagger) Close ¶ added in v1.4.0
Close does nothing, there is no any opened handles. Useful for interface compatibility. io.Closer implementation.
func (*Tagger) OpenTagset ¶ added in v1.4.0
OpenTagset creates file object to give access to nested into package file by given tagset.
Click to show internal directories.
Click to hide internal directories.