Documentation
¶
Index ¶
Constants ¶
View Source
const (
// MaxSemVerString describes the maximum possible semver to be represented by densemver
MaxSemVerString = "65535.255.255"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DenSemVer ¶
type DenSemVer struct {
// contains filtered or unexported fields
}
DenSemVer is for dense (encoded) semantic versioning
func FromString ¶
FromString initializes a DenSemVer instance from a semver string
func (*DenSemVer) UnmarshalParam ¶
UnmarshalParam implements echo.BindUnmarshaler
Click to show internal directories.
Click to hide internal directories.