type

AdminPluginMetadata

Static package/export pairing for a plugin admin half.

Source ridu.go:26

Packagestring
Installed bare JavaScript package specifier.
Exportstring
Named AdminPlugin export in Package.
APIVersionuint32
Admin contract version; must equal AdminPluginAPIVersion.
PairingVersionuint32
Backend/admin pairing version checked during generation.
Routes[]string
Authenticated admin route paths in exact registration order.
Assets[]string
Package-relative static assets in exact registration order.

Package and Export are statically imported at admin build time. Increment PairingVersion when backend and admin halves cease to be compatible.