package
1.11.0-beta3
Repository: https://github.com/kfsoftware/hlf-operator.git
Documentation: pkg.go.dev
# Functions
Joins an OSN to a new or existing channel.
Lists the channels an OSN is a member of.
Lists a single channel an OSN is a member of.
Removes an OSN from an existing channel.
# Constants
The orderer is NOT in the consenters set of the channel, and is just tracking (polling) the last config block of the channel in order to detect when it is added to the channel.
The orderer is a cluster consenter of a cluster consensus protocol (e.g.
The orderer is following a cluster consensus protocol by pulling blocks from other orderers.
The orderer runs a non-cluster consensus type, solo or kafka.
The orderer is active in the channel's consensus protocol, or following the cluster, with block height > the join-block number.
The last orderer operation against the channel failed.
The orderer is not storing any blocks for this channel.
The orderer is catching up with the cluster by pulling blocks from other orderers, with block height <= the join-block number.
# Structs
ChannelInfo carries the response to an HTTP request to List a single channel.
ChannelInfoShort carries a short info of a single channel.
ChannelList carries the response to an HTTP request to List all the channels.
ErrorResponse carries the error response an HTTP request.
# Type aliases
ConsensusRelation represents the relationship between the orderer and the channel's consensus cluster.
Status represents the degree by which the orderer had caught up with the rest of the cluster after joining the channel (either as a consenter or a follower).