Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
LocalFileArguments file.Arguments `alloy:",squash"`
// Arguments to pass into the module.
Arguments map[string]any `alloy:"arguments,block,optional"`
}
Arguments holds values which are used to configure the module.file component.
func (*Arguments) SetToDefault ¶
func (a *Arguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the module.file component.
func (*Component) CurrentHealth ¶
CurrentHealth implements component.HealthComponent.
Click to show internal directories.
Click to hide internal directories.