 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewExportCmd(stdOut io.Writer, stdErr io.Writer) *cobra.Command
- type FabricNodeOus
- type FabricOperationsCA
- type FabricOperationsMSP
- type FabricOperationsOrderer
- type FabricOperationsOrg
- type FabricOperationsPeer
- type FabricOrgOUIdentifier
- type FabricOrgResult
- type FabricPeerComponentMSP
- type FabricPeerMSPCA
- type FabricUnused
- type FeatureFlagsOrderer
- type MapFabricOperationsOrderer
- type MapFabricOperationsOrg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FabricNodeOus ¶
type FabricNodeOus struct {
	AdminOuIdentifier   FabricOrgOUIdentifier `json:"admin_ou_identifier"`
	ClientOuIdentifier  FabricOrgOUIdentifier `json:"client_ou_identifier"`
	Enable              bool                  `json:"enable"`
	OrdererOuIdentifier FabricOrgOUIdentifier `json:"orderer_ou_identifier"`
	PeerOuIdentifier    FabricOrgOUIdentifier `json:"peer_ou_identifier"`
}
    type FabricOperationsCA ¶
type FabricOperationsCA struct {
	DisplayName   string `json:"display_name"`
	ApiUrl        string `json:"api_url"`
	OperationsUrl string `json:"operations_url"`
	CaUrl         string `json:"ca_url"`
	Type          string `json:"type"`
	CaName        string `json:"ca_name"`
	TlscaName     string `json:"tlsca_name"`
	TlsCert       string `json:"tls_cert"`
	Name          string `json:"name"`
}
    type FabricOperationsMSP ¶
type FabricOperationsMSP struct {
	Component FabricPeerComponentMSP `json:"component"`
	CA        FabricPeerMSPCA        `json:"ca"`
	TLSCA     FabricPeerMSPCA        `json:"tlsca"`
}
    type FabricOperationsOrderer ¶
type FabricOperationsOrderer struct {
	DisplayName   string              `json:"display_name"`
	GrpcwpUrl     string              `json:"grpcwp_url"`
	ApiUrl        string              `json:"api_url"`
	OperationsUrl string              `json:"operations_url"`
	Type          string              `json:"type"`
	MspId         string              `json:"msp_id"`
	ClusterId     string              `json:"cluster_id"`
	ClusterName   string              `json:"cluster_name"`
	Name          string              `json:"name"`
	Msp           FabricOperationsMSP `json:"msp"`
	Pem           string              `json:"pem"`
	OSNAdminURL   string              `json:"osnadmin_url"`
	Systemless    bool                `json:"systemless"`
	TlsCert       string              `json:"tls_cert"`
	TlsCaRootCert string              `json:"tls_ca_root_cert"`
	FeatureFlags  FeatureFlagsOrderer `json:"feature_flags"`
}
    type FabricOperationsOrg ¶
type FabricOperationsOrg struct {
	DisplayName   string        `json:"display_name"`
	MspId         string        `json:"msp_id"`
	Type          string        `json:"type"`
	Admins        []string      `json:"admins"`
	RootCerts     []string      `json:"root_certs"`
	TlsRootCerts  []string      `json:"tls_root_certs"`
	FabricNodeOus FabricNodeOus `json:"fabric_node_ous"`
	HostUrl       string        `json:"host_url,omitempty"`
	Name          string        `json:"name"`
}
    type FabricOperationsPeer ¶
type FabricOperationsPeer struct {
	DisplayName   string              `json:"display_name"`
	GrpcwpUrl     string              `json:"grpcwp_url"`
	ApiUrl        string              `json:"api_url"`
	OperationsUrl string              `json:"operations_url"`
	MspId         string              `json:"msp_id"`
	Name          string              `json:"name"`
	Type          string              `json:"type"`
	Msp           FabricOperationsMSP `json:"msp"`
	Pem           string              `json:"pem"`
	TlsCert       string              `json:"tls_cert"`
	TlsCaRootCert string              `json:"tls_ca_root_cert"`
}
    type FabricOrgOUIdentifier ¶
type FabricOrgResult ¶
type FabricPeerComponentMSP ¶
type FabricPeerComponentMSP struct {
	AdminCerts []interface{} `json:"admin_certs"`
	TlsCert    string        `json:"tls_cert"`
}
    type FabricPeerMSPCA ¶
type FabricPeerMSPCA struct {
	RootCerts []string `json:"root_certs"`
}
    type FabricUnused ¶
type FabricUnused struct {
	Result FabricOrgResult `json:"result"`
}
    type FeatureFlagsOrderer ¶
type FeatureFlagsOrderer struct {
	OSNAdminFeatsEnabled bool `json:"osnadmin_feats_enabled"`
}
    type MapFabricOperationsOrg ¶
 Click to show internal directories. 
   Click to hide internal directories.