Documentation ¶
Index ¶
Constants ¶
View Source
const ArgoEventsEventSourceVersion = "v0.10"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteConfig ¶ added in v0.9.1
func (*RouteConfig) GetRoute ¶ added in v0.9.1
func (rc *RouteConfig) GetRoute() *gwcommon.Route
func (*RouteConfig) PostStart ¶ added in v0.9.1
func (rc *RouteConfig) PostStart() error
func (*RouteConfig) PostStop ¶ added in v0.9.1
func (rc *RouteConfig) PostStop() error
func (*RouteConfig) RouteHandler ¶ added in v0.9.1
func (rc *RouteConfig) RouteHandler(writer http.ResponseWriter, request *http.Request)
RouteHandler handles new route
type WebhookEventSourceExecutor ¶
WebhookEventSourceExecutor implements Eventing
func (*WebhookEventSourceExecutor) StartEventSource ¶
func (ese *WebhookEventSourceExecutor) StartEventSource(eventSource *gateways.EventSource, eventStream gateways.Eventing_StartEventSourceServer) error
StartEventSource starts a event source
func (*WebhookEventSourceExecutor) ValidateEventSource ¶
func (ese *WebhookEventSourceExecutor) ValidateEventSource(ctx context.Context, es *gateways.EventSource) (*gateways.ValidEventSource, error)
ValidateEventSource validates webhook event source
Click to show internal directories.
Click to hide internal directories.