Skip to content

GatewayInstance

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

The instantiated gateway - a configured Hono app

_registry: GatewayRegistry

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

Internal registry for admin introspection


app: Hono

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

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


name: string

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

Gateway name


routeCount: number

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

Registered route count