Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + var RegistrySingleton = Registry + type AbstractDataBinding struct + Logger logger.Logger + func (adb *AbstractDataBinding) GetContextObject() (interface{}, error) + func (adb *AbstractDataBinding) Start() error + func (adb *AbstractDataBinding) Stop() error + type Configuration struct + ID string + func NewConfiguration(id string, databindingConfiguration *functionconfig.DataBinding) *Configuration + type Creator interface + Create func(logger.Logger, string, *functionconfig.DataBinding) (DataBinding, error) + type DataBinding interface + GetContextObject func() (interface{}, error) + Start func() error + Stop func() error + type Registry struct + func (r *Registry) NewDataBinding(logger logger.Logger, kind string, name string, ...) (DataBinding, error)