/
servlamo
/
cue
Обзор
Документация
Войти
/
servlamo
/
cue
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
encoding/openapi/testdata/refs.cue
21 строка
308 B
Marcel van Lohuizen
encoding/openapi: wrap $ref in allOf when needed.
16 июн 2020, 10:35
16 июн 2020, 10:35
50b9067
Код
Авторство
О чём код?
#Keep: { // This comment is included excludedStruct: #ExcludedStruct excludedInt: #ExcludedInt } // ExcludedStruct is not included in the output. #ExcludedStruct: { A: int } // ExcludedInt is not included in the output. #ExcludedInt: int #Type: { a?: string #BaseType } #BaseType: { b: string }