Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnvAttachmentArtifactoryTempPath = "EVIDENCE_ATTACHMENT_ARTIFACTORY_TEMP_PATH" KeyAttachmentArtifactoryTempPath = keyAttachmentArtifactoryTempPath )
Variables ¶
This section is empty.
Functions ¶
func PersistAttachmentArtifactoryTempPath ¶ added in v0.9.0
func ResolveAttachmentArtifactoryTempPath ¶ added in v0.9.0
func ResolveAttachmentArtifactoryTempPath() string
Types ¶
type AttachmentConfig ¶ added in v0.9.0
type AttachmentConfig struct {
ArtifactoryTempPath string `yaml:"artifactoryTempPath"`
}
type EvidenceConfig ¶
type EvidenceConfig struct {
Sonar *SonarConfig `yaml:"sonar"`
Attachment *AttachmentConfig `yaml:"attachment"`
}
func LoadEvidenceConfig ¶
func LoadEvidenceConfig() *EvidenceConfig
Click to show internal directories.
Click to hide internal directories.