Documentation ¶
Index ¶
- type MockDisk
- type MockManager
- func (_m *MockManager) Create(_param0 manifest.DiskPool, _param1 string) (disk.Disk, error)
- func (_m *MockManager) DeleteUnused(_param0 ui.Stage) error
- func (_m *MockManager) EXPECT() *_MockManagerRecorder
- func (_m *MockManager) FindCurrent() ([]disk.Disk, error)
- func (_m *MockManager) FindUnused() ([]disk.Disk, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDisk ¶
type MockDisk struct {
// contains filtered or unexported fields
}
Mock of Disk interface
func NewMockDisk ¶
func NewMockDisk(ctrl *gomock.Controller) *MockDisk
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
Mock of Manager interface
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
func (*MockManager) DeleteUnused ¶
func (_m *MockManager) DeleteUnused(_param0 ui.Stage) error
func (*MockManager) EXPECT ¶
func (_m *MockManager) EXPECT() *_MockManagerRecorder
func (*MockManager) FindCurrent ¶
func (_m *MockManager) FindCurrent() ([]disk.Disk, error)
func (*MockManager) FindUnused ¶
func (_m *MockManager) FindUnused() ([]disk.Disk, error)
Click to show internal directories.
Click to hide internal directories.