/
rustwizard
/
balda
Обзор
Документация
Войти
/
rustwizard
/
balda
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
vendor/github.com/ogen-go/ogen/openapi/example.go
18 строк
310 B
Rust Wizard
use ogen and docs
02 мар 2026, 17:10
Верифицирован
02 мар 2026, 17:10
18d9395
Код
Авторство
О чём код?
package openapi import ( "github.com/ogen-go/ogen/jsonschema" "github.com/ogen-go/ogen/location" ) // Example is an OpenAPI Example. type Example struct { Ref Ref Summary string Description string Value jsonschema.Example ExternalValue string location.Pointer `json:"-" yaml:"-"` }