implement paywall #161

Merged
talksik merged 19 commits from paywall into master 2026-04-14 22:18:32 +00:00
Showing only changes of commit 42787d0f3e - Show all commits
+2 -2
View File
@@ -2,8 +2,8 @@ package billing
import "time" import "time"
// FreemiumDailyLimit is the per-network daily cap on non-container // FreemiumDailyLimit is the per-network daily cap on usage,
// particles for networks on the free plan. // agnostic of the units that this refer to. This is only relevant for the "free" plan.
const FreemiumDailyLimit = 50 const FreemiumDailyLimit = 50
// Usage describes a network's current freemium quota state for today. // Usage describes a network's current freemium quota state for today.