Documentation ¶
Overview ¶
Package versiontype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Internal = VersionType{"internal"} External = VersionType{"external"} Externalgte = VersionType{"external_gte"} Force = VersionType{"force"} )
Functions ¶
This section is empty.
Types ¶
type VersionType ¶
type VersionType struct {
Name string
}
func (VersionType) MarshalText ¶
func (v VersionType) MarshalText() (text []byte, err error)
func (VersionType) String ¶
func (v VersionType) String() string
func (*VersionType) UnmarshalText ¶
func (v *VersionType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.