Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultRootPath = "/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextFilesystem ¶
ContextFilesystem is an afero fs extension
func Join ¶
func Join(forceOverride bool, filesystem ...*ContextFilesystem) (*ContextFilesystem, error)
Join create a new ContextFilesystem joining the input filesystems content
func NewContextFilesystem ¶
func NewContextFilesystem(fs afero.Fs) *ContextFilesystem
Click to show internal directories.
Click to hide internal directories.