buckets

package
v0.10.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2019 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Overview

Package buckets is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStore

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

MockStore is a mock of Store interface

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance

func (*MockStore) Delete

func (m *MockStore) Delete(arg0 context.Context, arg1 string) error

Delete mocks base method

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockStore) Get

func (m *MockStore) Get(arg0 context.Context, arg1 string) (buckets.Meta, error)

Get mocks base method

func (*MockStore) GetObjectStore

func (m *MockStore) GetObjectStore(arg0 context.Context, arg1 string) (objects.Store, error)

GetObjectStore mocks base method

func (*MockStore) List

func (m *MockStore) List(arg0 context.Context, arg1, arg2 string, arg3 int) ([]buckets.ListItem, bool, error)

List mocks base method

func (*MockStore) Put

func (m *MockStore) Put(arg0 context.Context, arg1 string, arg2 storj.Cipher) (buckets.Meta, error)

Put mocks base method

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore

func (*MockStoreMockRecorder) Delete

func (mr *MockStoreMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockStoreMockRecorder) Get

func (mr *MockStoreMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockStoreMockRecorder) GetObjectStore

func (mr *MockStoreMockRecorder) GetObjectStore(arg0, arg1 interface{}) *gomock.Call

GetObjectStore indicates an expected call of GetObjectStore

func (*MockStoreMockRecorder) List

func (mr *MockStoreMockRecorder) List(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockStoreMockRecorder) Put

func (mr *MockStoreMockRecorder) Put(arg0, arg1, arg2 interface{}) *gomock.Call

Put indicates an expected call of Put

Jump to

Keyboard shortcuts

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