Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotExist mean this stack doesn't exist. ErrNotExist = errors.New("target stack doesn't exist") )
View Source
var Stacks = map[string]struct{}{
"sample": {},
"gin-next": {},
"spring-vue": {},
"gin-vue": {},
}
Stacks stores all available stacks.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
type Stack struct {
Path string
// TODO Should read from stack metadata
Name string `json:"name" yaml:"name"`
URL string `json:"url" yaml:"url"`
Version string `json:"version" yaml:"version"`
Description string `json:"description" yaml:"description"`
}
Stack is a CloudNative application template.
Click to show internal directories.
Click to hide internal directories.