Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkConfigResponse ¶
type NetworkConfigResponse struct {
NetworkConfig string
}
func GenerateNetworkConfig ¶
func GenerateNetworkConfig(channel *hlfv1alpha1.FabricMainChannel, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
func GenerateNetworkConfigForFollower ¶
func GenerateNetworkConfigForFollower(channel *hlfv1alpha1.FabricFollowerChannel, kubeClientset *kubernetes.Clientset, hlfClientSet *operatorv1.Clientset, mspID string) (*NetworkConfigResponse, error)
type Organization ¶
type Organization struct { Type helpers.OrganizationType MspID string OrdererNodes []*helpers.ClusterOrdererNode Peers []*helpers.ClusterPeer CertAuths []*helpers.ClusterCA }
Click to show internal directories.
Click to hide internal directories.