Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ panicTransport
Struct
panicTransport
client/core_test.go:539–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
type
panicTransport
struct
{
540
value any
541
}
542
543
func
(p *panicTransport) Do(_ *fasthttp.Request, _ *fasthttp.Response) error {
544
panic(p.value)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected