Versions in this module Expand all Collapse all v0 v0.0.6 Sep 27, 2022 v0.0.5 May 18, 2022 v0.0.4 Apr 21, 2022 v0.0.3 Mar 3, 2022 v0.0.2 Mar 2, 2022 v0.0.1 Feb 22, 2022 Changes in this version + const Prefix + var Defaults = TopLevel + func Flatten(i interface{}) []string + type Authentication struct + NoExpirationChecks bool + TimeWindow time.Duration + type ChannelParticipation struct + Enabled bool + RemoveStorage bool + 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 + BootstrapFile string + BootstrapMethod string + Cluster Cluster + ConnectionTimeout time.Duration + GenesisFile string + GenesisMethod string + Keepalive Keepalive + ListenAddress string + ListenPort uint16 + LocalMSPDir string + LocalMSPID string + MaxRecvMsgSize int32 + MaxSendMsgSize int32 + Profile Profile + 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 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 + TLSHandshakeTimeShift time.Duration + type TopLevel struct + ChannelParticipation ChannelParticipation + Consensus interface{} + Debug Debug + FileLedger FileLedger + General General + Kafka Kafka + Metrics Metrics + Operations Operations + func Load() (*TopLevel, error) + type Topic struct + ReplicationFactor int16