Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{ Timeout: 10 * time.Second, }
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
Servers []string `alloy:"servers,attr"`
Paths []string `alloy:"paths,attr"`
Timeout time.Duration `alloy:"timeout,attr,optional"`
}
func (Arguments) Convert ¶
func (args Arguments) Convert() discovery.DiscovererConfig
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.