Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type LedgerInfo
- func (fake *LedgerInfo) Invocations() map[string][][]interface{}
- func (fake *LedgerInfo) LedgerHeight() (uint64, error)
- func (fake *LedgerInfo) LedgerHeightCallCount() int
- func (fake *LedgerInfo) LedgerHeightCalls(stub func() (uint64, error))
- func (fake *LedgerInfo) LedgerHeightReturns(result1 uint64, result2 error)
- func (fake *LedgerInfo) LedgerHeightReturnsOnCall(i int, result1 uint64, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LedgerInfo ¶
type LedgerInfo struct { LedgerHeightStub func() (uint64, error) // contains filtered or unexported fields }
func (*LedgerInfo) Invocations ¶
func (fake *LedgerInfo) Invocations() map[string][][]interface{}
func (*LedgerInfo) LedgerHeight ¶
func (fake *LedgerInfo) LedgerHeight() (uint64, error)
func (*LedgerInfo) LedgerHeightCallCount ¶
func (fake *LedgerInfo) LedgerHeightCallCount() int
func (*LedgerInfo) LedgerHeightCalls ¶
func (fake *LedgerInfo) LedgerHeightCalls(stub func() (uint64, error))
func (*LedgerInfo) LedgerHeightReturns ¶
func (fake *LedgerInfo) LedgerHeightReturns(result1 uint64, result2 error)
func (*LedgerInfo) LedgerHeightReturnsOnCall ¶
func (fake *LedgerInfo) LedgerHeightReturnsOnCall(i int, result1 uint64, result2 error)
Click to show internal directories.
Click to hide internal directories.