forked from Ivasoft/traefik
Merge branch v2.2 into v2.3
This commit is contained in:
@@ -46,7 +46,7 @@ type Builder struct {
|
||||
}
|
||||
|
||||
type serviceBuilder interface {
|
||||
BuildHTTP(ctx context.Context, serviceName string, responseModifier func(*http.Response) error) (http.Handler, error)
|
||||
BuildHTTP(ctx context.Context, serviceName string) (http.Handler, error)
|
||||
}
|
||||
|
||||
// NewBuilder creates a new Builder.
|
||||
|
||||
Reference in New Issue
Block a user