globalSym

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2022 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GetGlobalValue = func(
	name string,
	application, function uint32,
	valuePtr *byte,
) errno.Error {
	return errno.ErrorNone
}
View Source
var GetGlobalValueSize = func(
	name string,
	application, function uint32,
	valueSizePtr *uint32,
) errno.Error {
	return errno.ErrorNone
}
View Source
var GetOrCreateGlobalValueSize = func(
	name string,
	application, function uint32,
	valueSizePtr *uint32,
) errno.Error {
	return errno.ErrorNone
}
View Source
var PutGlobalValue = func(
	name string,
	application, function uint32,
	value []byte,
) errno.Error {
	return errno.ErrorNone
}

Functions

This section is empty.

Types

type MockData

type MockData struct {
	Data map[string][]byte
}

func (MockData) Mock

func (_m MockData) Mock() *MockData

Jump to

Keyboard shortcuts

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