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