Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeFile = "file" TypeDir = "dir" //NamePlaceholder is a string the builder will look for and replace with name of full-name of the project NamePlaceholder = "{app_name}" )
Variables ¶
This section is empty.
Functions ¶
func DefaultHTTPFramework ¶
func DefaultHTTPFramework() string
DefaultHTTPFramework list of available framework templates
func HTTPFrameworks ¶
func HTTPFrameworks() []string
HTTPFrameworks list of available framework templates
Types ¶
type Config ¶
type Config struct {
Name string `json:"name"`
FullName string `json:"full_name"`
Maintainer string `json:"maintainer"`
TemplateData interface{} `json:"template_data"`
}
Config config struct for generators
Click to show internal directories.
Click to hide internal directories.