Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 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