Documentation ¶
Index ¶
- type FsBackend
- func (b *FsBackend) FileExists(filename string) bool
- func (b *FsBackend) GetDirectories(dirname string) ([]string, error)
- func (b *FsBackend) GetFile(filename string) ([]byte, error)
- func (b *FsBackend) GetFiles(dirname string) ([]string, error)
- func (b *FsBackend) GetFilesRecursive(dirname string) ([]string, error)
- func (b *FsBackend) MkdirAll(dirname string) error
- func (b *FsBackend) PutFile(filename string, content *bytes.Buffer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsBackend ¶
type FsBackend struct {
BasePath string
}
func (*FsBackend) FileExists ¶
func (*FsBackend) GetDirectories ¶
func (*FsBackend) GetFilesRecursive ¶
Click to show internal directories.
Click to hide internal directories.