Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
99
type
Views
interface
{
100
Load() error
101
Render(out io.Writer, name string, binding any, layout ...string) error
102
}
103
Callers
15
dummyCmd
Function · 0.65
TestDefaultCtx_ScheduleReclaim_CancelInvoked
Function · 0.65
IsAbandoned
Method · 0.65
Test_InitServices
Function · 0.65
Get
Method · 0.65
ReloadViews
Method · 0.65
init
Method · 0.65
Test_Ctx_SaveFileToStorage_ContextPropagation
Function · 0.65
TestStandardClientTransportCoverage
Function · 0.65
TestLBClientTransportAccessorsAndOverrides
Function · 0.65
Test_Client_HostClient_Behavior
Function · 0.65
Test_Client_LBClient_Behavior
Function · 0.65
Implementers
9
fileView
app_test.go
invalidView
app_test.go
countingView
app_test.go
blockingView
app_test.go
sharedBlockingView
app_test.go
panicLoadView
app_test.go
panicRenderView
app_test.go
testTemplateEngine
ctx_test.go
errorTemplateEngine
ctx_test.go
Calls
no outgoing calls
Tested by
15
TestDefaultCtx_ScheduleReclaim_CancelInvoked
Function · 0.52
Test_InitServices
Function · 0.52
Test_Ctx_SaveFileToStorage_ContextPropagation
Function · 0.52
TestStandardClientTransportCoverage
Function · 0.52
TestLBClientTransportAccessorsAndOverrides
Function · 0.52
Test_Client_HostClient_Behavior
Function · 0.52
Test_Client_LBClient_Behavior
Function · 0.52
Test_Replace_ConcurrentAccess
Function · 0.52
Test_Cache_Security_Concurrent_QueryParamDoS
Function · 0.52
Test_Cache_Security_QueryBody_RawHashDomain
Function · 0.52
Test_Cache_Security_QueryBody_CannotInjectAuthorizationSuffix
Function · 0.52
Test_Cache_CustomMethods
Function · 0.52