This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
v2ray-core
Watch
1
Star
0
Fork
0
You've already forked v2ray-core
mirror of
https://github.com/v2fly/v2ray-core.git
synced
2025-08-07 16:18:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v2ray-core
/
app
/
api
/
api.go
13 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
protocol and api
2016-02-25 21:50:38 +01:00
package
api
import
(
unified import path
2016-08-20 20:55:45 +02:00
"v2ray.com/core/app"
protocol and api
2016-02-25 21:50:38 +01:00
)
const
(
APP_ID
=
app
.
ID
(
5
)
)
type
ApiServer
struct
{
}
Reference in New Issue
Copy Permalink