Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
PathTargets []discovery.Target `river:"path_targets,attr"`
SyncPeriod time.Duration `river:"sync_period,attr,optional"`
}
Arguments holds values which are used to configure the discovery.file component.
func (*Arguments) UnmarshalRiver ¶
func (a *Arguments) UnmarshalRiver(f func(interface{}) error) error
UnmarshalRiver implements river.Unmarshaler.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the discovery.file component.
func New ¶
func New(o component.Options, args Arguments) (*Component, error)
New creates a new discovery.file component.
Click to show internal directories.
Click to hide internal directories.