package
0.0.0-20250102102124-9069d5eb7cfd
Repository: https://github.com/intelchain-itc/go-sdk.git
Documentation: pkg.go.dev

# Packages

Package deps contains the console JavaScript dependencies Go embedded.

# Functions

AbsolutePath returns datadir + filename, or filename if it is absolute.
MakeCallback turns the given function into a function that's callable by JS.
runtime must be stopped with Stop() after use and cannot be used after stopping.
SafeGet attempt to get the value associated to `key`, and catches the panic that goja creates if an error occurs in key.

# Variables

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

# Structs

Call is the argument type of Go functions which are callable from JS.
JSRE is a JS runtime environment embedding the goja interpreter.