Versions in this module Expand all Collapse all v3 v3.8.0 May 1, 2026 Changes in this version + type LicenseInfo struct + APIKey string + AccountID int64 + DeploymentID string + Email string + ExpiresAt time.Time + IsTrial bool + IssuedAt time.Time + LicenseID string + LicenseToken string + Organization string + Plan string + StorageCapacity int64 + type LicenseVerifier struct + func NewLicenseVerifier(pemBytes []byte) (*LicenseVerifier, error) + func (lv *LicenseVerifier) Verify(license string, options ...jwt.ParseOption) (LicenseInfo, error)