Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LicenseManager ¶
type LicenseManager interface { AddLicenseToUser(userId string) RevokeLicenseFromUser(userId string) ListLicenseUser() []*licensing.LicenseAssignment }
func New ¶
func New() LicenseManager
Click to show internal directories.
Click to hide internal directories.