1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-04 13:05:24 +00: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()
}