start minIO, refactored files into packages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package ConnectionState
|
||||
|
||||
type ConnectionState uint8
|
||||
|
||||
const (
|
||||
Stranger ConnectionState = iota
|
||||
GroupFellow
|
||||
Friend
|
||||
GroupFriend
|
||||
)
|
||||
Reference in New Issue
Block a user