v2ray-core/app/web/web.go
2017-01-06 15:32:36 +01:00

6 lines
52 B
Go

package web
type WebServer interface {
Handle()
}