Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SemVer ¶
type SemVer struct {
Range string
// contains filtered or unexported fields
}
SemVer represents a SemVer policy.
type Versioned ¶ added in v0.5.0
type Versioned interface {
GetVersion() string
}
func VersionedStrings ¶ added in v0.5.0
VersionedStrings returns a list of VersionedString objects from a slice of strings. TODO(dkoshkin): Can we simplify this package?
type VersionedList ¶ added in v0.5.0
type VersionedList []Versioned
type VersionedString ¶ added in v0.5.0
type VersionedString struct {
// contains filtered or unexported fields
}
func (*VersionedString) GetVersion ¶ added in v0.5.0
func (v *VersionedString) GetVersion() string
Click to show internal directories.
Click to hide internal directories.