storage

package
v0.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

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()

func (*HttpReader) Read

func (r *HttpReader) Read(data []byte) (n int, err error)

func (*HttpReader) ReadAt

func (r *HttpReader) ReadAt(data []byte, offset int64) (int, error)

func (*HttpReader) Seek

func (r *HttpReader) Seek(offset int64, whence int) (int64, error)

type ReaderAtSeeker

type ReaderAtSeeker interface {
	io.Reader
	io.ReaderAt
	io.Seeker
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL