so much work to do :c
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ConnectionType
|
||||
|
||||
type ConnectionType uint8
|
||||
|
||||
const (
|
||||
Stranger ConnectionType = iota
|
||||
GroupFellow
|
||||
Friend
|
||||
GroupFriend
|
||||
)
|
||||
Reference in New Issue
Block a user