Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDiskService ¶
type FakeDiskService struct { CreateCalled bool CreateErr error CreateID string CreateSize int CreateDiskType string CreateZone string DeleteCalled bool DeleteErr error FindCalled bool FindFound bool FindDisk disk.Disk FindErr error }
func (*FakeDiskService) Delete ¶
func (d *FakeDiskService) Delete(id string) error
Click to show internal directories.
Click to hide internal directories.