Skip to content

Commit

Permalink
Solved merge conflict, added NameHost in Rfc filter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterklijn committed Oct 1, 2021
1 parent cbbc53e commit 8e6b2da
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions filters/rfc/rfc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ import (
"github.com/zalando/skipper/rfc"
)

// Name is the filter name
// Deprecated, use filters.RfcPathName instead
const Name = filters.RfcPathName
const (
// Name is the filter name
// Deprecated, use filters.RfcPathName instead
Name = filters.RfcPathName
// NameHost is the filter name
// Deprecated, use filters.RfcHostName instead
NameHost = filters.RfcHostName
)

type path struct{}

Expand Down

0 comments on commit 8e6b2da

Please sign in to comment.