Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Key = "kesselkesselkits"
Functions ¶
func CheckLicense ¶
func CheckLicense()
Types ¶
type AppLicenseInfos ¶
type AppLicenseInfos struct {
AppName string //应用名称
AppCompany string //应用发布的公司
AppUUID string //此次发布应用的UUID
ObjUUID string //目标设备的UUID
AuthorizedName string //授权名称
AuthorizedTime string //授权时间
LimitedTime string //到期日期
}
func Check ¶
func Check() (bool, AppLicenseInfos, error)
func ValidAppLic ¶
func ValidAppLic(appInfoFile, key string) (res bool, err error, license AppLicenseInfos)
Click to show internal directories.
Click to hide internal directories.