Versions in this module Expand all Collapse all v0 v0.20260820.1 Sep 1, 2026 Changes in this version + type Entry struct + Destination string + EmbeddedPath string + Mode string + Platforms []Platform + Source string + type Manifest struct + Entries []Entry + SchemaVersion int + type Platform string + const PlatformACL + const PlatformAzlOSGuard + const PlatformFlatcar + const PlatformMariner + const PlatformUbuntu + func ClassifyPlatform(osReleasePath string) (Platform, error) + type Result struct + Applied int + Skipped int + func ApplyEmbedded(osReleasePath string) (Result, error)