Documentation
¶
Overview ¶
Package channelimpl /***************************************************************
**************************************************************
- @file 程序文件名称
- @brief 程序文件的功能
- @author wsw
- @version v1
- @date 2021.12.20 *************************************************************
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewChannelOp ¶
NewChannelOp /***************************************************************
Types ¶
type ChannelOp ¶
type ChannelOp struct {
// contains filtered or unexported fields
}
func (*ChannelOp) CreateChannel ¶
func (c *ChannelOp) CreateChannel(orgsInfos []*models.PeerOrgInfo, ordererOrgInfo *models.OrdererOrgInfo, channelInfo *models.ChannelInfo) error
CreateChannel 创建通道 **************************************************************
- @brief 函数作用
- @param 参数
- @note 备注
- @Sample usage: 函数的使用方法
*************************************************************
func (*ChannelOp) JoinChannel ¶
func (c *ChannelOp) JoinChannel(orgsInfos []*models.PeerOrgInfo, channelInfo *models.ChannelInfo, ordererOrgInfo *models.OrdererOrgInfo) error
JoinChannel 加入通道 **************************************************************
- @brief 函数作用
- @param 参数
- @note 备注
- @Sample usage: 函数的使用方法
*************************************************************
Click to show internal directories.
Click to hide internal directories.