Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectConfig ¶
type ProjectConfig struct {
ProjectName string
Framework string
Version string
Description string
Author string
Email string
Tools map[string]manifests.ToolConfig
Secrets manifests.SecretsConfig
Directory string
NoGit bool
Verbose bool
GoModuleName string
}
ProjectConfig contains all the information needed to generate a project
type ToolConfig ¶
Click to show internal directories.
Click to hide internal directories.