Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobReader ¶
type BlobReader struct {
// contains filtered or unexported fields
}
func NewBlobReader ¶
func NewBlobReader(ctx context.Context, name string) (*BlobReader, error)
func (*BlobReader) Close ¶
func (r *BlobReader) Close() error
type HttpReader ¶
type HttpReader struct {
// contains filtered or unexported fields
}
func NewHttpReader ¶
func NewHttpReader(url string) (*HttpReader, error)
func (*HttpReader) Close ¶
func (r *HttpReader) Close() error
Click to show internal directories.
Click to hide internal directories.