mock

package
v3.0.0-beta+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockObjectStore

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

MockObjectStore is a mock of ObjectStore interface

func NewMockObjectStore

func NewMockObjectStore(ctrl *gomock.Controller) *MockObjectStore

NewMockObjectStore creates a new mock instance

func (*MockObjectStore) EXPECT

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

func (*MockObjectStore) ObjectStoreCreate

func (m *MockObjectStore) ObjectStoreCreate(arg0 string) (*api.ObjectstoreInfo, error)

ObjectStoreCreate mocks base method

func (*MockObjectStore) ObjectStoreDelete

func (m *MockObjectStore) ObjectStoreDelete(arg0 string) error

ObjectStoreDelete mocks base method

func (*MockObjectStore) ObjectStoreInspect

func (m *MockObjectStore) ObjectStoreInspect(arg0 string) (*api.ObjectstoreInfo, error)

ObjectStoreInspect mocks base method

func (*MockObjectStore) ObjectStoreUpdate

func (m *MockObjectStore) ObjectStoreUpdate(arg0 string, arg1 bool) error

ObjectStoreUpdate mocks base method

type MockObjectStoreMockRecorder

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

MockObjectStoreMockRecorder is the mock recorder for MockObjectStore

func (*MockObjectStoreMockRecorder) ObjectStoreCreate

func (mr *MockObjectStoreMockRecorder) ObjectStoreCreate(arg0 interface{}) *gomock.Call

ObjectStoreCreate indicates an expected call of ObjectStoreCreate

func (*MockObjectStoreMockRecorder) ObjectStoreDelete

func (mr *MockObjectStoreMockRecorder) ObjectStoreDelete(arg0 interface{}) *gomock.Call

ObjectStoreDelete indicates an expected call of ObjectStoreDelete

func (*MockObjectStoreMockRecorder) ObjectStoreInspect

func (mr *MockObjectStoreMockRecorder) ObjectStoreInspect(arg0 interface{}) *gomock.Call

ObjectStoreInspect indicates an expected call of ObjectStoreInspect

func (*MockObjectStoreMockRecorder) ObjectStoreUpdate

func (mr *MockObjectStoreMockRecorder) ObjectStoreUpdate(arg0, arg1 interface{}) *gomock.Call

ObjectStoreUpdate indicates an expected call of ObjectStoreUpdate

Jump to

Keyboard shortcuts

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