Documentation ¶
Overview ¶
Package discovery implement discovery
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSelectionService ¶
type MockSelectionService struct {
SelectEndpointsFunc func(domain string, endpoints []*models.Endpoint) ([]*models.Endpoint, error)
}
MockSelectionService implements a mock selection service.
func (*MockSelectionService) SelectEndpoints ¶
func (m *MockSelectionService) SelectEndpoints(domain string, endpoints []*models.Endpoint) ([]*models.Endpoint, error)
SelectEndpoints select endpoints.
Click to show internal directories.
Click to hide internal directories.