mock

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 4 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 MockAppClient

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

MockAppClient is a mock of AppClient interface.

func NewMockAppClient

func NewMockAppClient(ctrl *gomock.Controller) *MockAppClient

NewMockAppClient creates a new mock instance.

func (*MockAppClient) Delete

func (m *MockAppClient) Delete(ctx context.Context, applicationObjectID string) error

Delete mocks base method.

func (*MockAppClient) EXPECT

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

func (*MockAppClient) List

func (m *MockAppClient) List(ctx context.Context, filter string) ([]models.Applicationable, error)

List mocks base method.

type MockAppClientMockRecorder

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

MockAppClientMockRecorder is the mock recorder for MockAppClient.

func (*MockAppClientMockRecorder) Delete

func (mr *MockAppClientMockRecorder) Delete(ctx, applicationObjectID interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAppClientMockRecorder) List

func (mr *MockAppClientMockRecorder) List(ctx, filter interface{}) *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