mocks

package
v0.15.14 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockEventPutter

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

MockEventPutter is a mock of EventPutter interface.

func NewMockEventPutter

func NewMockEventPutter(ctrl *gomock.Controller) *MockEventPutter

NewMockEventPutter creates a new mock instance.

func (*MockEventPutter) EXPECT

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

func (*MockEventPutter) Put

Put mocks base method.

type MockEventPutterMockRecorder

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

MockEventPutterMockRecorder is the mock recorder for MockEventPutter.

func (*MockEventPutterMockRecorder) Put

func (mr *MockEventPutterMockRecorder) Put(arg0, arg1 interface{}) *gomock.Call

Put indicates an expected call of Put.

type MockRuntime

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

MockRuntime is a mock of Runtime interface.

func NewMockRuntime

func NewMockRuntime(ctrl *gomock.Controller) *MockRuntime

NewMockRuntime creates a new mock instance.

func (*MockRuntime) EXPECT

func (m *MockRuntime) EXPECT() *MockRuntimeMockRecorder

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

func (*MockRuntime) Grant

func (m *MockRuntime) Grant(arg0 context.Context, arg1 types.CreateGrant, arg2 bool) error

Grant mocks base method.

func (*MockRuntime) Revoke

func (m *MockRuntime) Revoke(arg0 context.Context, arg1 string, arg2 bool) error

Revoke mocks base method.

type MockRuntimeMockRecorder

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

MockRuntimeMockRecorder is the mock recorder for MockRuntime.

func (*MockRuntimeMockRecorder) Grant

func (mr *MockRuntimeMockRecorder) Grant(arg0, arg1, arg2 interface{}) *gomock.Call

Grant indicates an expected call of Grant.

func (*MockRuntimeMockRecorder) Revoke

func (mr *MockRuntimeMockRecorder) Revoke(arg0, arg1, arg2 interface{}) *gomock.Call

Revoke indicates an expected call of Revoke.

Jump to

Keyboard shortcuts

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