Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultLogLevels = struct { All DefaultLogLevel Off DefaultLogLevel }{ "all", "off", }
Functions ¶
This section is empty.
Types ¶
type DefaultLogLevel ¶
type DefaultLogLevel string
type Settings ¶
type Settings struct {
DefaultLogLevel DefaultLogLevel `json:"defaultLogLevel"` // Possible Values: `All`, `Off`
}
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.