1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 07:46:41 -04: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
}