Documentation ¶
Overview ¶
Package apptype is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInspector ¶
type MockInspector struct {
// contains filtered or unexported fields
}
MockInspector is a mock of Inspector interface
func NewMockInspector ¶
func NewMockInspector(ctrl *gomock.Controller) *MockInspector
NewMockInspector creates a new mock instance
func (*MockInspector) DetermineApplicationType ¶
func (m *MockInspector) DetermineApplicationType(arg0 context.Context, arg1 string) (string, string, error)
DetermineApplicationType mocks base method
func (*MockInspector) EXPECT ¶
func (m *MockInspector) EXPECT() *MockInspectorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockInspectorMockRecorder ¶
type MockInspectorMockRecorder struct {
// contains filtered or unexported fields
}
MockInspectorMockRecorder is the mock recorder for MockInspector
func (*MockInspectorMockRecorder) DetermineApplicationType ¶
func (mr *MockInspectorMockRecorder) DetermineApplicationType(arg0, arg1 interface{}) *gomock.Call
DetermineApplicationType indicates an expected call of DetermineApplicationType
Click to show internal directories.
Click to hide internal directories.