dynlib

package
v0.0.0-...-8be05ca Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrLibHandlerEmpty = errors.New("Dynamic library handler is empty")
View Source
var ErrLibNotFound = errors.New("Dynamic library not found")
View Source
var ErrNilLib = errors.New("Empty Dynamic Library type")

Functions

This section is empty.

Types

type DynLib

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

func LoadDynLib

func LoadDynLib(libname string) (*DynLib, error)

func (*DynLib) CloseDynLib

func (dl *DynLib) CloseDynLib() error

func (*DynLib) GetSymbol

func (dl *DynLib) GetSymbol(symbolname string) (*Function, error)

type Function

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

Jump to

Keyboard shortcuts

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