fix errors
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user