client

package
v0.8.10 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionsManagementClient

type FunctionsManagementClient interface {
	CreateApplication(ctx context.Context, request functions.CreateApplicationRequest) (response functions.CreateApplicationResponse, err error)
	CreateFunction(ctx context.Context, request functions.CreateFunctionRequest) (response functions.CreateFunctionResponse, err error)
	DeleteApplication(ctx context.Context, request functions.DeleteApplicationRequest) (response functions.DeleteApplicationResponse, err error)
	DeleteFunction(ctx context.Context, request functions.DeleteFunctionRequest) (response functions.DeleteFunctionResponse, err error)
	GetApplication(ctx context.Context, request functions.GetApplicationRequest) (response functions.GetApplicationResponse, err error)
	GetFunction(ctx context.Context, request functions.GetFunctionRequest) (response functions.GetFunctionResponse, err error)
	ListApplications(ctx context.Context, request functions.ListApplicationsRequest) (response functions.ListApplicationsResponse, err error)
	ListFunctions(ctx context.Context, request functions.ListFunctionsRequest) (response functions.ListFunctionsResponse, err error)
	UpdateApplication(ctx context.Context, request functions.UpdateApplicationRequest) (response functions.UpdateApplicationResponse, err error)
	UpdateFunction(ctx context.Context, request functions.UpdateFunctionRequest) (response functions.UpdateFunctionResponse, err error)
}

Interface extracted from Go SDK FunctionsManagementClient for mockability

func NewMockFunctionsManagementClientBasic

func NewMockFunctionsManagementClientBasic(ctrl *gomock.Controller) FunctionsManagementClient

type MockFunctionsManagementClient

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

MockFunctionsManagementClient is a mock of FunctionsManagementClient interface

func NewMockFunctionsManagementClient

func NewMockFunctionsManagementClient(ctrl *gomock.Controller) *MockFunctionsManagementClient

NewMockFunctionsManagementClient creates a new mock instance

func (*MockFunctionsManagementClient) CreateApplication

CreateApplication mocks base method

func (*MockFunctionsManagementClient) CreateFunction

CreateFunction mocks base method

func (*MockFunctionsManagementClient) DeleteApplication

DeleteApplication mocks base method

func (*MockFunctionsManagementClient) DeleteFunction

DeleteFunction mocks base method

func (*MockFunctionsManagementClient) EXPECT

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

func (*MockFunctionsManagementClient) GetApplication

GetApplication mocks base method

func (*MockFunctionsManagementClient) GetFunction

GetFunction mocks base method

func (*MockFunctionsManagementClient) ListApplications

ListApplications mocks base method

func (*MockFunctionsManagementClient) ListFunctions

ListFunctions mocks base method

func (*MockFunctionsManagementClient) UpdateApplication

UpdateApplication mocks base method

func (*MockFunctionsManagementClient) UpdateFunction

UpdateFunction mocks base method

type MockFunctionsManagementClientMockRecorder

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

MockFunctionsManagementClientMockRecorder is the mock recorder for MockFunctionsManagementClient

func (*MockFunctionsManagementClientMockRecorder) CreateApplication

func (mr *MockFunctionsManagementClientMockRecorder) CreateApplication(ctx, request interface{}) *gomock.Call

CreateApplication indicates an expected call of CreateApplication

func (*MockFunctionsManagementClientMockRecorder) CreateFunction

func (mr *MockFunctionsManagementClientMockRecorder) CreateFunction(ctx, request interface{}) *gomock.Call

CreateFunction indicates an expected call of CreateFunction

func (*MockFunctionsManagementClientMockRecorder) DeleteApplication

func (mr *MockFunctionsManagementClientMockRecorder) DeleteApplication(ctx, request interface{}) *gomock.Call

DeleteApplication indicates an expected call of DeleteApplication

func (*MockFunctionsManagementClientMockRecorder) DeleteFunction

func (mr *MockFunctionsManagementClientMockRecorder) DeleteFunction(ctx, request interface{}) *gomock.Call

DeleteFunction indicates an expected call of DeleteFunction

func (*MockFunctionsManagementClientMockRecorder) GetApplication

func (mr *MockFunctionsManagementClientMockRecorder) GetApplication(ctx, request interface{}) *gomock.Call

GetApplication indicates an expected call of GetApplication

func (*MockFunctionsManagementClientMockRecorder) GetFunction

func (mr *MockFunctionsManagementClientMockRecorder) GetFunction(ctx, request interface{}) *gomock.Call

GetFunction indicates an expected call of GetFunction

func (*MockFunctionsManagementClientMockRecorder) ListApplications

func (mr *MockFunctionsManagementClientMockRecorder) ListApplications(ctx, request interface{}) *gomock.Call

ListApplications indicates an expected call of ListApplications

func (*MockFunctionsManagementClientMockRecorder) ListFunctions

func (mr *MockFunctionsManagementClientMockRecorder) ListFunctions(ctx, request interface{}) *gomock.Call

ListFunctions indicates an expected call of ListFunctions

func (*MockFunctionsManagementClientMockRecorder) UpdateApplication

func (mr *MockFunctionsManagementClientMockRecorder) UpdateApplication(ctx, request interface{}) *gomock.Call

UpdateApplication indicates an expected call of UpdateApplication

func (*MockFunctionsManagementClientMockRecorder) UpdateFunction

func (mr *MockFunctionsManagementClientMockRecorder) UpdateFunction(ctx, request interface{}) *gomock.Call

UpdateFunction indicates an expected call of UpdateFunction

Jump to

Keyboard shortcuts

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