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

Method Load

ctx.go:100–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

dummyCmdFunction · 0.65
IsAbandonedMethod · 0.65
Test_InitServicesFunction · 0.65
GetMethod · 0.65
ReloadViewsMethod · 0.65
initMethod · 0.65

Implementers 9

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

Calls

no outgoing calls