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 ¶
func (m *MockAppClient) EXPECT() *MockAppClientMockRecorder
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.
Click to show internal directories.
Click to hide internal directories.