fix: Implement CheckerDefinitionProvider on tlsProvider
Lets the SDK seed OptionEndpoints from the primary's DiscoverEntries output when checker-tls runs as a sibling.
This commit is contained in:
parent
e32633ca40
commit
8ee699ff1c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import (
|
||||||
var Version = "built-in"
|
var Version = "built-in"
|
||||||
|
|
||||||
// Definition returns the CheckerDefinition for the TLS checker.
|
// Definition returns the CheckerDefinition for the TLS checker.
|
||||||
func Definition() *sdk.CheckerDefinition {
|
func (p *tlsProvider) Definition() *sdk.CheckerDefinition {
|
||||||
return &sdk.CheckerDefinition{
|
return &sdk.CheckerDefinition{
|
||||||
ID: "tls",
|
ID: "tls",
|
||||||
Name: "TLS",
|
Name: "TLS",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue