package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev

# Functions

Delete decrements the reference count and removes the pinned object from the object map when the reference count becomes zero.
Register registers a function in the Registry.

# Variables

DecString decodes a string encoded in the Buffer.
EncString encodes a Go string into the Buffer.
FinalizeRef is the finalizer used on foreign objects.
Registry holds functions callable from gobind generated bindings.
Transact calls a method on a foreign object instance.

# Structs

Buffer is a set of arguments or return values from a function call across the language boundary.
A Ref represents a Java or Go object passed across the language boundary.

# Type aliases

A Func can be registered and called by a foreign language.