Documentation ¶
Overview ¶
Package handler contains the handler http.Handler logic.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lambda ¶
type Lambda struct { // Invoker to be used. Invoker lambda.Facade // FnRef of the function to be invoked. FnRef lambda.FnRef // Timeout (optional) for the request. Timeout time.Duration }
Lambda for invocation.
type Traceparent ¶
type Traceparent struct { Delegate http.Handler Prop propagation.TextMapPropagator }
Traceparent for traceparent in http.Request.
func (*Traceparent) ServeHTTP ¶
func (t *Traceparent) ServeHTTP(writer http.ResponseWriter, request *http.Request)
Click to show internal directories.
Click to hide internal directories.