hardhat

package
v0.0.0-...-fe0c38b Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(props *Props) environment.ConnectedChart

Types

type Chart

type Chart struct {
	HelmProps *HelmProps
	Props     *Props
}

func (Chart) ExportData

func (m Chart) ExportData(e *environment.Environment) error

func (Chart) GetName

func (m Chart) GetName() string

func (Chart) GetPath

func (m Chart) GetPath() string

func (Chart) GetProps

func (m Chart) GetProps() any

func (Chart) GetValues

func (m Chart) GetValues() *map[string]any

func (Chart) GetVersion

func (m Chart) GetVersion() string

func (Chart) IsDeploymentNeeded

func (m Chart) IsDeploymentNeeded() bool

type HelmProps

type HelmProps struct {
	Name    string
	Path    string
	Values  *map[string]any
	Version string
}

type Props

type Props struct {
	NetworkName string   `envconfig:"network_name"`
	Simulated   bool     `envconfig:"network_simulated"`
	HttpURLs    []string `envconfig:"http_url"` //nolint:revive
	WsURLs      []string `envconfig:"ws_url"`
	Values      map[string]any
}

Jump to

Keyboard shortcuts

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