Documentation ¶
Index ¶
- func ChannelListMatcher(list ChannelList, expectedChannels []string, systemChannel ...string)
- func GenerateJoinRequest(url, channel string, blockBytes []byte) *http.Request
- func Join(n *nwo.Network, o *nwo.Orderer, channel string, block *common.Block, ...)
- func Remove(n *nwo.Network, o *nwo.Orderer, channel string)
- type ChannelInfo
- type ChannelInfoShort
- type ChannelList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelListMatcher ¶
func ChannelListMatcher(list ChannelList, expectedChannels []string, systemChannel ...string)
func GenerateJoinRequest ¶
Types ¶
type ChannelInfo ¶
type ChannelInfoShort ¶
type ChannelList ¶
type ChannelList struct { SystemChannel *ChannelInfoShort `json:"systemChannel"` Channels []ChannelInfoShort `json:"channels"` }
Click to show internal directories.
Click to hide internal directories.