/
cloudservices
/
auth-service
Обзор
Документация
Войти
/
cloudservices
/
auth-service
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
pkg/xhttp/types.go
11 строк
167 B
Ivan Shibkikh
xhttp pkg
27 июл 2026, 21:44
27 июл 2026, 21:44
0aa64cd
Код
Авторство
О чём код?
package xhttp import ( "net/http" ) type Handler func(w http.ResponseWriter, r *http.Request) error type Middleware func(next Handler) Handler type CtxKey string