Documentation
¶
Index ¶
- type StubConf
- func (m *StubConf) CHash() chash.CHash
- func (m *StubConf) Close(ctx context.Context) (err error)
- func (m *StubConf) Configuration() nodeconf.Configuration
- func (m *StubConf) ConsensusPeers() []string
- func (m *StubConf) CoordinatorPeers() []string
- func (m *StubConf) FilePeers() []string
- func (m *StubConf) Id() string
- func (m *StubConf) Init(a *app.App) (err error)
- func (m *StubConf) IsResponsible(spaceId string) bool
- func (m *StubConf) Name() (name string)
- func (m *StubConf) NamingNodePeers() []string
- func (m *StubConf) NetworkCompatibilityStatus() nodeconf.NetworkCompatibilityStatus
- func (m *StubConf) NodeIds(spaceId string) []string
- func (m *StubConf) NodeTypes(nodeId string) []nodeconf.NodeType
- func (m *StubConf) Partition(spaceId string) (part int)
- func (m *StubConf) PaymentProcessingNodePeers() []string
- func (m *StubConf) PeerAddresses(peerId string) (addrs []string, ok bool)
- func (m *StubConf) Run(ctx context.Context) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StubConf ¶
type StubConf struct {
// contains filtered or unexported fields
}
func (*StubConf) Configuration ¶
func (m *StubConf) Configuration() nodeconf.Configuration
func (*StubConf) ConsensusPeers ¶
func (*StubConf) CoordinatorPeers ¶
func (*StubConf) IsResponsible ¶
func (*StubConf) NamingNodePeers ¶
func (*StubConf) NetworkCompatibilityStatus ¶
func (m *StubConf) NetworkCompatibilityStatus() nodeconf.NetworkCompatibilityStatus
func (*StubConf) PaymentProcessingNodePeers ¶
func (*StubConf) PeerAddresses ¶
Click to show internal directories.
Click to hide internal directories.