Skip to content

Commit

Permalink
sq
Browse files Browse the repository at this point in the history
  • Loading branch information
jamietanna committed Jan 25, 2024
1 parent c2bbc82 commit f8b232b
Show file tree
Hide file tree
Showing 25 changed files with 172 additions and 876 deletions.
File renamed without changes.
5 changes: 0 additions & 5 deletions internal/test/issues/issue-1378/api.yaml

This file was deleted.

237 changes: 0 additions & 237 deletions internal/test/issues/issue-1378/api/api.gen.go

This file was deleted.

18 changes: 0 additions & 18 deletions internal/test/issues/issue-1378/api/api_test.go

This file was deleted.

10 changes: 0 additions & 10 deletions internal/test/issues/issue-1378/api/config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions internal/test/issues/issue-1378/api/generate.go

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ generate:
strict-server: true
models: true
import-mapping:
common.yaml: github.com/deepmap/oapi-codegen/v2/internal/test/issues/issue-1378/new/common
common.yaml: github.com/deepmap/oapi-codegen/v2/internal/test/issues/issue-1378/common
output: bionicle.gen.go
25 changes: 22 additions & 3 deletions internal/test/issues/issue-1378/common.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
version: "3.0.0"
openapi: 3.0.1

info:
title: Test
description: Test
version: 1.0.0

components:
schemas:
ID:
type: string
ErrTracingIdNotSent:
type: object
properties:
code:
type: string
required:
- code
# TODO
# parameters:
# tracingId:
# name: Tracing-Id
# in: header
# required: true
# schema:
# type: string
# format: uuid
Loading

0 comments on commit f8b232b

Please sign in to comment.