add getUserById helper in http delete old connections code from http
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ConnectionState
|
||||
|
||||
type ConnectionState uint8
|
||||
|
||||
const (
|
||||
Stranger ConnectionState = iota
|
||||
GroupFellow
|
||||
Friend
|
||||
GroupFriend
|
||||
)
|
||||
@@ -1,10 +0,0 @@
|
||||
package ConnectionType
|
||||
|
||||
type ConnectionType uint8
|
||||
|
||||
const (
|
||||
Stranger ConnectionType = iota
|
||||
GroupFellow
|
||||
Friend
|
||||
GroupFriend
|
||||
)
|
||||
Reference in New Issue
Block a user