Documentation ¶
Index ¶
- type Blackhole
- func (*Blackhole) Copy(_, _ string) error
- func (*Blackhole) Delete(_ string) error
- func (*Blackhole) FileStat(_ string) (inf storage.FileInfo, err error)
- func (*Blackhole) List(_, _ string) ([]storage.FileInfo, error)
- func (*Blackhole) Save(_ string, data io.Reader, _ int) error
- func (*Blackhole) SourceReader(name string) (io.ReadCloser, error)
- type NopReadCloser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blackhole ¶
type Blackhole struct{}
func (*Blackhole) SourceReader ¶
func (*Blackhole) SourceReader(name string) (io.ReadCloser, error)
type NopReadCloser ¶
type NopReadCloser struct{}
NopReadCloser is a no operation ReadCloser
func (NopReadCloser) Close ¶
func (NopReadCloser) Close() error
Click to show internal directories.
Click to hide internal directories.