Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/prometheus/common
/ TLSVersion
TypeAlias
TLSVersion
config/http_config.go:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
type
TLSVersion uint16
63
64
var
TLSVersions =
map
[string]TLSVersion{
65
"TLS13"
: (TLSVersion)(tls.VersionTLS13),
Callers
2
TestTLSVersionMarshalYAML
Function · 0.85
TestTLSVersionMarshalJSON
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected