Documentation ¶
Index ¶
- func NewFSExporter(location string) (exporter.ExporterBackend, error)
- type FSExporter
- func (p *FSExporter) Begin(config string) error
- func (p *FSExporter) Close() error
- func (p *FSExporter) CreateDirectory(pathname string, fileinfo *objects.FileInfo) error
- func (p *FSExporter) Root() string
- func (p *FSExporter) StoreFile(pathname string, fileinfo *objects.FileInfo, fp io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFSExporter ¶
func NewFSExporter(location string) (exporter.ExporterBackend, error)
Types ¶
type FSExporter ¶
type FSExporter struct { exporter.ExporterBackend // contains filtered or unexported fields }
func (*FSExporter) Begin ¶
func (p *FSExporter) Begin(config string) error
func (*FSExporter) Close ¶
func (p *FSExporter) Close() error
func (*FSExporter) CreateDirectory ¶
func (p *FSExporter) CreateDirectory(pathname string, fileinfo *objects.FileInfo) error
func (*FSExporter) Root ¶
func (p *FSExporter) Root() string
Click to show internal directories.
Click to hide internal directories.