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