mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-08-07 16:18:32 +00:00
13 lines
117 B
Go
13 lines
117 B
Go
![]() |
package api
|
||
|
|
||
|
import (
|
||
|
"github.com/v2ray/v2ray-core/app"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
APP_ID = app.ID(5)
|
||
|
)
|
||
|
|
||
|
type ApiServer struct {
|
||
|
}
|