Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
func Cmd(cf *ChannelCmdFactory) *cobra.Command
Types ¶
type BroadcastClientFactory ¶
type BroadcastClientFactory func() (common.BroadcastClient, error)
type ChannelCmdFactory ¶
type ChannelCmdFactory struct { EndorserClient pb.EndorserClient Signer msp.SigningIdentity BroadcastClient common.BroadcastClient DeliverClient deliverClientIntf BroadcastFactory BroadcastClientFactory }
func InitCmdFactory ¶
func InitCmdFactory(isEndorserRequired, isPeerDeliverRequired, isOrdererRequired bool) (*ChannelCmdFactory, error)
type ConfigTxFileNotFound ¶
type ConfigTxFileNotFound string
func (ConfigTxFileNotFound) Error ¶
func (e ConfigTxFileNotFound) Error() string
type GBFileNotFoundErr ¶
type GBFileNotFoundErr string
func (GBFileNotFoundErr) Error ¶
func (e GBFileNotFoundErr) Error() string
type InvalidCreateTx ¶
type InvalidCreateTx string
func (InvalidCreateTx) Error ¶
func (e InvalidCreateTx) Error() string
type ProposalFailedErr ¶
type ProposalFailedErr string
func (ProposalFailedErr) Error ¶
func (e ProposalFailedErr) Error() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.