1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-14 14:59:58 -04:00

name confict

This commit is contained in:
Darien Raymond
2016-12-07 14:35:10 +01:00
parent a11c225cbf
commit 943d43040b

View File

@@ -9,7 +9,7 @@ const (
APP_ID = app.ID(8)
)
type Server interface {
type WebServer interface {
common.Releasable
Handle()
}