mocks

package
v0.0.0-...-7650396 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockData

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

MockData is a mock of Data interface

func NewMockData

func NewMockData(ctrl *gomock.Controller) *MockData

NewMockData creates a new mock instance

func (*MockData) EXPECT

func (m *MockData) EXPECT() *MockDataMockRecorder

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

func (*MockData) Get

func (m *MockData) Get(arg0 string) ([]byte, error)

Get mocks base method

func (*MockData) Send

func (m *MockData) Send(arg0 string, arg1 []byte) error

Send mocks base method

type MockDataMockRecorder

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

MockDataMockRecorder is the mock recorder for MockData

func (*MockDataMockRecorder) Get

func (mr *MockDataMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockDataMockRecorder) Send

func (mr *MockDataMockRecorder) Send(arg0, arg1 interface{}) *gomock.Call

Send indicates an expected call of Send

Jump to

Keyboard shortcuts

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