Files
go-socket/Enums/ConnectionState/ConnectionState.go
T

11 lines
130 B
Go

package ConnectionState
type ConnectionState uint8
const (
Stranger ConnectionState = iota
GroupFellow
Friend
GroupFriend
)