1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-01 08:49:11 -04:00

Massive refactoring for better code structure

This commit is contained in:
V2Ray
2015-09-19 23:54:36 +02:00
parent 5eee1b97aa
commit 075753c030
34 changed files with 107 additions and 115 deletions

View File

@@ -1,10 +1,5 @@
package core
// User is the user account that is used for connection to a Point
type User struct {
Id ID `json:"id"` // The ID of this User.
}
type ConnectionConfig interface {
Protocol() string
Content() []byte