Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler interface { AddIfNotExisting(l *lcs.License) error Activate(id string, inactivate bool) error GetByID(id string, l *lcs.License) error GetAll(licenses *[]*lcs.License) error GetByToken(token string, l *lcs.License) error DeleteByID(id string) error DropDatabase() error }
var LicenseHandler Handler
Click to show internal directories.
Click to hide internal directories.