config

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EvidenceConfig

type EvidenceConfig struct {
	Sonar *SonarConfig `yaml:"sonar"`
}

func LoadEvidenceConfig

func LoadEvidenceConfig() (*EvidenceConfig, error)

type SonarConfig

type SonarConfig struct {
	URL                    string `yaml:"url"`
	ReportTaskFile         string `yaml:"reportTaskFile"`
	PollingMaxRetries      *int   `yaml:"pollingMaxRetries"`
	PollingRetryIntervalMs *int   `yaml:"pollingRetryIntervalMs"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL