update proxy/options

This commit is contained in:
Asim Aslam
2019-06-06 21:45:28 +01:00
parent 2cc18d6edc
commit c317daf6b8
3 changed files with 4 additions and 15 deletions

View File

@@ -13,6 +13,4 @@ type Proxy interface {
options.Options
// ServeRequest will serve a request
ServeRequest(context.Context, server.Request, server.Response) error
// run the proxy
Run() error
}