1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-31 06:25:32 -05:00

protocol and api

This commit is contained in:
v2ray
2016-02-25 21:50:38 +01:00
parent 76ca9de25f
commit 7b79a768ef
7 changed files with 145 additions and 13 deletions

12
app/api/api.go Normal file
View File

@@ -0,0 +1,12 @@
package api
import (
"github.com/v2ray/v2ray-core/app"
)
const (
APP_ID = app.ID(5)
)
type ApiServer struct {
}