Versions in this module Expand all Collapse all v3 v3.8.0 May 1, 2026 Changes in this version + func BaseURL(devMode bool) string + type LicenseValidator struct + Client http.Client + ExpiryGracePeriod time.Duration + LicenseFilePath string + LicenseToken string + func NewLicenseValidator(params LicenseValidatorParams) (*LicenseValidator, error) + func (lv *LicenseValidator) Init(devMode bool) + func (lv *LicenseValidator) ParseLicense(license string) (*licverifier.LicenseInfo, error) + func (lv *LicenseValidator) ValidateEnterpriseLicense(acceptedPlans []string, licExpiredChan chan<- string) (*licverifier.LicenseInfo, error) + func (lv *LicenseValidator) ValidateLicense() (*licverifier.LicenseInfo, error) + type LicenseValidatorParams struct + DevMode bool + ExpiryGracePeriod time.Duration + LicenseFilePath string + LicenseToken string + TLSClientConfig *tls.Config