Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type PeerConfig
- func (fake *PeerConfig) DBPartitionType() string
- func (fake *PeerConfig) DBPartitionTypeCallCount() int
- func (fake *PeerConfig) DBPartitionTypeReturns(result1 string)
- func (fake *PeerConfig) DBPartitionTypeReturnsOnCall(i int, result1 string)
- func (fake *PeerConfig) Invocations() map[string][][]interface{}
- func (fake *PeerConfig) MSPID() string
- func (fake *PeerConfig) MSPIDCallCount() int
- func (fake *PeerConfig) MSPIDReturns(result1 string)
- func (fake *PeerConfig) MSPIDReturnsOnCall(i int, result1 string)
- func (fake *PeerConfig) PeerID() string
- func (fake *PeerConfig) PeerIDCallCount() int
- func (fake *PeerConfig) PeerIDReturns(result1 string)
- func (fake *PeerConfig) PeerIDReturnsOnCall(i int, result1 string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeerConfig ¶
type PeerConfig struct { PeerIDStub func() string MSPIDStub func() string DBPartitionTypeStub func() string // contains filtered or unexported fields }
func (*PeerConfig) DBPartitionType ¶
func (fake *PeerConfig) DBPartitionType() string
func (*PeerConfig) DBPartitionTypeCallCount ¶
func (fake *PeerConfig) DBPartitionTypeCallCount() int
func (*PeerConfig) DBPartitionTypeReturns ¶
func (fake *PeerConfig) DBPartitionTypeReturns(result1 string)
func (*PeerConfig) DBPartitionTypeReturnsOnCall ¶
func (fake *PeerConfig) DBPartitionTypeReturnsOnCall(i int, result1 string)
func (*PeerConfig) Invocations ¶
func (fake *PeerConfig) Invocations() map[string][][]interface{}
func (*PeerConfig) MSPID ¶
func (fake *PeerConfig) MSPID() string
func (*PeerConfig) MSPIDCallCount ¶
func (fake *PeerConfig) MSPIDCallCount() int
func (*PeerConfig) MSPIDReturns ¶
func (fake *PeerConfig) MSPIDReturns(result1 string)
func (*PeerConfig) MSPIDReturnsOnCall ¶
func (fake *PeerConfig) MSPIDReturnsOnCall(i int, result1 string)
func (*PeerConfig) PeerID ¶
func (fake *PeerConfig) PeerID() string
func (*PeerConfig) PeerIDCallCount ¶
func (fake *PeerConfig) PeerIDCallCount() int
func (*PeerConfig) PeerIDReturns ¶
func (fake *PeerConfig) PeerIDReturns(result1 string)
func (*PeerConfig) PeerIDReturnsOnCall ¶
func (fake *PeerConfig) PeerIDReturnsOnCall(i int, result1 string)
Click to show internal directories.
Click to hide internal directories.