Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct { Name string `json:"name"` Sensitive bool `json:"sensitive"` Type string `json:"type"` Value string `json:"value"` }
Output represents a bundle output
func ReadBundleOutput ¶
ReadBundleOutput reads the provided output associated with the provided bundle, via the filesystem provided by the config.Config object, returning the output's full Output representation
func (*Output) JSONMarshal ¶
JSONMarshal marshals an Output to JSON, returning a byte array or error
Click to show internal directories.
Click to hide internal directories.