mock_indications_store

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_indications_store 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) Clear

func (m *MockStore) Clear() error

Clear mocks base method

func (*MockStore) Close

func (m *MockStore) Close() error

Close mocks base method

func (*MockStore) Discard added in v0.6.5

func (m *MockStore) Discard(arg0 indications.ID, arg1 ...indications.DiscardOption) error

Discard 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) List

func (m *MockStore) List(arg0 chan<- indications.Indication) error

List mocks base method

func (*MockStore) Lookup added in v0.6.5

Lookup mocks base method

func (*MockStore) Record added in v0.6.5

func (m *MockStore) Record(arg0 *indications.Indication, arg1 ...indications.RecordOption) error

Record mocks base method

func (*MockStore) Watch

func (m *MockStore) Watch(arg0 chan<- indications.Event, arg1 ...indications.WatchOption) error

Watch mocks base method

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore

func (*MockStoreMockRecorder) Clear

func (mr *MockStoreMockRecorder) Clear() *gomock.Call

Clear indicates an expected call of Clear

func (*MockStoreMockRecorder) Close

func (mr *MockStoreMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close

func (*MockStoreMockRecorder) Discard added in v0.6.5

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

Discard indicates an expected call of Discard

func (*MockStoreMockRecorder) List

func (mr *MockStoreMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List

func (*MockStoreMockRecorder) Lookup added in v0.6.5

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

Lookup indicates an expected call of Lookup

func (*MockStoreMockRecorder) Record added in v0.6.5

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

Record indicates an expected call of Record

func (*MockStoreMockRecorder) Watch

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

Watch indicates an expected call of Watch

Jump to

Keyboard shortcuts

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