Skip to content

Commit

Permalink
feat: slightly redesign of the strategy package
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Jul 6, 2024
1 parent 0f75e70 commit cf3dda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategy/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
ErrRightmostTrustedRange = errors.New("rightmost trusted range strategy")
)

// IPRangeResolver defines an interface for resolving a set of IP ranges.
// IPRangeResolver resolve a set of IP ranges.
type IPRangeResolver interface {
IPRange() ([]net.IPNet, error)
}
Expand Down

0 comments on commit cf3dda1

Please sign in to comment.