package
Version:
v0.54.0-alpha.4
Opens a new window with list of versions in this module.
Published: Dec 30, 2021
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package mkrun contains some helpers for generation scripts.
Main is generation main function.
type Config struct {
PackageName string
Data interface{}
}
Config is generation config.
type Generator interface {
Name() string
Template() string
Data() (interface{}, error)
}
Generator represents generator script.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.