Versions in this module Expand all Collapse all v0 v0.0.3 Feb 3, 2020 v0.0.2 Feb 3, 2020 v0.0.1 Jan 31, 2020 Changes in this version + type AddressOverride struct + CACertsFile string + From string + To string + type AnchorPeer struct + ExtraProperties map[string]interface{} + Host string + Port int + type Application struct + ACLs map[string]string + Capabilities map[string]bool + ExtraProperties map[string]interface{} + Organizations []*Organization + Policies map[string]*Policy + type Authentication struct + Timewindow time.Duration + type BCCSP struct + Default string + SW *SoftwareProvider + type Backoff struct + RetryBackoff time.Duration + RetryMax int + type BatchSize struct + AbsoluteMaxBytes string + ExtraProperties map[string]interface{} + MaxMessageCount string + PreferredMaxBytes string + type Capabilities struct + Application map[string]bool + Channel map[string]bool + ExtraProperties map[string]interface{} + Orderer map[string]bool + type Car struct + ExtraProperties map[string]interface{} + type Chaincode struct + Builder string + Car *Car + ExecuteTimeout time.Duration + ExtraProperties map[string]interface{} + Golang *Golang + Java *Java + Keepalive int + Logging *Logging + Mode string + Node *Node + Pull bool + StartupTimeout time.Duration + System SystemFlags + type Channel struct + Application *Application + Capabilities map[string]bool + Consortiums map[string]*Consortium + ExtraProperties map[string]interface{} + Orderer *ConfigTxOrderer + Policies map[string]*Policy + type ClientKeepalive struct + Interval time.Duration + Timeout time.Duration + type ConfigTx struct + Application *Application + Capabilities *Capabilities + Channel *Channel + ExtraProperties map[string]interface{} + Orderer *ConfigTxOrderer + Organizations []*Organization + Profiles map[string]*Channel + type ConfigTxEtcdRaft struct + Consenters []*Consenter + ExtraProperties map[string]interface{} + Options *EtcdRaftOptions + type ConfigTxKafka struct + Brokers []string + ExtraProperties map[string]interface{} + type ConfigTxOrderer struct + BatchSize *BatchSize + BatchTimeout time.Duration + Capabilities map[string]bool + EtcdRaft *ConfigTxEtcdRaft + ExtraProperties map[string]interface{} + Kafka *ConfigTxKafka + OrdererType string + Organizations []*Organization + Policies map[string]*Policy + type Consenter struct + ClientTLSCert string + ExtraProperties map[string]interface{} + Host string + Port int + ServerTLSCert string + type Consortium struct + ExtraProperties map[string]interface{} + Organizations []*Organization + type Core struct + Chaincode *Chaincode + Ledger *Ledger + Logging *Logging + Operations *Operations + Peer *Peer + VM *VM + type CouchDBConfig struct + CouchDBAddress string + MaxBatchUpdateSize int + MaxRetries int + MaxRetriesOnStartup int + Password string + QueryLimit int + RequestTimeout time.Duration + Username string + WarmIndexesAfterNBlocks int + type DeliveryClient struct + AddressOverrides []*AddressOverride + ReconnectTotalTimeThreshold time.Duration + type Discovery struct + AuthCacheEnabled bool + AuthCacheMaxSize int + AuthCachePurgeRetentionRatio float64 + Enabled bool + OrgMembersAllowedAccess bool + type Docker struct + AttachStdout bool + HostConfig *docker.HostConfig + TLS *TLS + type EtcdRaftOptions struct + ElectionTick string + ExtraProperties map[string]interface{} + HeartbeatTick string + MaxInflightBlocks string + SnapshotIntervalSize string + TickInterval string + type Events struct + Address string + Buffersize int + Keepalive *Keepalive + Timeout time.Duration + Timewindow time.Duration + type FileLedger struct + Location string + Prefix string + type FileRef struct + File string + type FilesRef struct + Files []string + type General struct + Authentication *OrdererAuthentication + BCCSP *BCCSP + ExtraProperties map[string]interface{} + GenesisFile string + GenesisMethod string + GenesisProfile string + Keepalive *OrdererKeepalive + LedgerType string + ListenAddress string + ListenPort int + LocalMSPDir string + LocalMSPID string + Profile *OrdererProfile + TLS *OrdererTLS + type Golang struct + DynamicLink bool + ExtraProperties map[string]interface{} + Runtime string + type Gossip struct + AliveExpirationTimeout time.Duration + AliveTimeInterval time.Duration + Bootstrap string + ConnTimeout time.Duration + DialTimeout time.Duration + DigestWaitTime time.Duration + Election *GossipElection + Endpoint string + ExternalEndpoint string + MaxBlockCountToStore int + MaxPropagationBurstLatency time.Duration + MaxPropagationBurstSize int + OrgLeader bool + PropagateIterations int + PropagatePeerNum int + PublishCertPeriod time.Duration + PublishStateInfoInterval time.Duration + PullInterval time.Duration + PullPeerNum int + PvtData *GossipPvtData + ReconnectInterval time.Duration + RecvBuffSize int + RequestStateInfoInterval time.Duration + RequestWaitTime time.Duration + ResponseWaitTime time.Duration + SendBuffSize int + StateInfoRetentionInterval time.Duration + UseLeaderElection bool + type GossipElection struct + LeaderAliveThreshold time.Duration + LeaderElectionDuration time.Duration + MembershipSampleInterval time.Duration + StartupGracePeriod time.Duration + type GossipPvtData struct + PullRetryThreshold time.Duration + PushAckTimeout time.Duration + TransientstoreMaxBlockRetention int + type Handler struct + Library string + Name string + type HandlerMap map[string]Handler + type Handlers struct + AuthFilters []Handler + Decorators []Handler + Endorsers HandlerMap + Validators HandlerMap + type HistoryConfig struct + EnableHistoryDatabase bool + type Java struct + ExtraProperties map[string]interface{} + type Kafka struct + Retry *Retry + SASLPlain *OrdererSASLPlain + TLS *OrdererTLS + Topic *OrdererTopic + Verbose bool + type Keepalive struct + Client *ClientKeepalive + DeliveryClient *ClientKeepalive + MinInterval time.Duration + type Ledger struct + History *HistoryConfig + State *StateConfig + type Logging struct + ExtraProperties map[string]interface{} + Format string + type Metrics struct + Provider string + Statsd *Statsd + type NetworkTimeouts struct + DialTimeout time.Duration + ReadTimeout time.Duration + WriteTimeout time.Duration + type Node struct + ExtraProperties map[string]interface{} + type Operations struct + ListenAddress string + TLS *TLS + type Orderer struct + ExtraProperties map[string]interface{} + FileLedger *FileLedger + General *General + Kafka *Kafka + Operations *OrdererOperations + RAMLedger *RAMLedger + type OrdererAuthentication struct + TimeWindow time.Duration + type OrdererKeepalive struct + ServerInterval time.Duration + ServerMinInterval time.Duration + ServerTimeout time.Duration + type OrdererMetrics struct + Provider string + Statsd *OrdererStatsd + type OrdererOperations struct + ListenAddress string + Metrics *OrdererMetrics + TLS *OrdererTLS + type OrdererProfile struct + Address string + Enabled bool + type OrdererSASLPlain struct + Enabled bool + Password string + User string + type OrdererStatsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration + type OrdererTLS struct + Certificate string + ClientAuthRequired bool + ClientRootCAs []string + Enabled bool + PrivateKey string + RootCAs []string + type OrdererTopic struct + ReplicationFactor int16 + type Organization struct + AnchorPeers []*AnchorPeer + ExtraProperties map[string]interface{} + ID string + MSPDir string + Name string + OrdererEndpoints []string + Policies map[string]*Policy + SkipAsForeign bool + type Peer struct + Address string + AddressAutoDetect bool + AdminService *Service + Authentication *Authentication + BCCSP *BCCSP + ChaincodeAddress string + ChaincodeListenAddress string + Deliveryclient *DeliveryClient + Discovery *Discovery + Events *Events + ExtraProperties map[string]interface{} + FileSystemPath string + Gossip *Gossip + Handlers *Handlers + ID string + Keepalive *Keepalive + ListenAddress string + LocalMSPID string + LocalMspType string + MSPConfigPath string + NetworkID string + TLS *TLS + ValidatorPoolSize int + type Policy struct + ExtraProperties map[string]interface{} + Rule string + Type string + type RAMLedger struct + HistorySize int + type Retry struct + Consumer *Backoff + LongInterval time.Duration + LongTotal time.Duration + Metadata *Backoff + NetworkTimeouts *NetworkTimeouts + Producer *Backoff + ShortInterval time.Duration + ShortTotal time.Duration + type Service struct + Enabled bool + ListenAddress string + type SoftwareProvider struct + Hash string + Security int + type StateConfig struct + CouchDBConfig *CouchDBConfig + StateDatabase string + type Statsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration + type SystemFlags struct + CSCC string + ESCC string + LSCC string + QSCC string + VSCC string + type TLS struct + CA *FileRef + Cert *FileRef + ClientAuthRequired bool + ClientCert *FileRef + ClientKey *FileRef + ClientRootCAs *FilesRef + Enabled bool + Key *FileRef + RootCert *FileRef + type VM struct + Docker *Docker + Endpoint string