mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-07 06:57:21 +00:00
chore: go mod vendor
This commit is contained in:
parent
f93670d9ae
commit
90fdae322f
429 changed files with 88019 additions and 123699 deletions
4
vendor/github.com/go-chi/chi/chi.go
generated
vendored
4
vendor/github.com/go-chi/chi/chi.go
generated
vendored
|
@ -1,7 +1,7 @@
|
|||
//
|
||||
// Package chi is a small, idiomatic and composable router for building HTTP services.
|
||||
//
|
||||
// chi requires Go 1.7 or newer.
|
||||
// chi requires Go 1.10 or newer.
|
||||
//
|
||||
// Example:
|
||||
// package main
|
||||
|
@ -68,7 +68,7 @@ type Router interface {
|
|||
http.Handler
|
||||
Routes
|
||||
|
||||
// Use appends one of more middlewares onto the Router stack.
|
||||
// Use appends one or more middlewares onto the Router stack.
|
||||
Use(middlewares ...func(http.Handler) http.Handler)
|
||||
|
||||
// With adds inline middlewares for an endpoint handler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue