Documentation ¶
Overview ¶
Package licensestatus
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Active = LicenseStatus{"active"} Valid = LicenseStatus{"valid"} Invalid = LicenseStatus{"invalid"} Expired = LicenseStatus{"expired"} )
Functions ¶
This section is empty.
Types ¶
type LicenseStatus ¶
type LicenseStatus struct {
Name string
}
func (LicenseStatus) MarshalText ¶
func (l LicenseStatus) MarshalText() (text []byte, err error)
func (LicenseStatus) String ¶
func (l LicenseStatus) String() string
func (*LicenseStatus) UnmarshalText ¶
func (l *LicenseStatus) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.