Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultModes = struct { Discovery DefaultMode FullStack DefaultMode Infrastructure DefaultMode }{ "DISCOVERY", "FULL_STACK", "INFRASTRUCTURE", }
Functions ¶
This section is empty.
Types ¶
type DefaultMode ¶
type DefaultMode string
type Settings ¶
type Settings struct {
DefaultMode DefaultMode `json:"defaultMode"` // Possible Values: `DISCOVERY`, `FULL_STACK`, `INFRASTRUCTURE`
}
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.