Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
func NewFactory() component.ExtensionFactory
Types ¶
type Config ¶
type Config struct { config.ExtensionSettings `mapstructure:",squash"` // Agent uses yaml, which mapstructure doesn't support. // Custom unmarshaller required for yaml and SFx defaults usage. saconfig.Config `mapstructure:"-,squash"` }
func (Config) SmartAgentConfig ¶ added in v0.24.0
type SmartAgentConfigProvider ¶
SmartAgentConfigProvider exposes global saconfig.Config to other components
Click to show internal directories.
Click to hide internal directories.