Versions in this module Expand all Collapse all v0 v0.4.0 Jan 7, 2025 Changes in this version + type ConnectionType string + const GRPC + const REST + type MonitoringConfig struct + MetricsEndpoint string + MetricsProviderType string + TracerCollectorEndpoint string + TracerCollectorFile string + TracerExporterType tracing.TracerType + TracerSamplingRatio float64 + type SuiteExecutor struct + func NewSuiteExecutor(config UserProviderConfig) (*SuiteExecutor, error) + func (e *SuiteExecutor) Execute(suites []model.SuiteConfig) error + type UserConfig struct + CorePath string + Host string + Name model.UserAlias + type UserProviderConfig struct + Auditors []UserConfig + ConnectionType ConnectionType + ControllerEndpoint string + Issuers []UserConfig + Monitoring MonitoringConfig + Users []UserConfig + func (c *UserProviderConfig) IssuerNames() []model.Username