1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 09:55:22 +00:00
v2fly/common/protocol/account.go
2016-07-25 17:36:24 +02:00

6 lines
67 B
Go

package protocol
type Account interface {
Equals(Account) bool
}