Crate risingwave_license

Source

Modulesยง

cpu ๐Ÿ”’
feature ๐Ÿ”’
key ๐Ÿ”’
manager ๐Ÿ”’

Structsยง

License
The content of a license.
LicenseKey
A newtype wrapping String or &str for the license key.
LicenseManager
The singleton license manager.

Enumsยง

Feature
A set of features that are available based on the tier of the license.
FeatureNotAvailable
The error type for feature not available due to license.
Issuer
Issuer of the license.
LicenseError
The error type for invalid license key when verifying as JWT.
Tier
License tier.

Functionsยง

report_telemetry ๐Ÿ”’

Type Aliasesยง

LicenseKeyRef
Alias for LicenseKey<&str>.