Skip to content

Releases: xslasd/go-license

v0.1.4

07 Mar 10:06
Compare
Choose a tag to compare

fix cipherByte len bug

v0.1.3

22 Feb 09:44
Compare
Choose a tag to compare

bug

v0.1.2

22 Feb 02:20
Compare
Choose a tag to compare

update licenseFileSavePath bug
add func WithLicenseFileName(name string) Option

v0.1.1

18 Feb 03:07
Compare
Choose a tag to compare

Update spelling errors in words

v0.1.0

02 Feb 05:04
f80abd7
Compare
Choose a tag to compare

NewLicenseCli(rsaKey RSAKeyConfig, subject string, opts ...Option) (LicenseCli, error)
GenerateActivationCode(opts ...GenerateOption) ([]byte, error)
ActivateLicense(licenseCode []byte) error
VerifyLicense() bool
GetLicenseInfo() (*LicenseInfo, error)