Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContextWithRequest ¶
ContextWithRequest returns the provided context with a request object added as a value
func RequestFromContext ¶
func RequestFromContext(ctx context.Context) *request.CoordinatedRequest
RequestFromContext returns the stored request from a given context, if any
Types ¶
type HostAPI ¶
type HostAPI interface {
HostFunctions() []HostFn
}
func NewWithConfig ¶
func NewWithConfig(log zerolog.Logger, config capabilities.CapabilityConfig) (HostAPI, error)
NewWithConfig returns the default engine API with the given config
Click to show internal directories.
Click to hide internal directories.