Discover Packages
github.com/PaloAltoNetworks/pango
version
package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2022
License: ISC
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package version contains a version number struct that pango uses to make
decisions on the specific structs to use when sending XML to the PANOS
device.
type Number struct {
Major, Minor, Patch int
Suffix string
}
Number is the version number struct.
New returns a version number from the given string.
Gte tests if this version number is greater than or equal to the argument.
String returns the version number as a string.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.