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