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