mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-05 17:57:42 -05:00
13 lines
104 B
Go
13 lines
104 B
Go
package api
|
|
|
|
import (
|
|
"v2ray.com/core/app"
|
|
)
|
|
|
|
const (
|
|
APP_ID = app.ID(5)
|
|
)
|
|
|
|
type ApiServer struct {
|
|
}
|