| 509 | } |
| 510 | |
| 511 | type connectionSlogBackend struct { |
| 512 | exporter *auditbackends.SlogExporter |
| 513 | } |
| 514 | |
| 515 | // NewSlogBackend returns a Backend that logs connection events via |
| 516 | // the structured logger. |
nothing calls this directly
no outgoing calls
no test coverage detected