Skip to content
Snippets Groups Projects
Commit a2cd760b authored by LaurenceLiZhixin's avatar LaurenceLiZhixin
Browse files

fix: change passthrough factory param

parent 3614937a
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ type PassThroughProxyFactory struct {
}
// NewPassThroughProxyFactory returns a proxy factory instance
func NewPassThroughProxyFactory() proxy.ProxyFactory {
func NewPassThroughProxyFactory(_ ...proxy.Option) proxy.ProxyFactory {
return &PassThroughProxyFactory{}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment