Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileBackend ¶
type FileBackend struct {
Path string `json:"path"`
}
func (*FileBackend) IsAccessible ¶
func (fb *FileBackend) IsAccessible() (bool, error)
func (*FileBackend) Name ¶
func (fb *FileBackend) Name() string
func (*FileBackend) NewFS ¶
func (fb *FileBackend) NewFS() (ocfl.WriteFS, error)
Click to show internal directories.
Click to hide internal directories.