/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
encoding/openapi/testdata/protobuf.cue
12 строк
251 B
Roger Peppe
encoding/openapi: update API
31 авг 2022, 18:09
31 авг 2022, 18:09
74566cf
Код
Авторство
О чём код?
// Note: This example originally derived from a CUE file converted from protobuf. #HTTPRoute: { route: [...#HTTPRouteDestination] } #HTTPRouteDestination: { headers: #Headers } #Headers: { request: #HeaderOperations #HeaderOperations: {} }