Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMajorMinor ¶
func NewMajorMinor(version string) *majmin
Types ¶
type MajorMinorIfc ¶
type MajorMinorIfc interface {
// Embeded Interface(s)
VersionIfc
// Our own interface
GetVersionMajor() int
GetVersionMinor() int
}
type SemVerIfc ¶
type SemVerIfc interface {
// Embeded Interface(s)
VersionIfc
// Our own interface
GetVersionMajor() int
GetVersionMinor() int
GetVersionPatch() int
}
type VersionIfc ¶
type VersionIfc interface {
GetVersion() string
GetScheme() string
Compare(version VersionIfc) (int, error)
}
Click to show internal directories.
Click to hide internal directories.