package
1.0.6
Repository: https://github.com/sqreen/go-agent.git
Documentation: pkg.go.dev

# Functions

Compile returns the compiled binding accessor expression function.

# Constants

Maximum binding accessor execution depth.
No description provided by the author

# Variables

ErrMaxExecutionDepth is returned by the BindingAccessorFunc when the binding accessor execution reached the maximum depth `MaxExecutionDepth`.

# Interfaces

BindingAccessorCacheFace is an optional interface that can be implemented by a Context.
Context is the data type a binding accessor expression is executed with.

# Type aliases

BindingAccessorFunc is a compiled binding accessor expression function.