//
pkg.gl
Category
github.com/intel/pmem-csi
pkg
version
package
1.1.0
Repository:
https://github.com/intel/pmem-csi.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
9
Files
50 SLOC
#
Functions
NewVersion
NewVersion creates a new version object for given major and minor version values.
Parse
Parse creates a new version with major/minor from the given string, which must have the format <major>.<minor>.
#
Structs
Version
Version type definition for handling simple version comparision.