mock

package
v1.14.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

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

Generated by this command:

mockgen -source=interfaces.go -destination=mock/interfaces.go -package mock

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientInterface

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

MockClientInterface is a mock of ClientInterface interface.

func NewMockClientInterface

func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface

NewMockClientInterface creates a new mock instance.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) Flavors added in v1.12.0

func (m *MockClientInterface) Flavors(ctx context.Context, organizationID, regionID string) ([]openapi.Flavor, error)

Flavors mocks base method.

func (*MockClientInterface) Images

func (m *MockClientInterface) Images(ctx context.Context, organizationID, regionID string) ([]openapi.Image, error)

Images mocks base method.

func (*MockClientInterface) List added in v1.13.0

func (m *MockClientInterface) List(ctx context.Context, organizationID string) ([]openapi.RegionRead, error)

List mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) Flavors added in v1.12.0

func (mr *MockClientInterfaceMockRecorder) Flavors(ctx, organizationID, regionID any) *gomock.Call

Flavors indicates an expected call of Flavors.

func (*MockClientInterfaceMockRecorder) Images

func (mr *MockClientInterfaceMockRecorder) Images(ctx, organizationID, regionID any) *gomock.Call

Images indicates an expected call of Images.

func (*MockClientInterfaceMockRecorder) List added in v1.13.0

func (mr *MockClientInterfaceMockRecorder) List(ctx, organizationID any) *gomock.Call

List indicates an expected call of List.

Jump to

Keyboard shortcuts

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