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

Struct standardSTEKProvider

modules/caddytls/standardstek/stek.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type standardSTEKProvider struct {
32 stekConfig *caddytls.SessionTicketService
33 timer *time.Timer
34}
35
36// CaddyModule returns the Caddy module information.
37func (standardSTEKProvider) CaddyModule() caddy.ModuleInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected