Documentation ¶
Index ¶
- type DockerConfig
- type Provider
- func (p *Provider) GetMetrics(ctx context.Context) (*infra.ResourceMetrics, error)
- func (p *Provider) IsHealthy(ctx context.Context) bool
- func (p *Provider) Setup(ctx context.Context) error
- func (p *Provider) Status(ctx context.Context) (infra.Status, error)
- func (p *Provider) Teardown(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerConfig ¶
type Provider ¶
type Provider struct { *infra.BaseProvider Testnet *e2e.Testnet Config *DockerConfig }
func NewProvider ¶
func NewProvider(testnet *e2e.Testnet, cfg *DockerConfig) *Provider
func (*Provider) GetMetrics ¶
Click to show internal directories.
Click to hide internal directories.