mock_requests_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: 4 Imported by: 0

Documentation

Overview

Package mock_requests_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) Ack

func (m *MockStore) Ack(arg0 *requests.Request) error

Ack mocks base method

func (*MockStore) Append

func (m *MockStore) Append(arg0 *requests.Request, arg1 ...requests.AppendOption) error

Append mocks base method

func (*MockStore) Close

func (m *MockStore) Close() error

Close 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) Watch

func (m *MockStore) Watch(arg0 device.ID, arg1 chan<- requests.Event, arg2 ...requests.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) Ack

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

Ack indicates an expected call of Ack

func (*MockStoreMockRecorder) Append

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

Append indicates an expected call of Append

func (*MockStoreMockRecorder) Close

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

Close indicates an expected call of Close

func (*MockStoreMockRecorder) Watch

func (mr *MockStoreMockRecorder) Watch(arg0, arg1 interface{}, arg2 ...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