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