Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileURIReader ¶
type FileURIReader struct { }
FileURIReader can read data from file:// URIs
func (*FileURIReader) Read ¶
func (r *FileURIReader) Read(uri string) (io.ReadCloser, error)
type HTTPURIReader ¶
type HTTPURIReader struct {
// contains filtered or unexported fields
}
HTTPURIReader can read data from http:// and https:// URIs
func (*HTTPURIReader) Read ¶
func (r *HTTPURIReader) Read(uri string) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.