Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
Name string
Output bool
MSPID string
AnchorPeers []string
SecretName string
SecretNamespace string
SecretKey string
ChannelName string
Peers []string
OrdererCertificates []string
OrdererURLs []string
}
func (CreateOptions) Validate ¶
func (o CreateOptions) Validate() error
type DeleteOptions ¶
type DeleteOptions struct {
Name string
}
func (DeleteOptions) Validate ¶
func (o DeleteOptions) Validate() error
type UpdateOptions ¶
type UpdateOptions struct {
Name string
Output bool
MSPID string
AnchorPeers []string
SecretName string
SecretNamespace string
SecretNS string
SecretKey string
ChannelName string
Peers []string
OrdererCertificates []string
OrdererURLs []string
}
func (UpdateOptions) Validate ¶
func (o UpdateOptions) Validate() error
Click to show internal directories.
Click to hide internal directories.