memory

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidArguments = errors.New("invalid arguments")
)

Functions

This section is empty.

Types

type Storage

type Storage struct {
	// contains filtered or unexported fields
}

Storage implements a simple in-memory remote storage

func Open

func Open() *Storage

func (*Storage) Exists

func (r *Storage) Exists(ctx context.Context, name string) (bool, error)

Exists checks if a remove resource exists and can be read Note that due to an asynchronous nature of cluod storage, a resource stored with the Put method may not be immediately accessible

func (*Storage) Get

func (r *Storage) Get(ctx context.Context, name string, offs, size int64) (io.ReadCloser, error)

Get opens a stream of data for given object

func (*Storage) Kind added in v1.3.1

func (r *Storage) Kind() string

func (*Storage) ListEntries

func (r *Storage) ListEntries(ctx context.Context, path string) ([]remotestorage.EntryInfo, []string, error)

func (*Storage) Put

func (r *Storage) Put(ctx context.Context, name string, fileName string) error

Put writes a remote s3 resource

func (*Storage) SetRandomPutDelays

func (r *Storage) SetRandomPutDelays(minMs, maxMs int)

func (*Storage) String

func (r *Storage) String() string

Jump to

Keyboard shortcuts

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