Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RouteActiveHandler ¶
func RouteActiveHandler(writer http.ResponseWriter, request *http.Request, rc *gwcommon.RouteConfig)
RouteActiveHandler handles new route
Types ¶
type SlackEventSourceExecutor ¶
type SlackEventSourceExecutor struct { // Clientset is kubernetes client Clientset kubernetes.Interface // Namespace where gateway is deployed Namespace string Log zerolog.Logger }
SlackEventSourceExecutor implements Eventing
func (*SlackEventSourceExecutor) StartEventSource ¶
func (ese *SlackEventSourceExecutor) StartEventSource(eventSource *gateways.EventSource, eventStream gateways.Eventing_StartEventSourceServer) error
StartEventSource starts a event source
func (*SlackEventSourceExecutor) ValidateEventSource ¶
func (ese *SlackEventSourceExecutor) ValidateEventSource(ctx context.Context, es *gateways.EventSource) (*gateways.ValidEventSource, error)
ValidateEventSource validates gateway event source
Click to show internal directories.
Click to hide internal directories.