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

Interface Views

ctx.go:99–102  ·  ctx.go::Views

Views is the interface that wraps the Render function.

Source from the content-addressed store, hash-verified

97
98// Views is the interface that wraps the Render function.
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
105func (c *DefaultCtx) App() *App {

Implementers 9

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

Calls

no outgoing calls

Tested by

no test coverage detected