Documentation ¶
Overview ¶
Package fsdir implements a storage backend that writes to some mounted file system.
Index ¶
- type Storage
- func (s *Storage) Append(name tapr.PathName) (tapr.File, error)
- func (s *Storage) Create(name tapr.PathName) (tapr.File, error)
- func (s *Storage) Mkdir(name tapr.PathName) error
- func (s *Storage) MkdirAll(name tapr.PathName) error
- func (s *Storage) Open(name tapr.PathName) (tapr.File, error)
- func (s *Storage) OpenFile(name tapr.PathName, flag int) (tapr.File, error)
- func (s *Storage) Stat(name tapr.PathName) (os.FileInfo, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.