mocks

package
v1.0.15 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2023 License: Apache-2.0 Imports: 2 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 MockDynconfig

type MockDynconfig[T any] struct {
	// contains filtered or unexported fields
}

MockDynconfig is a mock of Dynconfig interface.

func NewMockDynconfig

func NewMockDynconfig[T any](ctrl *gomock.Controller) *MockDynconfig[T]

NewMockDynconfig creates a new mock instance.

func (*MockDynconfig[T]) EXPECT

func (m *MockDynconfig[T]) EXPECT() *MockDynconfigMockRecorder[T]

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

func (*MockDynconfig[T]) Get

func (m *MockDynconfig[T]) Get() (*T, error)

Get mocks base method.

func (*MockDynconfig[T]) Refresh

func (m *MockDynconfig[T]) Refresh() error

Refresh mocks base method.

type MockDynconfigMockRecorder

type MockDynconfigMockRecorder[T any] struct {
	// contains filtered or unexported fields
}

MockDynconfigMockRecorder is the mock recorder for MockDynconfig.

func (*MockDynconfigMockRecorder[T]) Get

func (mr *MockDynconfigMockRecorder[T]) Get() *gomock.Call

Get indicates an expected call of Get.

func (*MockDynconfigMockRecorder[T]) Refresh

func (mr *MockDynconfigMockRecorder[T]) Refresh() *gomock.Call

Refresh indicates an expected call of Refresh.

type MockManagerClient

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

MockManagerClient is a mock of ManagerClient interface.

func NewMockManagerClient

func NewMockManagerClient(ctrl *gomock.Controller) *MockManagerClient

NewMockManagerClient creates a new mock instance.

func (*MockManagerClient) EXPECT

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

func (*MockManagerClient) Get

func (m *MockManagerClient) Get() (any, error)

Get mocks base method.

type MockManagerClientMockRecorder

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

MockManagerClientMockRecorder is the mock recorder for MockManagerClient.

func (*MockManagerClientMockRecorder) Get

Get indicates an expected call of Get.

Jump to

Keyboard shortcuts

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