1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-26 11:44:22 -04:00
v2fly/common/protocol/account.go

6 lines
67 B
Go
Raw Normal View History

2016-05-07 20:26:03 +02:00
package protocol
type Account interface {
2016-07-24 23:22:46 +02:00
Equals(Account) bool
2016-05-07 20:26:03 +02:00
}