| 29 | } |
| 30 | |
| 31 | type standardSTEKProvider struct { |
| 32 | stekConfig *caddytls.SessionTicketService |
| 33 | timer *time.Timer |
| 34 | } |
| 35 | |
| 36 | // CaddyModule returns the Caddy module information. |
| 37 | func (standardSTEKProvider) CaddyModule() caddy.ModuleInfo { |
nothing calls this directly
no outgoing calls
no test coverage detected