mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-13 06:56:06 +00:00
8 lines
378 B
Go
8 lines
378 B
Go
package entitlements
|
|
|
|
import pkglicensing "github.com/rcourtman/pulse-go-rewrite/pkg/licensing"
|
|
|
|
// EntitlementSource provides entitlement data from any backing store.
|
|
// Implementation A: TokenSource (stateless JWT claims for self-hosted).
|
|
// Implementation B: DatabaseSource (direct DB lookup for SaaS/hosted) - future.
|
|
type EntitlementSource = pkglicensing.EntitlementSource
|