MCPcopy
hub / github.com/go-chi/chi / Panic

Method Panic

middleware/logger.go:71–71  ·  view source on GitHub ↗
(v interface{}, stack []byte)

Source from the content-addressed store, hash-verified

69type LogEntry interface {
70 Write(status, bytes int, header http.Header, elapsed time.Duration, extra interface{})
71 Panic(v interface{}, stack []byte)
72}
73
74// GetLogEntry returns the in-context LogEntry for a request.

Callers 1

RecovererFunction · 0.65

Implementers 1

defaultLogEntrymiddleware/logger.go

Calls

no outgoing calls

Tested by

no test coverage detected