Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProposerClient ¶
type ProposerClient struct { clients.Client Logger utils.Logging Config ProposerClientConfig Builder interface{} // contains filtered or unexported fields }
func (*ProposerClient) Logf ¶
func (pn *ProposerClient) Logf(format string, values ...interface{})
func (*ProposerClient) Shutdown ¶
func (pn *ProposerClient) Shutdown() error
func (*ProposerClient) Start ¶
func (pn *ProposerClient) Start() error
type ProposerClientConfig ¶
type ProposerClients ¶
type ProposerClients []*ProposerClient
func (ProposerClients) Running ¶
func (all ProposerClients) Running() ProposerClients
Return subset of clients that are currently running
func (ProposerClients) Subnet ¶
func (all ProposerClients) Subnet(subnet string) ProposerClients
Return subset of clients that are part of an specific subnet
Click to show internal directories.
Click to hide internal directories.