Documentation ¶
Index ¶
- type File
- type Filesystem
- type IOUtil
- type MockFile
- type MockFilesystem
- func (_m *MockFilesystem) EXPECT() *_MockFilesystemRecorder
- func (_m *MockFilesystem) OpenFile(name string, flag int, perm os.FileMode) (File, error)
- func (_m *MockFilesystem) TempDir(dir string, prefix string) (string, error)
- func (_m *MockFilesystem) WriteFile(filename string, data []byte, perm os.FileMode) error
- type VirtApi
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶ added in v0.12.0
type IOUtil ¶ added in v0.12.0
type IOUtil struct{}
type MockFile ¶ added in v0.12.0
type MockFile struct {
// contains filtered or unexported fields
}
Mock of File interface
func NewMockFile ¶ added in v0.12.0
func NewMockFile(ctrl *gomock.Controller) *MockFile
type MockFilesystem ¶ added in v0.12.0
type MockFilesystem struct {
// contains filtered or unexported fields
}
Mock of Filesystem interface
func NewMockFilesystem ¶ added in v0.12.0
func NewMockFilesystem(ctrl *gomock.Controller) *MockFilesystem
func (*MockFilesystem) EXPECT ¶ added in v0.12.0
func (_m *MockFilesystem) EXPECT() *_MockFilesystemRecorder
type VirtApi ¶ added in v0.4.0
type VirtApi interface { Compose() Run() AddFlags() ConfigureOpenAPIService() Execute() }
func NewVirtApi ¶ added in v0.4.0
func NewVirtApi() VirtApi
Click to show internal directories.
Click to hide internal directories.