fake

package
v1.16.1 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakeClient

func NewFakeClient(ctx context.Context, opts storage.Options) (storage.Storage, error)

Types

type FakeStorageClient

type FakeStorageClient struct{}

func (*FakeStorageClient) DeleteObject

func (c *FakeStorageClient) DeleteObject(ctx context.Context, objectName string) error

func (*FakeStorageClient) GetObject

func (c *FakeStorageClient) GetObject(ctx context.Context, objectName string) (io.ReadCloser, error)

func (*FakeStorageClient) GetPrefix

func (c *FakeStorageClient) GetPrefix() string

func (*FakeStorageClient) ListObjects

func (c *FakeStorageClient) ListObjects(ctx context.Context, prefix string) ([]string, error)

func (*FakeStorageClient) PutObject

func (c *FakeStorageClient) PutObject(ctx context.Context, name string, data io.Reader, size int64) error

func (*FakeStorageClient) SetPrefix

func (c *FakeStorageClient) SetPrefix(prefix string)

Jump to

Keyboard shortcuts

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