Documentation
¶
Index ¶
Constants ¶
View Source
const ( Zip containerType = iota // Zip container type e.g. for .docx etc. Mscfb // Mscfb container type e.g. for .doc etc. )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContainerMatcher ¶
type ContainerMatcher struct {
// contains filtered or unexported fields
}
func (*ContainerMatcher) String ¶
func (c *ContainerMatcher) String() string
type Matcher ¶
type Matcher []*ContainerMatcher
Matcher is a slice of container matchers
type Reader ¶
type Reader interface { Next() error // when finished, should return io.EOF Name() string // return name of the object with paths concatenated with / character SetSource(*siegreader.Buffers) (*siegreader.Buffer, error) Close() // close files IsDir() bool // report if a directory }
type SignatureSet ¶
Click to show internal directories.
Click to hide internal directories.