Versions in this module Expand all Collapse all v1 v1.0.0 Apr 28, 2024 Changes in this version + type ActiveLicenseKeyResponse struct + Activated bool + Error *string + LicenseKey *LicenseKey + Meta *LicenseKeyMeta + func ActiveLicenseKey(licenseKey string, instanceName string) (*ActiveLicenseKeyResponse, error) + type LicenseKey struct + CreatedAt string + ExpiresAt *string + ID int32 + Key string + Status string + type LicenseKeyMeta struct + CustomerEmail string + CustomerID int32 + CustomerName string + OrderID int32 + OrderItemID int32 + ProductID int32 + ProductName string + StoreID int32 + VariantID int32 + VariantName string + type ValidateLicenseKeyResponse struct + Error *string + LicenseKey *LicenseKey + Meta *LicenseKeyMeta + Valid bool + func ValidateLicenseKey(licenseKey string, instanceName string) (*ValidateLicenseKeyResponse, error) v1.0.0-rc.0 Nov 3, 2024