package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Apr 2, 2020
License: BSD-2-Clause
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package license provides APIs related to licenses.
Client performs API operations.
CreateLicense generates a new license code for a given SDK product.
type License struct {
Code string `json:"license_code"`
ExpiresAt paddle.Time `json:"expires_at"`
}
License represents a license for an SDK product.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.