Versions in this module Expand all Collapse all v0 v0.1.0 Jun 19, 2023 Changes in this version + const Chaincode + const ChaincodeBuild + const Channel + const ConfigFilePath + const ConfigFileType + const Configmap + const ConnProfileDir + const CoreVersion + const CreateDepository + const CreateRepository + const CreateUntrustedDepository + const DepositoryCurrentNonce + const EndorsePolicy + const FederationResource + const GetDepository + const IAMGroup + const IAMVersion + const IBPGroup + const IBPVersion + const ListDepository + const ListRepositories + const LocalBindPort + const MarketCurrentNonce + const Network + const NetworkResource + const OrganizationResource + const Proposal + const UserResource + const Vote + const WalletHomeDir + var DefaultConnProfileDir = filepath.Join(os.Getenv("HOME"), ConnProfileDir) + var DefaultWalletConfigDir = filepath.Join(os.Getenv("HOME"), WalletHomeDir) + func GetDynamicClient() (dynamic.Interface, error) + func InKubeGetter() (*clientcmdapi.Config, error) + func ListToObj(list corev1.List) (runtime.Object, error) + type AdminCredential struct + ID string + Password string + type AuthConfig struct + ClientID string + ClientSecret string + Enable bool + Expiry int64 + IDToken string + IssuerURL string + RefreshToken string + Username string + type ChannelInfo struct + Peers map[string]PeerInfo + type Client struct + Organization string + TLSEnable bool + type ClusterConfig struct + CertificateAuthority string + CertificateAuthorityData []byte + DisableCompression bool + Extensions map[string]runtime.Object + InsecureSkipTLSVerify bool + LocationOfOrigin string + ProxyURL string + Server string + TLSServerName string + type Config struct + Auth AuthConfig + Cluster ClusterConfig + Saas SaasConfig + type CredentialStore struct + Path string + type CryptoConfig struct + Path string + type CryptoStore struct + Path string + type Depository struct + Server string + type FabProfile struct + Channel string + Enpoint NodeEndpoint + Organization string + User User + type Logging struct + Level string + type Market struct + Server string + type NodeEndpoint struct + URL string + type Options struct + type OrganizationInfo struct + AdminPrivateKey Pem + MSPID string + Peers []string + SignedCert Pem + Users map[string]User + type PeerInfo struct + ChaincodeQuery *bool + EndorsingPeer *bool + EventSource *bool + LedgerQuery *bool + type Pem struct + Pem string + type Profile struct + Channels map[string]ChannelInfo + Orderers map[string]NodeEndpoint + Organizations map[string]OrganizationInfo + Peers map[string]NodeEndpoint + Version string + type SaasConfig struct + Depository Depository + Market Market + type TLSCACerts struct + Path string + Pem string + type User struct + Cert Pem + Key Pem + Name string