mocks

package
v2.11.7 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: types/handler.go

Generated by this command:

mockgen -source=types/handler.go -package=mocks -destination=types/mocks/interfaces.go PostDecorator

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 MockAnteDecorator

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

MockAnteDecorator is a mock of AnteDecorator interface.

func NewMockAnteDecorator

func NewMockAnteDecorator(ctrl *gomock.Controller) *MockAnteDecorator

NewMockAnteDecorator creates a new mock instance.

func (*MockAnteDecorator) AnteHandle

func (m *MockAnteDecorator) AnteHandle(ctx types.Context, tx types.Tx, simulate bool, next types.AnteHandler) (types.Context, error)

AnteHandle mocks base method.

func (*MockAnteDecorator) EXPECT

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

type MockAnteDecoratorMockRecorder

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

MockAnteDecoratorMockRecorder is the mock recorder for MockAnteDecorator.

func (*MockAnteDecoratorMockRecorder) AnteHandle

func (mr *MockAnteDecoratorMockRecorder) AnteHandle(ctx, tx, simulate, next any) *gomock.Call

AnteHandle indicates an expected call of AnteHandle.

type MockPostDecorator

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

MockPostDecorator is a mock of PostDecorator interface.

func NewMockPostDecorator

func NewMockPostDecorator(ctrl *gomock.Controller) *MockPostDecorator

NewMockPostDecorator creates a new mock instance.

func (*MockPostDecorator) EXPECT

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

func (*MockPostDecorator) PostHandle

func (m *MockPostDecorator) PostHandle(ctx types.Context, tx types.Tx, simulate, success bool, next types.PostHandler) (types.Context, error)

PostHandle mocks base method.

type MockPostDecoratorMockRecorder

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

MockPostDecoratorMockRecorder is the mock recorder for MockPostDecorator.

func (*MockPostDecoratorMockRecorder) PostHandle

func (mr *MockPostDecoratorMockRecorder) PostHandle(ctx, tx, simulate, success, next any) *gomock.Call

PostHandle indicates an expected call of PostHandle.

Jump to

Keyboard shortcuts

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