mock

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

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 MockClient

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

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) ChangeAPIKeyName

ChangeAPIKeyName mocks base method.

func (*MockClient) Close

func (m *MockClient) Close()

Close mocks base method.

func (*MockClient) CreateAPIKey

CreateAPIKey mocks base method.

func (*MockClient) CreateAccountV2 added in v0.4.0

CreateAccountV2 mocks base method.

func (*MockClient) DeleteAccountV2 added in v0.4.0

DeleteAccountV2 mocks base method.

func (*MockClient) DisableAPIKey

DisableAPIKey mocks base method.

func (*MockClient) DisableAccountV2 added in v0.4.0

DisableAccountV2 mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) EnableAPIKey

EnableAPIKey mocks base method.

func (*MockClient) EnableAccountV2 added in v0.4.0

EnableAccountV2 mocks base method.

func (*MockClient) GetAPIKey

GetAPIKey mocks base method.

func (*MockClient) GetAPIKeyBySearchingAllEnvironments

GetAPIKeyBySearchingAllEnvironments mocks base method.

func (*MockClient) GetAccountV2 added in v0.4.0

GetAccountV2 mocks base method.

func (*MockClient) GetAccountV2ByEnvironmentID added in v0.4.0

GetAccountV2ByEnvironmentID mocks base method.

func (*MockClient) GetMe

GetMe mocks base method.

func (*MockClient) GetMyOrganizations added in v0.4.0

GetMyOrganizations mocks base method.

func (*MockClient) GetMyOrganizationsByEmail added in v0.4.0

GetMyOrganizationsByEmail mocks base method.

func (*MockClient) ListAPIKeys

ListAPIKeys mocks base method.

func (*MockClient) ListAccountsV2 added in v0.4.0

ListAccountsV2 mocks base method.

func (*MockClient) UpdateAccountV2 added in v0.4.0

UpdateAccountV2 mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) ChangeAPIKeyName

func (mr *MockClientMockRecorder) ChangeAPIKeyName(ctx, in interface{}, opts ...interface{}) *gomock.Call

ChangeAPIKeyName indicates an expected call of ChangeAPIKeyName.

func (*MockClientMockRecorder) Close

func (mr *MockClientMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockClientMockRecorder) CreateAPIKey

func (mr *MockClientMockRecorder) CreateAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateAPIKey indicates an expected call of CreateAPIKey.

func (*MockClientMockRecorder) CreateAccountV2 added in v0.4.0

func (mr *MockClientMockRecorder) CreateAccountV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateAccountV2 indicates an expected call of CreateAccountV2.

func (*MockClientMockRecorder) DeleteAccountV2 added in v0.4.0

func (mr *MockClientMockRecorder) DeleteAccountV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteAccountV2 indicates an expected call of DeleteAccountV2.

func (*MockClientMockRecorder) DisableAPIKey

func (mr *MockClientMockRecorder) DisableAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

DisableAPIKey indicates an expected call of DisableAPIKey.

func (*MockClientMockRecorder) DisableAccountV2 added in v0.4.0

func (mr *MockClientMockRecorder) DisableAccountV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

DisableAccountV2 indicates an expected call of DisableAccountV2.

func (*MockClientMockRecorder) EnableAPIKey

func (mr *MockClientMockRecorder) EnableAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

EnableAPIKey indicates an expected call of EnableAPIKey.

func (*MockClientMockRecorder) EnableAccountV2 added in v0.4.0

func (mr *MockClientMockRecorder) EnableAccountV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

EnableAccountV2 indicates an expected call of EnableAccountV2.

func (*MockClientMockRecorder) GetAPIKey

func (mr *MockClientMockRecorder) GetAPIKey(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAPIKey indicates an expected call of GetAPIKey.

func (*MockClientMockRecorder) GetAPIKeyBySearchingAllEnvironments

func (mr *MockClientMockRecorder) GetAPIKeyBySearchingAllEnvironments(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAPIKeyBySearchingAllEnvironments indicates an expected call of GetAPIKeyBySearchingAllEnvironments.

func (*MockClientMockRecorder) GetAccountV2 added in v0.4.0

func (mr *MockClientMockRecorder) GetAccountV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAccountV2 indicates an expected call of GetAccountV2.

func (*MockClientMockRecorder) GetAccountV2ByEnvironmentID added in v0.4.0

func (mr *MockClientMockRecorder) GetAccountV2ByEnvironmentID(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetAccountV2ByEnvironmentID indicates an expected call of GetAccountV2ByEnvironmentID.

func (*MockClientMockRecorder) GetMe

func (mr *MockClientMockRecorder) GetMe(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMe indicates an expected call of GetMe.

func (*MockClientMockRecorder) GetMyOrganizations added in v0.4.0

func (mr *MockClientMockRecorder) GetMyOrganizations(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMyOrganizations indicates an expected call of GetMyOrganizations.

func (*MockClientMockRecorder) GetMyOrganizationsByEmail added in v0.4.0

func (mr *MockClientMockRecorder) GetMyOrganizationsByEmail(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMyOrganizationsByEmail indicates an expected call of GetMyOrganizationsByEmail.

func (*MockClientMockRecorder) ListAPIKeys

func (mr *MockClientMockRecorder) ListAPIKeys(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListAPIKeys indicates an expected call of ListAPIKeys.

func (*MockClientMockRecorder) ListAccountsV2 added in v0.4.0

func (mr *MockClientMockRecorder) ListAccountsV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListAccountsV2 indicates an expected call of ListAccountsV2.

func (*MockClientMockRecorder) UpdateAccountV2 added in v0.4.0

func (mr *MockClientMockRecorder) UpdateAccountV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateAccountV2 indicates an expected call of UpdateAccountV2.

Jump to

Keyboard shortcuts

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