feat: define usage constants and add unit tests for GeometryService
Build and Release / release (push) Successful in 1m43s

This commit is contained in:
2026-06-03 19:43:51 +07:00
parent 54b1522db5
commit 4676e21740
2 changed files with 189 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ package constants
import "time"
const (
MaxDailyAIUsage = 10
MaxDailyAIUsage = 1000
UsageExpiration = 24 * time.Hour
)