Documentation ¶
Overview ¶
copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Index ¶
- type Config
- type Configtxgen
- func (c *Configtxgen) Exec()
- func (c *Configtxgen) SetAsOrg(asOrg string)
- func (c *Configtxgen) SetChannelCreateTxBaseProfile(channelCreateTxBaseProfile string)
- func (c *Configtxgen) SetChannelID(channelID string)
- func (c *Configtxgen) SetConfigPath(configPath string)
- func (c *Configtxgen) SetInspectBlock(inspectBlock string)
- func (c *Configtxgen) SetInspectChannelCreateTx(inspectChannelCreateTx string)
- func (c *Configtxgen) SetOutputAnchorPeersUpdate(outputAnchorPeersUpdate string)
- func (c *Configtxgen) SetOutputBlock(outputBlock string)
- func (c *Configtxgen) SetOutputChannelCreateTx(outputChannelCreateTx string)
- func (c *Configtxgen) SetPrintOrg(printOrg string)
- func (c *Configtxgen) SetProfile(profile string)
- type Cryptogen
- type HostnameData
- type NodeSpec
- type NodeTemplate
- type OrgSpec
- type SpecData
- type UsersSpec
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configtxgen ¶
type Configtxgen struct {
// contains filtered or unexported fields
}
func NewConfigtxgen ¶
func NewConfigtxgen() *Configtxgen
func (*Configtxgen) Exec ¶
func (c *Configtxgen) Exec()
func (*Configtxgen) SetAsOrg ¶
func (c *Configtxgen) SetAsOrg(asOrg string)
func (*Configtxgen) SetChannelCreateTxBaseProfile ¶
func (c *Configtxgen) SetChannelCreateTxBaseProfile(channelCreateTxBaseProfile string)
func (*Configtxgen) SetChannelID ¶
func (c *Configtxgen) SetChannelID(channelID string)
func (*Configtxgen) SetConfigPath ¶
func (c *Configtxgen) SetConfigPath(configPath string)
func (*Configtxgen) SetInspectBlock ¶
func (c *Configtxgen) SetInspectBlock(inspectBlock string)
func (*Configtxgen) SetInspectChannelCreateTx ¶
func (c *Configtxgen) SetInspectChannelCreateTx(inspectChannelCreateTx string)
func (*Configtxgen) SetOutputAnchorPeersUpdate ¶
func (c *Configtxgen) SetOutputAnchorPeersUpdate(outputAnchorPeersUpdate string)
func (*Configtxgen) SetOutputBlock ¶
func (c *Configtxgen) SetOutputBlock(outputBlock string)
func (*Configtxgen) SetOutputChannelCreateTx ¶
func (c *Configtxgen) SetOutputChannelCreateTx(outputChannelCreateTx string)
func (*Configtxgen) SetPrintOrg ¶
func (c *Configtxgen) SetPrintOrg(printOrg string)
func (*Configtxgen) SetProfile ¶
func (c *Configtxgen) SetProfile(profile string)
type Cryptogen ¶
type Cryptogen struct {
// contains filtered or unexported fields
}
func NewCryptogen ¶
type HostnameData ¶
type NodeSpec ¶
type NodeSpec struct { Hostname string `yaml:"Hostname"` CommonName string `yaml:"CommonName"` Country string `yaml:"Country"` Province string `yaml:"Province"` Locality string `yaml:"Locality"` OrganizationalUnit string `yaml:"OrganizationalUnit"` StreetAddress string `yaml:"StreetAddress"` PostalCode string `yaml:"PostalCode"` SANS []string `yaml:"SANS"` }
type NodeTemplate ¶
Click to show internal directories.
Click to hide internal directories.