statutes

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Unknown LicenseStatus = "UNKNOWN"
	// Valid             LicenseStatus = "VALID"
	Invalid           LicenseStatus = "INVALID"
	Unregistered      LicenseStatus = "UNREGISTERED"
	Registering       LicenseStatus = "REGISTERING"
	Registered        LicenseStatus = "REGISTERED"
	Purchased         LicenseStatus = "PURCHASED"
	RegistrationError LicenseStatus = "REGISTRATION_ERROR"
	Activated         SupportStatus = "Activated"
	Expired           SupportStatus = "Expired"
	Spare             SupportStatus = "Spare"
)

Variables

View Source
var (
	// LicenseStatuses = []LicenseStatus{Registered, Unregistered, Registering, Unknown, Purchased, Valid, Invalid, RegistrationError}
	LicenseStatuses = []LicenseStatus{Registered, Unregistered, Registering, Unknown, Purchased, Invalid, RegistrationError}
)

Functions

This section is empty.

Types

type LicenseStatus

type LicenseStatus string

func (LicenseStatus) String

func (s LicenseStatus) String() string

type SupportStatus

type SupportStatus string

func (SupportStatus) String

func (s SupportStatus) String() string

Jump to

Keyboard shortcuts

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