binding

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: May 31, 2023 License: Apache-2.0 Imports: 1 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bindings

type Bindings interface {
	// Get returns the value bound for a given name.
	Get(string) (interface{}, error)
	// Register registers a value associated with a given name, it returns a new binding
	Register(string, interface{}) Bindings
}

Bindings stores let expression bindings by name.

func NewBindings

func NewBindings() Bindings

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳