Documentation ¶
Index ¶
- func KnativePublishHandler(version string, knativeLib *knative.KnativeLib, ...) http.HandlerFunc
- func ReadinessProbeHandler(msgClientInf messagingv1alpha1client.MessagingV1alpha1Interface) http.HandlerFunc
- func WithRequestSizeLimiting(next http.HandlerFunc, limit int64) http.HandlerFunc
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KnativePublishHandler ¶
func KnativePublishHandler(version string, knativeLib *knative.KnativeLib, knativePublisher *publisher.KnativePublisher, tracer *trace.Tracer, opts *opts.Options) http.HandlerFunc
KnativePublishHandler returns an http.HandlerFunc instance to handle publish requests
func ReadinessProbeHandler ¶
func ReadinessProbeHandler(msgClientInf messagingv1alpha1client.MessagingV1alpha1Interface) http.HandlerFunc
ReadinessProbeHandler of the Knative PublishApplication
func WithRequestSizeLimiting ¶
func WithRequestSizeLimiting(next http.HandlerFunc, limit int64) http.HandlerFunc
WithRequestSizeLimiting creates a new request size limiting HandlerFunc
Types ¶
Click to show internal directories.
Click to hide internal directories.