generator

package
v0.9.4 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Read

func Read(name string, params *ParamsType) error

Types

type GeneratorType

type GeneratorType struct {
	Generator []struct {
		ID          string `yaml:"id"`
		Description string `yaml:"description"`
		DownloadURL string `yaml:"download-url"`
		Run         string `yaml:"run"`
		Path        string `yaml:"path"`
	} `yaml:"generator"`
}

type ParamsType

type ParamsType struct {
	ID          string
	DownloadURL string
}

Jump to

Keyboard shortcuts

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