mocks

package
v2.1.43 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: dynconfig.go

Generated by this command:

mockgen -destination mocks/dynconfig_mock.go -source dynconfig.go -package mocks

Package mocks is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: manager_client.go

Generated by this command:

mockgen -destination mocks/manager_client_mock.go -source manager_client.go -package mocks

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 added in v2.0.6

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

MockDynconfig is a mock of Dynconfig interface.

func NewMockDynconfig added in v2.0.6

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

NewMockDynconfig creates a new mock instance.

func (*MockDynconfig[T]) EXPECT added in v2.0.6

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

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

func (*MockDynconfig[T]) Get added in v2.0.9

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

Get mocks base method.

func (*MockDynconfig[T]) Refresh added in v2.0.6

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

Refresh mocks base method.

type MockDynconfigMockRecorder added in v2.0.6

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

MockDynconfigMockRecorder is the mock recorder for MockDynconfig.

func (*MockDynconfigMockRecorder[T]) Get added in v2.0.9

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

Get indicates an expected call of Get.

func (*MockDynconfigMockRecorder[T]) Refresh added in v2.0.6

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

Refresh indicates an expected call of Refresh.

type MockManagerClient added in v2.0.4

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

MockManagerClient is a mock of ManagerClient interface.

func NewMockManagerClient added in v2.0.4

func NewMockManagerClient(ctrl *gomock.Controller) *MockManagerClient

NewMockManagerClient creates a new mock instance.

func (*MockManagerClient) EXPECT added in v2.0.4

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

func (*MockManagerClient) Get added in v2.0.4

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

Get mocks base method.

type MockManagerClientMockRecorder added in v2.0.4

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

MockManagerClientMockRecorder is the mock recorder for MockManagerClient.

func (*MockManagerClientMockRecorder) Get added in v2.0.4

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