Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + var MaxVersion = Version + var MinVersion = Version + var Priorities = []Priority + type Priority string + const Critical + const Defcon1 + const High + const Low + const Medium + const Negligible + const Unknown + func (p Priority) Compare(p2 Priority) int + func (p Priority) IsValid() bool + type Version struct + func NewVersion(str string) (Version, error) + func NewVersionUnsafe(str string) Version + func (a Version) Compare(b Version) int + func (v *Version) UnmarshalJSON(b []byte) (err error) + func (v Version) MarshalJSON() ([]byte, error) + func (v Version) String() (s string)