Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compact ¶
Lifted from https://github.com/tidwall/pretty/blob/master/pretty.go
Types ¶
type DeployTime ¶
type DeployTime struct {
Release
}
type EmbeddedFileLabel ¶
type EmbeddedFileLabel struct { Description string Decoded string Encoded string Key string Required bool }
func (*EmbeddedFileLabel) Decode ¶
func (f *EmbeddedFileLabel) Decode(labels map[string]string) error
func (*EmbeddedFileLabel) Encode ¶
func (f *EmbeddedFileLabel) Encode(path string) error
func (*EmbeddedFileLabel) Template ¶
func (f *EmbeddedFileLabel) Template(data any) (err error)
type FolderLabel ¶
func (*FolderLabel) Encode ¶
func (f *FolderLabel) Encode(parentPath string) error
func (*FolderLabel) Template ¶
func (fldr *FolderLabel) Template(data any) (err error)
type Release ¶
type Release struct { Schema StringLabel Name StringLabel Branch StringLabel Sha StringLabel Origin StringLabel Role EmbeddedFileLabel Policy FileLabel Resources FileLabel Bus FolderLabel }
Click to show internal directories.
Click to hide internal directories.