1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-01 23:15:21 -05:00
Files
v2fly/app/web/web.go
2017-01-06 15:32:36 +01:00

6 lines
52 B
Go

package web
type WebServer interface {
Handle()
}