mkrun

package
v0.0.0-...-87e9d67 Latest Latest
Warning

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

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

Documentation

Overview

Package mkrun contains some helpers for generation scripts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main(g Generator)

Main is generation main function.

Types

type Config

type Config struct {
	PackageName string
	Data        interface{}
}

Config is generation config.

type Generator

type Generator interface {
	// Name is generator name.
	Name() string
	// Flags sets generator flags.
	Flags(set *flag.FlagSet)
	// Template returns generation template.
	Template() string
	// Data returns associated generation data.
	Data() (interface{}, error)
}

Generator represents generator script.

Jump to

Keyboard shortcuts

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