Documentation
¶
Overview ¶
Package generatedcatalog emits the build-time package dependency catalog.
Index ¶
Constants ¶
View Source
const ( // CorebundlePath is the checked-in generated package graph consumed by // cmd/corebundle. CorebundlePath = "cmd/corebundle/catalog_gen.go" // CorebundlePackage is the Go package name for CorebundlePath. CorebundlePackage = "main" )
Variables ¶
This section is empty.
Functions ¶
func EmitFile ¶
func EmitFile(pkg, modulePath string, g *kerneldepgraph.Graph) ([]byte, error)
EmitFile produces a gofmt'd Go source file containing generatedPackageGraph as a typed *kerneldepgraph.Graph literal built via kerneldepgraph.FromNodes. The output is deterministic: it contains source provenance, but no wall-clock timestamp.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.