mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 15:55:20 -05:00
more protocol implementation
This commit is contained in:
10
common/protocol/errors.go
Normal file
10
common/protocol/errors.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package protocol
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrorInvalidUser = errors.New("Invalid user.")
|
||||
ErrorInvalidVersion = errors.New("Invalid version.")
|
||||
)
|
||||
Reference in New Issue
Block a user