Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComponentRefJSON ¶
Types ¶
type ComponentRef ¶
type ComponentRef struct {
Stack string `json:"stack"`
Component string `json:"component"`
Property string `json:"property"`
}
func TryComponentRefFromJSON ¶
func TryComponentRefFromJSON(v any) *ComponentRef
type Stack ¶
type Stack struct {
Path string `json:"path"`
Type string `json:"type"`
Name string `json:"name"`
Backend Backend `json:"backend"`
Components []*Component `json:"components"`
}
func (*Stack) AddComponent ¶
func (*Stack) ComponentByName ¶
type Stacks ¶
type Stacks struct {
// contains filtered or unexported fields
}
func (*Stacks) OrderByName ¶
Click to show internal directories.
Click to hide internal directories.