Documentation ¶
Index ¶
- type Manager
- func (scm *Manager) BatchSize() *ab.BatchSize
- func (scm *Manager) BatchTimeout() time.Duration
- func (scm *Manager) ChainCreationPolicyNames() []string
- func (scm *Manager) ConsensusType() string
- func (scm *Manager) EgressPolicyNames() []string
- func (scm *Manager) IngressPolicyNames() []string
- func (scm *Manager) KafkaBrokers() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { // ConsensusTypeVal is returned as the result of ConsensusType() ConsensusTypeVal string // BatchSizeVal is returned as the result of BatchSize() BatchSizeVal *ab.BatchSize // BatchTimeoutVal is returned as the result of BatchTimeout() BatchTimeoutVal time.Duration // ChainCreationPolicyNamesVal is returned as the result of ChainCreationPolicyNames() ChainCreationPolicyNamesVal []string // KafkaBrokersVal is returned as the result of KafkaBrokers() KafkaBrokersVal []string // IngressPolicyNamesVal is returned as the result of IngressPolicyNames() IngressPolicyNamesVal []string // EgressPolicyNamesVal is returned as the result of EgressPolicyNames() EgressPolicyNamesVal []string }
Manager is a mock implementation of sharedconfig.Manager
func (*Manager) BatchTimeout ¶
BatchTimeout returns the BatchTimeoutVal
func (*Manager) ChainCreationPolicyNames ¶
ChainCreationPolicyNames returns the ChainCreationPolicyNamesVal
func (*Manager) ConsensusType ¶
ConsensusType returns the ConsensusTypeVal
func (*Manager) EgressPolicyNames ¶
EgressPolicyNames returns the EgressPolicyNamesVal
func (*Manager) IngressPolicyNames ¶
IngressPolicyNames returns the IngressPolicyNamesVal
func (*Manager) KafkaBrokers ¶
KafkaBrokers returns the KafkaBrokersVal
Click to show internal directories.
Click to hide internal directories.