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

Struct invalidView

app_test.go:2108–2108  ·  app_test.go::invalidView

Source from the content-addressed store, hash-verified

2106}
2107
2108type invalidView struct{}
2109
2110func (invalidView) Load() error { return errors.New("invalid view") }
2111

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected