type

App

type App = core.App

A resolved application bound to its document and optional service stores.

Source ridu.go:35

Manifestfunc() schema.Manifest
Return the immutable resolved schema.
Localfunc() *LocalAPI
Return the in-process content API.
Handlerfunc(HandlerOptions) http.Handler
Build the REST API, admin, plugin routes, health, and readiness handler.

App owns initialized runtime services; its fields are intentionally private. Construct it with New, or let Execute own the ordinary production lifecycle.

Methods