Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromFilesystem ¶
Types ¶
type From ¶ added in v0.5.2
type From struct { Path string ContainerPath PathMapper Ignore *patternmatcher.PatternMatcher MaxFiles int MaxSize int // contains filtered or unexported fields }
type PathMapper ¶
func NewPathMapperAsIs ¶
func NewPathMapperAsIs() PathMapper
func NewPathMapperPrepend ¶
func NewPathMapperPrepend(prependDir string) PathMapper
type SingleFileFS ¶ added in v0.5.2
type SingleFileFS struct {
// contains filtered or unexported fields
}
func NewSingleFileFS ¶ added in v0.5.2
func NewSingleFileFS(filePath string) *SingleFileFS
Click to show internal directories.
Click to hide internal directories.