extra_import

package
v1.7.5 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package extra_import makes sure output does not import it. See #515.

Package extra_import is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Foo

type Foo interface {
	Bar(channels []string, message chan<- Message)
}

type Message

type Message struct {
	Text string
}

type MockFoo

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

MockFoo is a mock of Foo interface.

func NewMockFoo

func NewMockFoo(ctrl *gomock.Controller) *MockFoo

NewMockFoo creates a new mock instance.

func (*MockFoo) Bar

func (m *MockFoo) Bar(arg0 []string, arg1 chan<- Message)

Bar mocks base method.

func (*MockFoo) EXPECT

func (m *MockFoo) EXPECT() *MockFooMockRecorder

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

type MockFooMockRecorder

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

MockFooMockRecorder is the mock recorder for MockFoo.

func (*MockFooMockRecorder) Bar

func (mr *MockFooMockRecorder) Bar(arg0, arg1 interface{}) *gomock.Call

Bar indicates an expected call of Bar.

Jump to

Keyboard shortcuts

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