directory
1.102.0
Repository: https://github.com/aws/jsii-runtime-go.git
Documentation: pkg.go.dev

# Packages

Package api contains shared type definisions used by several modules part of the jsii runtime for go.
Package embedded contains the embedded @jsii/kernel code, which is used unless the JSII_RUNTIME environment variable is set to a different program.
Package kernel defines the interface for go programs to interact with the @jsii/kernel node process.
Package objectstore implements support for tracking a mapping of object references to and from their instance ID.
Package typeregistry offers features useful to manage the registration and operation of types in the context of the jsii runtime.