Versions in this module Expand all Collapse all v0 v0.0.1 Jul 15, 2021 Changes in this version + type ConfigMetadata struct + Consenters []*Consenter + Options *Options + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ConfigMetadata) Descriptor() ([]byte, []int) + func (*ConfigMetadata) ProtoMessage() + func (m *ConfigMetadata) GetConsenters() []*Consenter + func (m *ConfigMetadata) GetOptions() *Options + func (m *ConfigMetadata) Reset() + func (m *ConfigMetadata) String() string + func (m *ConfigMetadata) XXX_DiscardUnknown() + func (m *ConfigMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ConfigMetadata) XXX_Merge(src proto.Message) + func (m *ConfigMetadata) XXX_Size() int + func (m *ConfigMetadata) XXX_Unmarshal(b []byte) error + type Consenter struct + ClientTlsCert []byte + ConsenterId uint64 + Host string + Identity []byte + MspId string + Port uint32 + ServerTlsCert []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Consenter) Descriptor() ([]byte, []int) + func (*Consenter) ProtoMessage() + func (m *Consenter) GetClientTlsCert() []byte + func (m *Consenter) GetConsenterId() uint64 + func (m *Consenter) GetHost() string + func (m *Consenter) GetIdentity() []byte + func (m *Consenter) GetMspId() string + func (m *Consenter) GetPort() uint32 + func (m *Consenter) GetServerTlsCert() []byte + func (m *Consenter) Reset() + func (m *Consenter) String() string + func (m *Consenter) XXX_DiscardUnknown() + func (m *Consenter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Consenter) XXX_Merge(src proto.Message) + func (m *Consenter) XXX_Size() int + func (m *Consenter) XXX_Unmarshal(b []byte) error + type Options struct + CollectTimeout string + IncomingMessageBufferSize uint64 + LeaderHeartbeatCount uint64 + LeaderHeartbeatTimeout string + RequestAutoRemoveTimeout string + RequestBatchMaxBytes uint64 + RequestBatchMaxCount uint64 + RequestBatchMaxInterval string + RequestComplainTimeout string + RequestForwardTimeout string + RequestPoolSize uint64 + SpeedUpViewChange bool + SyncOnStart bool + ViewChangeResendInterval string + ViewChangeTimeout string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Options) Descriptor() ([]byte, []int) + func (*Options) ProtoMessage() + func (m *Options) GetCollectTimeout() string + func (m *Options) GetIncomingMessageBufferSize() uint64 + func (m *Options) GetLeaderHeartbeatCount() uint64 + func (m *Options) GetLeaderHeartbeatTimeout() string + func (m *Options) GetRequestAutoRemoveTimeout() string + func (m *Options) GetRequestBatchMaxBytes() uint64 + func (m *Options) GetRequestBatchMaxCount() uint64 + func (m *Options) GetRequestBatchMaxInterval() string + func (m *Options) GetRequestComplainTimeout() string + func (m *Options) GetRequestForwardTimeout() string + func (m *Options) GetRequestPoolSize() uint64 + func (m *Options) GetSpeedUpViewChange() bool + func (m *Options) GetSyncOnStart() bool + func (m *Options) GetViewChangeResendInterval() string + func (m *Options) GetViewChangeTimeout() string + func (m *Options) Reset() + func (m *Options) String() string + func (m *Options) XXX_DiscardUnknown() + func (m *Options) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Options) XXX_Merge(src proto.Message) + func (m *Options) XXX_Size() int + func (m *Options) XXX_Unmarshal(b []byte) error