Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockClientService
- func (m *MockClientService) CreateCollection(params *collection.CreateCollectionParams, opts ...collection.ClientOption) (*collection.CreateCollectionOK, error)
- func (m *MockClientService) DeleteCollection(params *collection.DeleteCollectionParams, opts ...collection.ClientOption) (*collection.DeleteCollectionOK, error)
- func (m *MockClientService) EXPECT() *MockClientServiceMockRecorder
- func (m *MockClientService) ListCollections(params *collection.ListCollectionsParams, opts ...collection.ClientOption) (*collection.ListCollectionsOK, error)
- func (m *MockClientService) ReadCollection(params *collection.ReadCollectionParams, opts ...collection.ClientOption) (*collection.ReadCollectionOK, error)
- func (m *MockClientService) SetTransport(transport runtime.ClientTransport)
- func (m *MockClientService) UpdateCollection(params *collection.UpdateCollectionParams, opts ...collection.ClientOption) (*collection.UpdateCollectionOK, error)
- type MockClientServiceMockRecorder
- func (mr *MockClientServiceMockRecorder) CreateCollection(params interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientServiceMockRecorder) DeleteCollection(params interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientServiceMockRecorder) ListCollections(params interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientServiceMockRecorder) ReadCollection(params interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClientServiceMockRecorder) SetTransport(transport interface{}) *gomock.Call
- func (mr *MockClientServiceMockRecorder) UpdateCollection(params interface{}, opts ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientService ¶
type MockClientService struct {
// contains filtered or unexported fields
}
MockClientService is a mock of ClientService interface.
func NewMockClientService ¶
func NewMockClientService(ctrl *gomock.Controller) *MockClientService
NewMockClientService creates a new mock instance.
func (*MockClientService) CreateCollection ¶
func (m *MockClientService) CreateCollection(params *collection.CreateCollectionParams, opts ...collection.ClientOption) (*collection.CreateCollectionOK, error)
CreateCollection mocks base method.
func (*MockClientService) DeleteCollection ¶
func (m *MockClientService) DeleteCollection(params *collection.DeleteCollectionParams, opts ...collection.ClientOption) (*collection.DeleteCollectionOK, error)
DeleteCollection mocks base method.
func (*MockClientService) EXPECT ¶
func (m *MockClientService) EXPECT() *MockClientServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientService) ListCollections ¶
func (m *MockClientService) ListCollections(params *collection.ListCollectionsParams, opts ...collection.ClientOption) (*collection.ListCollectionsOK, error)
ListCollections mocks base method.
func (*MockClientService) ReadCollection ¶
func (m *MockClientService) ReadCollection(params *collection.ReadCollectionParams, opts ...collection.ClientOption) (*collection.ReadCollectionOK, error)
ReadCollection mocks base method.
func (*MockClientService) SetTransport ¶
func (m *MockClientService) SetTransport(transport runtime.ClientTransport)
SetTransport mocks base method.
func (*MockClientService) UpdateCollection ¶
func (m *MockClientService) UpdateCollection(params *collection.UpdateCollectionParams, opts ...collection.ClientOption) (*collection.UpdateCollectionOK, error)
UpdateCollection mocks base method.
type MockClientServiceMockRecorder ¶
type MockClientServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientServiceMockRecorder is the mock recorder for MockClientService.
func (*MockClientServiceMockRecorder) CreateCollection ¶
func (mr *MockClientServiceMockRecorder) CreateCollection(params interface{}, opts ...interface{}) *gomock.Call
CreateCollection indicates an expected call of CreateCollection.
func (*MockClientServiceMockRecorder) DeleteCollection ¶
func (mr *MockClientServiceMockRecorder) DeleteCollection(params interface{}, opts ...interface{}) *gomock.Call
DeleteCollection indicates an expected call of DeleteCollection.
func (*MockClientServiceMockRecorder) ListCollections ¶
func (mr *MockClientServiceMockRecorder) ListCollections(params interface{}, opts ...interface{}) *gomock.Call
ListCollections indicates an expected call of ListCollections.
func (*MockClientServiceMockRecorder) ReadCollection ¶
func (mr *MockClientServiceMockRecorder) ReadCollection(params interface{}, opts ...interface{}) *gomock.Call
ReadCollection indicates an expected call of ReadCollection.
func (*MockClientServiceMockRecorder) SetTransport ¶
func (mr *MockClientServiceMockRecorder) SetTransport(transport interface{}) *gomock.Call
SetTransport indicates an expected call of SetTransport.
func (*MockClientServiceMockRecorder) UpdateCollection ¶
func (mr *MockClientServiceMockRecorder) UpdateCollection(params interface{}, opts ...interface{}) *gomock.Call
UpdateCollection indicates an expected call of UpdateCollection.