Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileReader ¶
type HTTPFileReader ¶
type HTTPFileReader struct { // URL is the URL of the file to read URL string // contains filtered or unexported fields }
func NewHTTPFileReader ¶
func NewHTTPFileReader(url string, client *http.Client) *HTTPFileReader
func (*HTTPFileReader) Filename ¶
func (r *HTTPFileReader) Filename() string
type LocalFileReader ¶
type LocalFileReader struct {
// contains filtered or unexported fields
}
func NewLocalFileReader ¶
func NewLocalFileReader(path string) *LocalFileReader
func (*LocalFileReader) Filename ¶
func (l *LocalFileReader) Filename() string
Click to show internal directories.
Click to hide internal directories.