mock_goroutine

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mock_goroutine is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockHandler

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

MockHandler is a mock of Handler interface.

func NewMockHandler

func NewMockHandler(ctrl *gomock.Controller) *MockHandler

NewMockHandler creates a new mock instance.

func (*MockHandler) EXPECT

func (m *MockHandler) EXPECT() *MockHandlerMockRecorder

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

func (*MockHandler) IsCritical

func (m *MockHandler) IsCritical() bool

IsCritical mocks base method.

func (*MockHandler) Name

func (m *MockHandler) Name() string

Name mocks base method.

func (*MockHandler) Shutdown

func (m *MockHandler) Shutdown(arg0 context.Context) error

Shutdown mocks base method.

type MockHandlerMockRecorder

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

MockHandlerMockRecorder is the mock recorder for MockHandler.

func (*MockHandlerMockRecorder) IsCritical

func (mr *MockHandlerMockRecorder) IsCritical() *gomock.Call

IsCritical indicates an expected call of IsCritical.

func (*MockHandlerMockRecorder) Name

func (mr *MockHandlerMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockHandlerMockRecorder) Shutdown

func (mr *MockHandlerMockRecorder) Shutdown(arg0 interface{}) *gomock.Call

Shutdown indicates an expected call of Shutdown.

Jump to

Keyboard shortcuts

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