Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + var ErrPlatformConfigNotFound = fmt.Errorf("platform config not found") + var ErrPlatformNotSupported = fmt.Errorf("unsupported platform") + var Error error = nil + type Config struct + Config map[string]any + Type PlatformKind + type PlatformKind string + type Provider interface + ConfigureContainer func(container *ioc.NestedContainer) error + IsEnabled func() bool + Name func() string + func Initialize(container *ioc.NestedContainer, defaultPlatform PlatformKind) (Provider, error)