1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-14 07:58:16 -04:00
v2fly/app/web/web.go
2017-01-06 15:32:36 +01:00

6 lines
52 B
Go

package web
type WebServer interface {
Handle()
}