ethereum

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: GPL-3.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 CliConfig

type CliConfig struct {
	Repository string `yaml:"repository"`
	Branch     string `yaml:"branch"`
}

type Config

type Config struct {
	Config ConfigDetails `yaml:"config"`
	Tools  ToolsConfig   `yaml:"tools"`
}

func (*Config) Validate

func (c *Config) Validate() error

type ConfigDetails

type ConfigDetails struct {
	Repository string `yaml:"repository"`
	Branch     string `yaml:"branch"`
	Path       string `yaml:"path"`
}

type ToolsConfig

type ToolsConfig struct {
	Ncli CliConfig  `yaml:"ncli"`
	Lcli CliConfig  `yaml:"lcli"`
	Zcli ZcliConfig `yaml:"zcli"`
}

type ZcliConfig

type ZcliConfig struct {
	Fork string `yaml:"fork"`
}

Jump to

Keyboard shortcuts

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