Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BundleSource ¶
type BundleSource string
type FileConsumer ¶
type FileProducer ¶
type FileProducer interface {
Produce(consumer FileConsumer) error
Info() SourceInfo
}
type Reader ¶
type Reader interface {
WalkFiles(handler WalkFilesFunc) error
Info() SourceInfo
Manifest() (*Manifest, error)
}
type SourceInfo ¶
type SourceInfo struct {
SourceType SourceType `json:"source_type"`
FileInfo FileInfo `json:"file_info"`
}
type SourceType ¶
type SourceType string
Click to show internal directories.
Click to hide internal directories.