1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-11-23 12:02:58 -05:00
Files
v2fly/app/api/api.go

13 lines
117 B
Go
Raw Normal View History

2016-02-25 21:50:38 +01:00
package api
import (
"github.com/v2ray/v2ray-core/app"
)
const (
APP_ID = app.ID(5)
)
type ApiServer struct {
}