executer

package
v0.0.0-...-09bfc21 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package executer is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executer

type Executer interface {
	Execute(command string) (string, error)
	TempFile(dir, pattern string) (f *os.File, err error)
}

func NewExecuter

func NewExecuter() Executer

type MockExecuter

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

MockExecuter is a mock of Executer interface.

func NewMockExecuter

func NewMockExecuter(ctrl *gomock.Controller) *MockExecuter

NewMockExecuter creates a new mock instance.

func (*MockExecuter) EXPECT

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

func (*MockExecuter) Execute

func (m *MockExecuter) Execute(command string) (string, error)

Execute mocks base method.

func (*MockExecuter) TempFile

func (m *MockExecuter) TempFile(dir, pattern string) (*os.File, error)

TempFile mocks base method.

type MockExecuterMockRecorder

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

MockExecuterMockRecorder is the mock recorder for MockExecuter.

func (*MockExecuterMockRecorder) Execute

func (mr *MockExecuterMockRecorder) Execute(command interface{}) *gomock.Call

Execute indicates an expected call of Execute.

func (*MockExecuterMockRecorder) TempFile

func (mr *MockExecuterMockRecorder) TempFile(dir, pattern interface{}) *gomock.Call

TempFile indicates an expected call of TempFile.

Jump to

Keyboard shortcuts

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