Versions in this module Expand all Collapse all v0 v0.38.3 Jan 4, 2024 Changes in this version + type Provider interface + GetInfrastructureData func() *e2e.InfrastructureData + Setup func() error + StartNodes func(context.Context, ...*e2e.Node) error + StopTestnet func(context.Context) error + type ProviderData struct + InfrastructureData e2e.InfrastructureData + Testnet *e2e.Testnet + func (pd ProviderData) GetInfrastructureData() *e2e.InfrastructureData