Package-level declarations

Types

Link copied to clipboard
@Serializable
data class GoBuildInfo

Represents Go build information extracted from a binary.

Link copied to clipboard
@Serializable
data class GoBuildSetting

Represents a Go build setting as key-value pair.

Link copied to clipboard
@Serializable
data class GoModule

Represents a Go module with path, version and other information.

Link copied to clipboard
class GoSBom

Class for extracting build information from Go binaries.

Link copied to clipboard

Exception specific to Go SBOM reading errors.

Link copied to clipboard

Exception thrown when an SBOM cannot be found in a file.

Link copied to clipboard
open class SBomReadingException(message: String, cause: Throwable? = null) : RuntimeException

Base exception for SBOM reading errors.