HomeUniDoc
...

Package license

Overview ▾

Package license helps manage commercial licenses and check if they are valid for the version of UniOffice used.

Constants

License tiers.

const (
    LicenseTierUnlicensed = license.LicenseTierUnlicensed
    LicenseTierCommunity  = license.LicenseTierCommunity
    LicenseTierIndividual = license.LicenseTierIndividual
    LicenseTierBusiness   = license.LicenseTierBusiness
)

func GetMeteredState

func GetMeteredState() (license.MeteredStatus, error)

GetMeteredState checks the currently used metered document usage status, documents used and credits available.

func SetLegacyLicenseKey

func SetLegacyLicenseKey(s string) error

SetLegacyLicenseKey installs a legacy license code. License codes issued prior to June 2019. Will be removed at some point in a future major version.

func SetLicenseKey

func SetLicenseKey(content string, customerName string) error

SetLicenseKey sets and validates the license key.

func SetMeteredKey

func SetMeteredKey(apiKey string) error

SetMeteredKey sets the metered License API key required for SaaS operation. Document usage is reported periodically for the product to function correctly.

type LegacyLicense

LegacyLicense holds the old-style unioffice license information.

type LegacyLicense = license.LegacyLicense

type LegacyLicenseType

LegacyLicenseType is the type of license

type LegacyLicenseType = license.LegacyLicenseType

type LicenseKey

LicenseKey represents a loaded license key.

type LicenseKey = license.LicenseKey

func GetLicenseKey

func GetLicenseKey() *LicenseKey

GetLicenseKey returns the currently loaded license key.

func MakeUnlicensedKey

func MakeUnlicensedKey() *LicenseKey

MakeUnlicensedKey returns a default key.