# README
JSII Go Runtime
This is the JSII runtime for go. This repository is used only for publishing the go module. The source code is managed in the main JSII repository. Refer to the go-runtime readme there for details on building and testing the module.
# Functions
No description provided by the author
Close finalizes the runtime process, signalling the end of the execution to the jsii kernel process, and waiting for graceful termination.
Create will construct a new JSII object within the kernel runtime.
No description provided by the author
Invoke will call a method on a jsii class instance.
No description provided by the author
Load ensures a npm package is loaded in the jsii kernel.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HelloResponse?.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
KernelRequest and KernelResponse allow creating a union of KernelRequest and KernelResponse types by defining private method implemented by a private custom type, which is embedded in all relevant types.
No description provided by the author
Override is a public interface implementing a private method `isOverride` implemented by the private custom type `override`.
# Type aliases
FQN represents a fully-qualified type name in the jsii type system.