Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + const Prefix + var Defaults = TopLevel + type Authentication struct + NoExpirationChecks bool + TimeWindow time.Duration + type Cluster struct + CertExpirationWarningThreshold time.Duration + ClientCertificate string + ClientPrivateKey string + DialTimeout time.Duration + ListenAddress string + ListenPort uint16 + RPCTimeout time.Duration + ReplicationBackgroundRefreshInterval time.Duration + ReplicationBufferSize int + ReplicationMaxRetries int + ReplicationPullTimeout time.Duration + ReplicationRetryTimeout time.Duration + RootCAs []string + SendBufferSize int + ServerCertificate string + ServerPrivateKey string + TLSHandshakeTimeShift time.Duration + type Consumer struct + RetryBackoff time.Duration + type Debug struct + BroadcastTraceDir string + DeliverTraceDir string + type FileLedger struct + Location string + Prefix string + type General struct + Authentication Authentication + BCCSP *bccsp.FactoryOpts + Cluster Cluster + ConnectionTimeout time.Duration + GenesisFile string + GenesisMethod string + GenesisProfile string + Keepalive Keepalive + LedgerType string + ListenAddress string + ListenPort uint16 + LocalMSPDir string + LocalMSPID string + Profile Profile + SystemChannel string + TLS TLS + type Kafka struct + Retry Retry + SASLPlain SASLPlain + TLS TLS + Topic Topic + Verbose bool + Version sarama.KafkaVersion + type Keepalive struct + ServerInterval time.Duration + ServerMinInterval time.Duration + ServerTimeout time.Duration + type Metadata struct + RetryBackoff time.Duration + RetryMax int + type Metrics struct + Provider string + Statsd Statsd + type NetworkTimeouts struct + DialTimeout time.Duration + ReadTimeout time.Duration + WriteTimeout time.Duration + type Operations struct + ListenAddress string + TLS TLS + type Producer struct + RetryBackoff time.Duration + RetryMax int + type Profile struct + Address string + Enabled bool + type RAMLedger struct + HistorySize uint + type Retry struct + Consumer Consumer + LongInterval time.Duration + LongTotal time.Duration + Metadata Metadata + NetworkTimeouts NetworkTimeouts + Producer Producer + ShortInterval time.Duration + ShortTotal time.Duration + type SASLPlain struct + Enabled bool + Password string + User string + type Statsd struct + Address string + Network string + Prefix string + WriteInterval time.Duration + type TLS struct + Certificate string + ClientAuthRequired bool + ClientRootCAs []string + Enabled bool + PrivateKey string + RootCAs []string + type TopLevel struct + Consensus interface{} + Debug Debug + FileLedger FileLedger + General General + Kafka Kafka + Metrics Metrics + Operations Operations + RAMLedger RAMLedger + func Load() (*TopLevel, error) + type Topic struct + ReplicationFactor int16