Documentation ¶
Overview ¶
Package licensetype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Missing = LicenseType{"missing"} Trial = LicenseType{"trial"} Basic = LicenseType{"basic"} Standard = LicenseType{"standard"} Dev = LicenseType{"dev"} Silver = LicenseType{"silver"} Gold = LicenseType{"gold"} Platinum = LicenseType{"platinum"} Enterprise = LicenseType{"enterprise"} )
Functions ¶
This section is empty.
Types ¶
type LicenseType ¶
type LicenseType struct {
// contains filtered or unexported fields
}
func (LicenseType) MarshalText ¶
func (l LicenseType) MarshalText() (text []byte, err error)
func (LicenseType) String ¶
func (l LicenseType) String() string
func (*LicenseType) UnmarshalText ¶
func (l *LicenseType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.