MCPcopy
hub / github.com/caddyserver/caddy / echMetaKey

Function echMetaKey

modules/caddytls/ech.go:1190–1192  ·  view source on GitHub ↗
(configID uint8)

Source from the content-addressed store, hash-verified

1188}
1189
1190func echMetaKey(configID uint8) string {
1191 return path.Join(echConfigsKey, strconv.Itoa(int(configID)), "meta.json")
1192}
1193
1194// publicationHistory is a map of publisher key to
1195// map of inner name to timestamp

Callers 2

rotateECHKeysMethod · 0.85
publishECHConfigsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected