Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type StackMigrator
- func (fake *StackMigrator) Invocations() map[string][][]interface{}
- func (fake *StackMigrator) Migrate(state storage.State) (storage.State, error)
- func (fake *StackMigrator) MigrateArgsForCall(i int) storage.State
- func (fake *StackMigrator) MigrateCallCount() int
- func (fake *StackMigrator) MigrateReturns(result1 storage.State, result2 error)
- func (fake *StackMigrator) MigrateReturnsOnCall(i int, result1 storage.State, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StackMigrator ¶
type StackMigrator struct { MigrateStub func(state storage.State) (storage.State, error) // contains filtered or unexported fields }
func (*StackMigrator) Invocations ¶
func (fake *StackMigrator) Invocations() map[string][][]interface{}
func (*StackMigrator) MigrateArgsForCall ¶
func (fake *StackMigrator) MigrateArgsForCall(i int) storage.State
func (*StackMigrator) MigrateCallCount ¶
func (fake *StackMigrator) MigrateCallCount() int
func (*StackMigrator) MigrateReturns ¶
func (fake *StackMigrator) MigrateReturns(result1 storage.State, result2 error)
func (*StackMigrator) MigrateReturnsOnCall ¶
func (fake *StackMigrator) MigrateReturnsOnCall(i int, result1 storage.State, result2 error)
Click to show internal directories.
Click to hide internal directories.