Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type TMSManager
- func (fake *TMSManager) GetTxProcessor(channel string) (transaction.TMSTxProcessor, error)
- func (fake *TMSManager) GetTxProcessorArgsForCall(i int) string
- func (fake *TMSManager) GetTxProcessorCallCount() int
- func (fake *TMSManager) GetTxProcessorReturns(result1 transaction.TMSTxProcessor, result2 error)
- func (fake *TMSManager) GetTxProcessorReturnsOnCall(i int, result1 transaction.TMSTxProcessor, result2 error)
- func (fake *TMSManager) Invocations() map[string][][]interface{}
- type TMSTxProcessor
- func (fake *TMSTxProcessor) Invocations() map[string][][]interface{}
- func (fake *TMSTxProcessor) ProcessTx(txID string, creator identity.PublicInfo, ttx *token.TokenTransaction, ...) error
- func (fake *TMSTxProcessor) ProcessTxArgsForCall(i int) (string, identity.PublicInfo, *token.TokenTransaction, ledger.LedgerWriter)
- func (fake *TMSTxProcessor) ProcessTxCallCount() int
- func (fake *TMSTxProcessor) ProcessTxReturns(result1 error)
- func (fake *TMSTxProcessor) ProcessTxReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TMSManager ¶
type TMSManager struct { GetTxProcessorStub func(channel string) (transaction.TMSTxProcessor, error) // contains filtered or unexported fields }
func (*TMSManager) GetTxProcessor ¶
func (fake *TMSManager) GetTxProcessor(channel string) (transaction.TMSTxProcessor, error)
func (*TMSManager) GetTxProcessorArgsForCall ¶
func (fake *TMSManager) GetTxProcessorArgsForCall(i int) string
func (*TMSManager) GetTxProcessorCallCount ¶
func (fake *TMSManager) GetTxProcessorCallCount() int
func (*TMSManager) GetTxProcessorReturns ¶
func (fake *TMSManager) GetTxProcessorReturns(result1 transaction.TMSTxProcessor, result2 error)
func (*TMSManager) GetTxProcessorReturnsOnCall ¶
func (fake *TMSManager) GetTxProcessorReturnsOnCall(i int, result1 transaction.TMSTxProcessor, result2 error)
func (*TMSManager) Invocations ¶
func (fake *TMSManager) Invocations() map[string][][]interface{}
type TMSTxProcessor ¶
type TMSTxProcessor struct { ProcessTxStub func(txID string, creator identity.PublicInfo, ttx *token.TokenTransaction, simulator ledger.LedgerWriter) error // contains filtered or unexported fields }
func (*TMSTxProcessor) Invocations ¶
func (fake *TMSTxProcessor) Invocations() map[string][][]interface{}
func (*TMSTxProcessor) ProcessTx ¶
func (fake *TMSTxProcessor) ProcessTx(txID string, creator identity.PublicInfo, ttx *token.TokenTransaction, simulator ledger.LedgerWriter) error
func (*TMSTxProcessor) ProcessTxArgsForCall ¶
func (fake *TMSTxProcessor) ProcessTxArgsForCall(i int) (string, identity.PublicInfo, *token.TokenTransaction, ledger.LedgerWriter)
func (*TMSTxProcessor) ProcessTxCallCount ¶
func (fake *TMSTxProcessor) ProcessTxCallCount() int
func (*TMSTxProcessor) ProcessTxReturns ¶
func (fake *TMSTxProcessor) ProcessTxReturns(result1 error)
func (*TMSTxProcessor) ProcessTxReturnsOnCall ¶
func (fake *TMSTxProcessor) ProcessTxReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.