package
Version:
v0.0.0-...-8ad27d5
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package delegate provides the ability to make function calls between
different domain packages when an import is not possible.
Data represents an event between domains.
String implements the Stringer interface.
Delegate manages the set of functions to be called by domain
packages when an import is not possible.
New constructs a delegate for indirect api access.
Call executes all functions registered for the specified domain and
action. These functions are executed synchronously on the G making the call.
Register adds a function to be called for a specified domain and action.
Func represents a function that is registered and called by the system.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.