package
Version:
v0.0.0-...-78dc714
Opens a new window with list of versions in this module.
Published: Jul 22, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Version struct {
Major int
Minor int
Maintenance int
Hotfix *int
}
Version represents a PAN-OS version
NewVersion returns a parsed version
Compare returns an integer comparing two version.
The result will be 0 if v1==v2, -1 if v1 < v2, and +1 if v1 > v2.
String returns the full version string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.