Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultArguments = Arguments{
Format: "text",
}
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
Format string `alloy:"format,attr,optional"`
}
func (*Arguments) SetToDefault ¶
func (args *Arguments) SetToDefault()
type Exports ¶
type Exports struct {
Receiver storage.Appendable `alloy:"receiver,attr"`
}
Click to show internal directories.
Click to hide internal directories.