mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 13:05:28 -05:00
6 lines
67 B
Go
6 lines
67 B
Go
package protocol
|
|
|
|
type Account interface {
|
|
Equals(Account) bool
|
|
}
|