Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEndpoint ¶
func NewEndpoint(ws string, p Parser, d pullrequest.Dispatcher, m metrics.Emitter) prbot.Endpoint
Types ¶
type EventResponse ¶
type EventResponse struct {
StatusCode int `json:"status_code"`
RequestID string `json:"request_id"`
DeliveryID string `json:"delivery_id,omitempty"`
}
func (*EventResponse) Render ¶
func (e *EventResponse) Render(_ http.ResponseWriter, r *http.Request) error
Click to show internal directories.
Click to hide internal directories.