mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 20:12:25 +00:00
basically added session manager, minimal. stores uuid and ttl sessions to eliminate recursive queries
This commit is contained in:
@@ -24,4 +24,7 @@ const (
|
||||
|
||||
ErrMethodIsMissing = -32020
|
||||
ErrMethodIsMissingS = "Method is missing"
|
||||
|
||||
ErrSessionIsTaken = -32030
|
||||
ErrSessionIsTakenS = "The session is already taken"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user