api

package module
v0.0.0-...-9fc3707 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetaFFIModule

type MetaFFIModule struct {
	// contains filtered or unexported fields
}

func (*MetaFFIModule) Load

func (this *MetaFFIModule) Load(functionPath string, paramsMetaFFITypes []IDL.MetaFFIType, retvalMetaFFITypes []IDL.MetaFFIType) (ff func(...interface{}) ([]interface{}, error), err error)

func (*MetaFFIModule) LoadWithAlias

func (this *MetaFFIModule) LoadWithAlias(functionPath string, paramsMetaFFITypes []IDL.MetaFFITypeInfo, retvalMetaFFITypes []IDL.MetaFFITypeInfo) (ff func(...interface{}) ([]interface{}, error), err error)

type MetaFFIRuntime

type MetaFFIRuntime struct {
	// contains filtered or unexported fields
}

func NewMetaFFIRuntime

func NewMetaFFIRuntime(runtimePlugin string) *MetaFFIRuntime

func (*MetaFFIRuntime) LoadModule

func (this *MetaFFIRuntime) LoadModule(modulePath string) (*MetaFFIModule, error)

func (*MetaFFIRuntime) LoadRuntimePlugin

func (this *MetaFFIRuntime) LoadRuntimePlugin() error

func (*MetaFFIRuntime) ReleaseRuntimePlugin

func (this *MetaFFIRuntime) ReleaseRuntimePlugin() error

Jump to

Keyboard shortcuts

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