Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitReader ¶
func InitWriter ¶
Types ¶
type FileBucket ¶
type FileBucket struct{}
func (*FileBucket) NewReader ¶
func (f *FileBucket) NewReader(ctx context.Context, path string) (io.ReadCloser, error)
type GCSBucket ¶
type GCSBucket struct {
Bucket *storage.BucketHandle
}
func NewGCSClient ¶
type HTTPBucket ¶
func NewHTTPBucket ¶
func NewHTTPBucket(client *http.Client) *HTTPBucket
func (*HTTPBucket) NewReader ¶
func (h *HTTPBucket) NewReader(ctx context.Context, path string) (io.ReadCloser, error)
type MultiCloser ¶
func (*MultiCloser) Close ¶
func (m *MultiCloser) Close() error
type ReadWriter ¶
Click to show internal directories.
Click to hide internal directories.