Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeVolumesDB ¶
type FakeVolumesDB struct { GetVolumesStub func() ([]db.SavedVolume, error) // contains filtered or unexported fields }
func (*FakeVolumesDB) GetVolumes ¶
func (fake *FakeVolumesDB) GetVolumes() ([]db.SavedVolume, error)
func (*FakeVolumesDB) GetVolumesCallCount ¶
func (fake *FakeVolumesDB) GetVolumesCallCount() int
func (*FakeVolumesDB) GetVolumesReturns ¶
func (fake *FakeVolumesDB) GetVolumesReturns(result1 []db.SavedVolume, result2 error)
func (*FakeVolumesDB) Invocations ¶
func (fake *FakeVolumesDB) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.