package
Version:
v0.0.0-...-6a5e5dd
Opens a new window with list of versions in this module.
Published: Mar 5, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func DeletePrune(function, variableName string) ([]byte, error)
-
func ManyUpdates(function, variableName, change, sign string) ([]byte, error)
-
func Query(function, variableName string) ([]byte, error)
-
func Update(function, variableName, change, sign string) ([]byte, error)
DeletePrune deletes or prunes a variable
func ManyUpdates(function, variableName, change, sign string) ([]byte, error)
ManyUpdates allows you to push many cuncurrent updates to a variable
Query can be used to read the latest value of a variable
Update can be used to update or prune the variable
Source Files
¶
Click to show internal directories.
Click to hide internal directories.