Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUnsupportedProvider = errors.New("unsupported provider")
Functions ¶
This section is empty.
Types ¶
type NamedLoader ¶
type NamedLoader = component.NamedLoader[Provider, Config]
type Registry ¶
func NewRegistry ¶
func NewRegistry(namedLoaders ...NamedLoader) Registry
type SimulationParams ¶
type SimulationParams struct {
ModelPath string `mapstructure:"model_path"`
}
func GetSimulationParams ¶
func GetSimulationParams(params map[string]any) (*SimulationParams, error)
Click to show internal directories.
Click to hide internal directories.