Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CookieEntries ¶
type CookieEntries []*CookieEntry
func (CookieEntries) MarshalHCL ¶
func (me CookieEntries) MarshalHCL(properties hcl.Properties) error
func (*CookieEntries) UnmarshalHCL ¶
func (me *CookieEntries) UnmarshalHCL(decoder hcl.Decoder) error
type CookieEntry ¶
type CookieEntry struct { Domain string `json:"domain"` // Enclose placeholder values in brackets, for example \\{email\\} Name string `json:"name"` // Enclose placeholder values in brackets, for example \\{email\\} Path *string `json:"path,omitempty"` // Enclose placeholder values in brackets, for example \\{email\\} Value string `json:"value"` // Enclose placeholder values in brackets, for example \\{email\\} }
func (*CookieEntry) MarshalHCL ¶
func (me *CookieEntry) MarshalHCL(properties hcl.Properties) error
func (*CookieEntry) UnmarshalHCL ¶
func (me *CookieEntry) UnmarshalHCL(decoder hcl.Decoder) error
type Settings ¶
type Settings struct { Cookies CookieEntries `json:"cookies"` Enabled bool `json:"enabled"` // This setting is enabled (`true`) or disabled (`false`) Scope string `json:"-" scope:"scope"` // The scope of this setting (HTTP_CHECK) }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.