MCPcopy Create free account
hub / github.com/kataras/iris / FallbackViewLayout

TypeAlias FallbackViewLayout

context/context.go:3834–3834  ·  view source on GitHub ↗

FallbackViewLayout is a helper to register a single template filename as a fallback layout when the provided layout filename was not found.

Source from the content-addressed store, hash-verified

3832// FallbackViewLayout is a helper to register a single template filename as a fallback
3833// layout when the provided layout filename was not found.
3834type FallbackViewLayout string
3835
3836// FallbackView completes the FallbackViewProvider interface.
3837func (f FallbackViewLayout) FallbackView(ctx *Context, err ErrViewNotExist) error {

Callers 1

context.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected