Documentation ¶ Overview ¶ Package metadata provides metadata structures to annotate Windows inventories. Index ¶ type OSVersion Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OSVersion ¶ type OSVersion struct { // Product name of the OS, e.g. "windows_server_2019". Product string // FullVersion is the full version of the OS version: Major.Minor.Build.Revision. FullVersion string } OSVersion provides metadata about the OS version. Source Files ¶ View all Source files metadata.go Click to show internal directories. Click to hide internal directories.