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