storage

package
v0.0.0-...-b877db6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect()

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL