mockcontextstore

package
v6.14.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2017 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mockcontextstore is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockContextStore

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

MockContextStore is a mock of ContextStore interface nolint

func NewMockContextStore

func NewMockContextStore(ctrl *gomock.Controller) *MockContextStore

NewMockContextStore creates a new mock instance nolint

func (*MockContextStore) DestroyStore

func (m *MockContextStore) DestroyStore() error

DestroyStore mocks base method nolint

func (*MockContextStore) EXPECT

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

func (*MockContextStore) Remove

func (m *MockContextStore) Remove(id string) error

Remove mocks base method nolint

func (*MockContextStore) Retrieve

func (m *MockContextStore) Retrieve(id string, item interface{}) error

Retrieve mocks base method nolint

func (*MockContextStore) Store

func (m *MockContextStore) Store(id string, item interface{}) error

Store mocks base method nolint

func (*MockContextStore) Walk

func (m *MockContextStore) Walk() (chan string, error)

Walk mocks base method nolint

type MockContextStoreMockRecorder

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

MockContextStoreMockRecorder is the mock recorder for MockContextStore nolint

func (*MockContextStoreMockRecorder) DestroyStore

func (mr *MockContextStoreMockRecorder) DestroyStore() *gomock.Call

DestroyStore indicates an expected call of DestroyStore nolint

func (*MockContextStoreMockRecorder) Remove

func (mr *MockContextStoreMockRecorder) Remove(id interface{}) *gomock.Call

Remove indicates an expected call of Remove nolint

func (*MockContextStoreMockRecorder) Retrieve

func (mr *MockContextStoreMockRecorder) Retrieve(id, item interface{}) *gomock.Call

Retrieve indicates an expected call of Retrieve nolint

func (*MockContextStoreMockRecorder) Store

func (mr *MockContextStoreMockRecorder) Store(id, item interface{}) *gomock.Call

Store indicates an expected call of Store nolint

func (*MockContextStoreMockRecorder) Walk

Walk indicates an expected call of Walk nolint

Jump to

Keyboard shortcuts

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