Documentation ¶
Index ¶
- type Interval
- type Intervals
- type NamedInterval
- type Version
- func (ver Version) Between(left Version, right Version) (ok bool)
- func (ver Version) Equals(o Version) (ok bool)
- func (ver Version) Format() (v string)
- func (ver Version) IsLatest() (ok bool)
- func (ver Version) IsOrigin() (ok bool)
- func (ver Version) LessThan(o Version) (ok bool)
- func (ver Version) String() (v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interval ¶ added in v1.1.0
type Interval []Version
func ParseInterval ¶ added in v1.1.0
ParseInterval left:right
type Intervals ¶ added in v1.1.0
type Intervals []NamedInterval
func ParseIntervals ¶ added in v1.1.0
ParseIntervals key=left:right, ...
type NamedInterval ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.