1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-18 01:46:06 -04:00
v2fly/app/web/web.go

6 lines
52 B
Go
Raw Normal View History

2016-12-04 03:10:47 -05:00
package web
2016-12-07 08:35:10 -05:00
type WebServer interface {
2016-12-04 03:10:47 -05:00
Handle()
}