diff options
| author | 2025-08-31 18:40:13 +0700 | |
|---|---|---|
| committer | 2025-08-31 18:40:13 +0700 | |
| commit | 6af14241ff2c8050753f1d6ac702a938a017a839 (patch) | |
| tree | 29400fa749d7bc87ed30cc924e486791f8f72867 /internal/router/client-cache.go | |
| parent | f174579ef53fb726594a2f7064299b86c8691ea3 (diff) | |
| download | web-6af14241ff2c8050753f1d6ac702a938a017a839.tar.gz web-6af14241ff2c8050753f1d6ac702a938a017a839.zip | |
feat: add page cache
Diffstat (limited to 'internal/router/client-cache.go')
| -rw-r--r-- | internal/router/client-cache.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/router/client-cache.go b/internal/router/client-cache.go index 81d7641..e448fb3 100644 --- a/internal/router/client-cache.go +++ b/internal/router/client-cache.go @@ -11,11 +11,6 @@ import ( "golang.org/x/crypto/argon2" ) -type PageLike struct { - PageRef string - UserId string -} - type ClientCache struct { hashMap map[string]string hashMapMutex sync.RWMutex |