MCPcopy
hub / github.com/gofiber/fiber / Render

Method Render

ctx.go:101–101  ·  view source on GitHub ↗
(out io.Writer, name string, binding any, layout ...string)

Source from the content-addressed store, hash-verified

99type Views interface {
100 Load() error
101 Render(out io.Writer, name string, binding any, layout ...string) error
102}
103
104// App returns the *App reference to the instance of the Fiber application

Implementers 9

fileViewapp_test.go
invalidViewapp_test.go
countingViewapp_test.go
blockingViewapp_test.go
panicLoadViewapp_test.go
panicRenderViewapp_test.go

Calls

no outgoing calls