gen

package
v0.0.0-...-c8a2f13 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Version string `yaml:"version"`
}

type EventPkgGenConfig

type EventPkgGenConfig struct {
	Build    `yaml:"build"`
	Versions []VersionInfo `yaml:"versions"`
}

func NewEventPkgGenConfig

func NewEventPkgGenConfig(cfgfile string) (cfg *EventPkgGenConfig, err error)

func (*EventPkgGenConfig) BuildTemplateStruct

func (cfg *EventPkgGenConfig) BuildTemplateStruct() map[string]*tmpl.TemplateStruct

type VersionInfo

type VersionInfo struct {
	Tag          string `yaml:"tag"`
	Solc         string `yaml:"solc"`
	SolidityFile string `yaml:"solidity_file"`
	Use          string `yaml:"use"`
	OutputFolder string `yaml:"output_folder"`
	Dependencies string `yaml:"dependencies"`
}

Jump to

Keyboard shortcuts

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