Versions in this module Expand all Collapse all v1 v1.0.2 Mar 17, 2021 Changes in this version + type LicenseInfo struct + AccountID int64 + Email string + ExpiresAt time.Time + Organization string + Plan string + StorageCapacity int64 + type LicenseVerifier struct + func NewLicenseVerifier(pemBytes []byte) (*LicenseVerifier, error) + func (lv *LicenseVerifier) Verify(license string) (LicenseInfo, error)