Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gateway ¶
type Gateway interface { TrackRequestMetrics(errorMessage string) ProcessWebRequest(writer *http.ResponseWriter, req *http.Request, reqType string, requestPayload []byte, arctx *gwtypes.AuthRequestContext) string NewSourceStat(arctx *gwtypes.AuthRequestContext, reqType string) *gwstats.SourceStat SaveWebhookFailures([]*model.FailedWebhookPayload) error }
type HandleT ¶
type HandleT struct {
// contains filtered or unexported fields
}
func (*HandleT) RequestHandler ¶
func (webhook *HandleT) RequestHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.