add getUserById helper in http delete old connections code from http

This commit is contained in:
gitGnome
2026-04-08 14:10:43 +02:00
parent 26fef0a777
commit 9804a700ce
5 changed files with 69 additions and 213 deletions
+10
View File
@@ -0,0 +1,10 @@
package ConnectionState
type ConnectionState uint8
const (
Stranger ConnectionState = iota
GroupFellow
Friend
GroupFriend
)
-10
View File
@@ -1,10 +0,0 @@
package ConnectionType
type ConnectionType uint8
const (
Stranger ConnectionType = iota
GroupFellow
Friend
GroupFriend
)