Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotImplemented = errors.New("not implemented")
Functions ¶
This section is empty.
Types ¶
type NopLicenseManager ¶
type NopLicenseManager struct {
}
NopLicenseManager is a No-Operation implementation of license manager i.e. does not actually check license restrictions
func (*NopLicenseManager) GetToken ¶
func (n *NopLicenseManager) GetToken() (string, error)
func (*NopLicenseManager) InstallationID ¶
func (n *NopLicenseManager) InstallationID() string
func (*NopLicenseManager) ValidateLicense ¶
func (n *NopLicenseManager) ValidateLicense() error
Click to show internal directories.
Click to hide internal directories.