Skip to content

GatewayInstance

Defined in: src/core/types.ts:215

The instantiated gateway — a configured Hono app

_registry: GatewayRegistry

Defined in: src/core/types.ts:223

Internal registry for admin introspection


app: Hono

Defined in: src/core/types.ts:217

The underlying Hono app, ready to be exported as a Worker


name: string

Defined in: src/core/types.ts:221

Gateway name


routeCount: number

Defined in: src/core/types.ts:219

Registered route count