v2fly/app/api/api.go

13 lines
104 B
Go

package api
import (
"v2ray.com/core/app"
)
const (
APP_ID = app.ID(5)
)
type ApiServer struct {
}