Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{
AllowStale: true,
HTTPClientConfig: config.DefaultHTTPClientConfig,
Namespace: "default",
RefreshInterval: 60 * time.Second,
Region: "global",
Server: "http://localhost:4646",
TagSeparator: ",",
}
Functions ¶
Types ¶
type Arguments ¶
type Arguments struct {
AllowStale bool `river:"allow_stale,attr,optional"`
HTTPClientConfig config.HTTPClientConfig `river:",squash"`
Namespace string `river:"namespace,attr"`
RefreshInterval time.Duration `river:"refresh_interval,attr,optional"`
Region string `river:"region,attr,optional"`
Server string `river:"server,attr"`
TagSeparator string `river:"tag_separator,attr,optional"`
}
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements river.Defaulter.
Click to show internal directories.
Click to hide internal directories.