Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LicenseInfo ¶
type LicenseInfo struct { Code string `json:"code"` Company string `json:"company"` Node int64 `json:"node"` Memory int64 `json:"memory"` EndTime string `json:"end_time"` StartTime string `json:"start_time"` Features []Feature `json:"features"` }
LicenseInfo license data
func (*LicenseInfo) HaveFeature ¶
func (l *LicenseInfo) HaveFeature(code string) bool
Click to show internal directories.
Click to hide internal directories.