Documentation
¶
Index ¶
Constants ¶
View Source
const ( TEXT metaFieldType = "text" SINGLE_SELECT metaFieldType = "single-select" MULTI_SELECT metaFieldType = "heirarchal-multi-select" ACTION metaFieldType = "action" )
Variables ¶
This section is empty.
Functions ¶
func DownloadGeneratedZip ¶
func GenerateDownloadRequest ¶
Types ¶
type SpringInitMeta ¶
type SpringInitMeta struct {
ArtifactId metaField `json:"artifactId"`
BootVersion metaField `json:"bootVersion"`
Dependencies metaField `json:"dependencies"`
Description metaField `json:"description"`
GroupId metaField `json:"groupId"`
JavaVersion metaField `json:"javaVersion"`
Language metaField `json:"language"`
Name metaField `json:"name"`
PackageName metaField `json:"packageName"`
Packaging metaField `json:"packaging"`
Type metaField `json:"type"`
Version metaField `json:"version"`
}
func GetMeta ¶
func GetMeta() (SpringInitMeta, error)
Click to show internal directories.
Click to hide internal directories.