Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnProfile ¶
type ConnProfile struct { Client struct { Org string `yaml:"organization"` CredentialStore struct { Path string `yaml:"path"` CryptoStore struct { Path string `yaml:"path"` } `yaml:"cryptoStore"` } `yaml:"credentialStore"` } `yaml:"client"` Organizations map[string]struct { Mspid string `yaml:"mspid"` } `yaml:"organizations"` }
type HlfProfile ¶
type HlfProfile struct { OrgName string MspID string CredentialStorePath string CryptoStorePath string }
func ParseProfile ¶
func ParseProfile(profilePath string) (*HlfProfile, error)
Click to show internal directories.
Click to hide internal directories.