mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-06 01:05:35 -05:00
implement remove user in vmess
This commit is contained in:
@@ -3,4 +3,5 @@ package protocol
|
||||
type UserValidator interface {
|
||||
Add(user *User) error
|
||||
Get(timeHash []byte) (*User, Timestamp, bool)
|
||||
Remove(email string) bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user