refactored out global. long live AppState

This commit is contained in:
ari melody 2025-01-21 14:53:18 +00:00
parent 3d674515ce
commit 00ebf99cc0
Signed by: ari
GPG key ID: CF99829C92678188
23 changed files with 334 additions and 346 deletions

View file

@ -2,6 +2,8 @@ package model
import "time"
const COOKIE_TOKEN string = "AM_TOKEN"
type (
Account struct {
ID string `json:"id" db:"id"`