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:
12
app/api/api.go
Normal file
12
app/api/api.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"github.com/v2ray/v2ray-core/app"
|
||||
)
|
||||
|
||||
const (
|
||||
APP_ID = app.ID(5)
|
||||
)
|
||||
|
||||
type ApiServer struct {
|
||||
}
|
||||
Reference in New Issue
Block a user