1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 10:08:15 -05:00

name confict

This commit is contained in:
Darien Raymond 2016-12-07 14:35:10 +01:00
parent a11c225cbf
commit 943d43040b
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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