Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrequentIssues ¶
type FrequentIssues struct { DetectApps bool `json:"detectFrequentIssuesInApplications"` // Detect frequent issues within applications, enabled (`true`) or disabled (`false`) DetectTxn bool `json:"detectFrequentIssuesInTransactionsAndServices"` // Detect frequent issues within transactions and services, enabled (`true`) or disabled (`false`) DetectInfra bool `json:"detectFrequentIssuesInInfrastructure"` // Detect frequent issues within infrastructure, enabled (`true`) or disabled (`false`) }
func (*FrequentIssues) MarshalHCL ¶
func (me *FrequentIssues) MarshalHCL(properties hcl.Properties) error
func (*FrequentIssues) Name ¶
func (me *FrequentIssues) Name() string
func (*FrequentIssues) UnmarshalHCL ¶
func (me *FrequentIssues) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.