MCPcopy 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
62type TLSVersion uint16
63
64var TLSVersions = map[string]TLSVersion{
65 "TLS13": (TLSVersion)(tls.VersionTLS13),

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected