Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandAPI ¶
CommandAPI represents a command.
type ExecAPI ¶
type ExecAPI interface {
Command(name string, arg ...string) CommandAPI
}
ExecAPI represents anything that knows how to build a command.
type FileInfo ¶
FileInfo is a wrapper around the os.FileInfo interface. Mockery isn't very good at making mocks for interfaces outside of the project, so I'm wrapping the FileInfo interface to make life a bit easier.
Source Files
¶
- execapi.go
- osio.go
Click to show internal directories.
Click to hide internal directories.