Versions in this module Expand all Collapse all v1 v1.0.0 Aug 13, 2025 Changes in this version + const CurrentAPIVersion + const MaxAPIVersion + const MinAPIVersion + func CheckAPICompatibility(pluginAPIVersion string) error + func GetCurrentAPIVersion() string + type Version struct + Build string + Major int + Minor int + Patch int + Pre string + func Parse(s string) (*Version, error) + func (v *Version) Compare(other *Version) int + func (v *Version) IsCompatible(minVersion, maxVersion string) (bool, error) + func (v *Version) String() string