Remove unneeded IsConfigured() method

This commit is contained in:
Fredrik Larsson 2023-06-29 22:30:26 +02:00
parent 05bb165ffa
commit 42dde17b1b

View File

@ -42,10 +42,6 @@ func (m *mockTargetNetFilter) Match(target string) bool {
return m.targets[target]
}
func (m *mockTargetNetFilter) IsConfigured() bool {
return true
}
// echoSource is a Source that returns the endpoints passed in on creation.
type echoSource struct {
endpoints []*endpoint.Endpoint