Documentation
¶
Overview ¶
Package semver provides functions related to semanic version. This package is based on "golang.org/x/mod/semver"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComparePluginVersion ¶
ComparePluginVersion validates and compares two plugin semantic versions.
The result will be 0 if v == w, -1 if v < w, or +1 if v > w.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.