v2ray-core/app/api/api.go

13 lines
104 B
Go
Raw Normal View History

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