mirror of
https://github.com/xslasd/go-license.git
synced 2025-12-24 12:57:55 +08:00
update README.md
This commit is contained in:
@@ -13,8 +13,8 @@ client Main implementation interfaces
|
||||
```go
|
||||
type LicenseCli interface {
|
||||
GenerateActivationCode(opts ...GenerateOption) ([]byte, error)
|
||||
ActivateLicense(licenseCode []byte) (bool, error)
|
||||
VerifyLicense() (bool, error)
|
||||
ActivateLicense(licenseCode []byte) error
|
||||
VerifyLicense() bool
|
||||
GetLicenseInfo() (*LicenseInfo, error)
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user