Documentation ¶
Index ¶
- type Chain
- func (c *Chain) Configure(_ *common.Envelope, _ uint64) error
- func (*Chain) Errored() <-chan struct{}
- func (c *Chain) Halt()
- func (c *Chain) Order(_ *common.Envelope, _ uint64) error
- func (c *Chain) Start()
- func (c *Chain) StatusReport() (types.ClusterRelation, types.Status)
- func (c *Chain) WaitReady() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
Err error
}
Chain implements an inactive consenter.Chain which is used to denote that the current orderer node does not service a specific channel.
func (*Chain) StatusReport ¶
func (c *Chain) StatusReport() (types.ClusterRelation, types.Status)
StatusReport returns the ClusterRelation & Status
Click to show internal directories.
Click to hide internal directories.