Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct { SquidAddr string `alloy:"address,attr"` SquidUser string `alloy:"username,attr,optional"` SquidPassword alloytypes.Secret `alloy:"password,attr,optional"` }
Arguments controls the squid exporter.
func (*Arguments) Convert ¶
func (a *Arguments) Convert() *squid_exporter.Config
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.