Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReaderFunc ¶
type FileReaderFunc func(path string) (io.ReadCloser, error)
type FileSeekerFunc ¶
type FileSeekerFunc func(path string) (io.ReadSeekCloser, error)
type FileWriterFunc ¶
type FileWriterFunc func(path string) (io.WriteCloser, error)
Click to show internal directories.
Click to hide internal directories.