Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FILE_ENDINGS = []string{".yaml", ".yml", ".json"} // Order of endings matters!
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct {
// contains filtered or unexported fields
}
func NewReadOnlyFileSystem ¶
func NewReadOnlyFileSystem(root string) *FileSystem
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func NewStorage ¶
func NewStorage() *Storage
func (*Storage) AddBackend ¶
func (*Storage) IsSavedInWritableBackend ¶
type WritableFileSystem ¶
type WritableFileSystem struct {
FileSystem
}
func NewWritableFileSystem ¶
func NewWritableFileSystem(root string) *WritableFileSystem
Click to show internal directories.
Click to hide internal directories.