interfaces

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyError     int32 = -1
	KeyLength    int32 = -2
	KeyLog       int32 = -3
	KeyOwner     int32 = -4
	KeyRandom    int32 = -5
	KeyRequestId int32 = -6
	KeyScAddress int32 = -7
	KeySender    int32 = -8
	KeyTimestamp int32 = -9
	KeyTrace     int32 = -10
	KeyTraceHost int32 = -11
)

Variables

This section is empty.

Functions

This section is empty.

Types

type HostInterface

type HostInterface interface {
	GetInt(objId int32, keyId int32) int64
	GetKey(key string) int32
	GetObject(objId int32, keyId int32, typeId int32) int32
	GetString(objId int32, keyId int32) string
	HasError() bool
	SetError(text string)
	SetInt(objId int32, keyId int32, value int64)
	SetString(objId int32, keyId int32, value string)
}

type HostObject added in v0.0.22

type HostObject interface {
	GetInt(keyId int32) int64
	GetObject(keyId int32, typeId int32) int32
	GetString(keyId int32) string
	SetInt(keyId int32, value int64)
	SetString(keyId int32, value string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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