exec

package
v3.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

View Source
const JSNOTFOUND = 10002
View Source
const TIMEOUT = 5

Variables

View Source
var ErrTimoutFromJavaScript = errors.New("invoke javascript timeout,maybe should check  function from javascript")
View Source
var ErrType = errors.New("from javascript data type err")
View Source
var PrimaryKeyNull = errors.New("primary key is null err")

Functions

func Exec

func Exec(args ...interface{}) (output interface{}, err error)

func ExtractArrayBuffer

func ExtractArrayBuffer(arrayBuffer js.Value) []byte

Types

type CallbackData

type CallbackData struct {
	ErrCode int32       `json:"errCode"`
	ErrMsg  string      `json:"errMsg"`
	Data    interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL