types

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: Apache-2.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 Generator

type Generator interface {
	Generate(g *GeneratorContext) error
}

type GeneratorContext

type GeneratorContext struct {
	Src         string
	RootDir     string
	ProjectName string
	SubDir      string
	ReplaceMap  map[string]string
	Template    string
	FileName    string
	FileExt     string
}

type GeneratorItem

type GeneratorItem struct {
	Dir       string
	Generator Generator
}

Jump to

Keyboard shortcuts

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