Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Arguments ¶
type Arguments struct {
// Content to load for the module.
Content rivertypes.OptionalSecret `river:"content,attr"`
// Arguments to pass into the module.
Arguments map[string]any `river:"arguments,block,optional"`
}
Arguments holds values which are used to configure the module.string component.
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
Component implements the module.string component.
func New ¶
func New(o component.Options, args Arguments) (*Component, error)
New creates a new module.string component.
func (*Component) CurrentHealth ¶
func (c *Component) CurrentHealth() component.Health
CurrentHealth implements component.HealthComponent.
Click to show internal directories.
Click to hide internal directories.