mocks

package
v0.0.0-...-b0339d0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCommand

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

MockCommand is a mock of Command interface

func NewMockCommand

func NewMockCommand(ctrl *gomock.Controller) *MockCommand

NewMockCommand creates a new mock instance

func (*MockCommand) AddApp

func (m *MockCommand) AddApp(appId string, description []byte) error

AddApp mocks base method

func (*MockCommand) DeleteApp

func (m *MockCommand) DeleteApp(appId string) error

DeleteApp mocks base method

func (*MockCommand) EXPECT

func (m *MockCommand) EXPECT() *MockCommandMockRecorder

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

func (*MockCommand) GetApp

func (m *MockCommand) GetApp(appId string) (map[string]interface{}, error)

GetApp mocks base method

func (*MockCommand) GetApps

func (m *MockCommand) GetApps(queryOptional ...map[string]interface{}) ([]map[string]interface{}, error)

GetApps mocks base method

type MockCommandMockRecorder

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

MockCommandMockRecorder is the mock recorder for MockCommand

func (*MockCommandMockRecorder) AddApp

func (mr *MockCommandMockRecorder) AddApp(appId, description interface{}) *gomock.Call

AddApp indicates an expected call of AddApp

func (*MockCommandMockRecorder) DeleteApp

func (mr *MockCommandMockRecorder) DeleteApp(appId interface{}) *gomock.Call

DeleteApp indicates an expected call of DeleteApp

func (*MockCommandMockRecorder) GetApp

func (mr *MockCommandMockRecorder) GetApp(appId interface{}) *gomock.Call

GetApp indicates an expected call of GetApp

func (*MockCommandMockRecorder) GetApps

func (mr *MockCommandMockRecorder) GetApps(queryOptional ...interface{}) *gomock.Call

GetApps indicates an expected call of GetApps

Jump to

Keyboard shortcuts

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