Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeSnapshotService ¶
type FakeSnapshotService struct { CreateCalled bool CreateErr error CreateID string CreateDiskID string CreateDescription string CreateZone string DeleteCalled bool DeleteErr error FindCalled bool FindFound bool FindSnapshot snapshot.Snapshot FindErr error }
func (*FakeSnapshotService) Delete ¶
func (s *FakeSnapshotService) Delete(id string) error
Click to show internal directories.
Click to hide internal directories.