fix errors

This commit is contained in:
Asim Aslam
2019-06-06 17:58:21 +01:00
parent a58bc8e75c
commit 2cc18d6edc
3 changed files with 10 additions and 10 deletions

View File

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