infra

package
v0.0.0-...-22ab5e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NoopProvider

type NoopProvider struct {
}

NoopProvider implements the provider interface by performing noops for every interface method. This may be useful if the infrastructure is managed by a separate process.

func (NoopProvider) Setup

func (NoopProvider) Setup() error

type Provider

type Provider interface {

	// Setup generates any necessary configuration for the infrastructure
	// provider during testnet setup.
	Setup() error
}

Provider defines an API for manipulating the infrastructure of a specific set of testnet infrastructure.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL