Skip to content

Commit

Permalink
Release v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Sep 10, 2024
1 parent 01568fc commit 164f0b0
Show file tree
Hide file tree
Showing 162 changed files with 333 additions and 341 deletions.
4 changes: 2 additions & 2 deletions arnz/example/gen/arnz/client.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/arnz/endpoints.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/arnz/service.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/client/cli.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/client/client.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/client/encode_decode.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/client/paths.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/client/types.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/server/encode_decode.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/server/paths.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/server/server.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/arnz/server/types.go

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

4 changes: 2 additions & 2 deletions arnz/example/gen/http/cli/arnz/cli.go

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

2 changes: 1 addition & 1 deletion arnz/example/gen/http/openapi.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"swagger":"2.0","info":{"title":"","version":"0.0.1"},"host":"localhost:80","consumes":["application/json","application/xml","application/gob"],"produces":["application/json","application/xml","application/gob"],"paths":{"/":{"get":{"tags":["Arnz"],"summary":"read Arnz","operationId":"Arnz#read","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ArnzReadResponseBody","required":["action"]}}},"schemes":["http"]},"put":{"tags":["Arnz"],"summary":"update Arnz","operationId":"Arnz#update","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ArnzUpdateResponseBody","required":["action"]}}},"schemes":["http"]},"post":{"tags":["Arnz"],"summary":"create Arnz","operationId":"Arnz#create","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ArnzCreateResponseBody","required":["action"]}}},"schemes":["http"]},"delete":{"tags":["Arnz"],"summary":"delete Arnz","operationId":"Arnz#delete","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ArnzDeleteResponseBody","required":["action"]}}},"schemes":["http"]}},"/health":{"get":{"tags":["Arnz"],"summary":"health Arnz","operationId":"Arnz#health","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ArnzHealthResponseBody","required":["action"]}}},"schemes":["http"]}}},"definitions":{"ArnzCreateResponseBody":{"title":"ArnzCreateResponseBody","type":"object","properties":{"action":{"type":"string","example":"Voluptates voluptate quis est nobis."}},"example":{"action":"Repellendus vitae non."},"required":["action"]},"ArnzDeleteResponseBody":{"title":"ArnzDeleteResponseBody","type":"object","properties":{"action":{"type":"string","example":"Quos hic dolorum quisquam aliquid."}},"example":{"action":"Minus itaque hic at autem est."},"required":["action"]},"ArnzHealthResponseBody":{"title":"ArnzHealthResponseBody","type":"object","properties":{"action":{"type":"string","example":"Beatae nulla qui aut."}},"example":{"action":"Labore mollitia nihil architecto et."},"required":["action"]},"ArnzReadResponseBody":{"title":"ArnzReadResponseBody","type":"object","properties":{"action":{"type":"string","example":"Vel sit nihil velit possimus."}},"example":{"action":"Provident nulla."},"required":["action"]},"ArnzUpdateResponseBody":{"title":"ArnzUpdateResponseBody","type":"object","properties":{"action":{"type":"string","example":"Repellat modi."}},"example":{"action":"Corrupti deleniti aut ipsum nemo illo."},"required":["action"]}}}
{"swagger":"2.0","info":{"title":"","version":"0.0.1"},"host":"localhost:80","consumes":["application/json","application/xml","application/gob"],"produces":["application/json","application/xml","application/gob"],"paths":{"/":{"get":{"tags":["Arnz"],"summary":"read Arnz","operationId":"Arnz#read","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ResponseBody","required":["action"]}}},"schemes":["http"]},"put":{"tags":["Arnz"],"summary":"update Arnz","operationId":"Arnz#update","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ResponseBody","required":["action"]}}},"schemes":["http"]},"post":{"tags":["Arnz"],"summary":"create Arnz","operationId":"Arnz#create","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ResponseBody","required":["action"]}}},"schemes":["http"]},"delete":{"tags":["Arnz"],"summary":"delete Arnz","operationId":"Arnz#delete","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ResponseBody","required":["action"]}}},"schemes":["http"]}},"/health":{"get":{"tags":["Arnz"],"summary":"health Arnz","operationId":"Arnz#health","responses":{"200":{"description":"OK response.","schema":{"$ref":"#/definitions/ResponseBody","required":["action"]}}},"schemes":["http"]}}},"definitions":{"ResponseBody":{"title":"ResponseBody","type":"object","properties":{"action":{"type":"string","example":"Voluptates voluptate quis est nobis."}},"example":{"action":"Repellendus vitae non."},"required":["action"]}}}
58 changes: 7 additions & 51 deletions arnz/example/gen/http/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ paths:
"200":
description: OK response.
schema:
$ref: '#/definitions/ArnzReadResponseBody'
$ref: '#/definitions/ResponseBody'
required:
- action
schemes:
Expand All @@ -36,7 +36,7 @@ paths:
"200":
description: OK response.
schema:
$ref: '#/definitions/ArnzUpdateResponseBody'
$ref: '#/definitions/ResponseBody'
required:
- action
schemes:
Expand All @@ -50,7 +50,7 @@ paths:
"200":
description: OK response.
schema:
$ref: '#/definitions/ArnzCreateResponseBody'
$ref: '#/definitions/ResponseBody'
required:
- action
schemes:
Expand All @@ -64,7 +64,7 @@ paths:
"200":
description: OK response.
schema:
$ref: '#/definitions/ArnzDeleteResponseBody'
$ref: '#/definitions/ResponseBody'
required:
- action
schemes:
Expand All @@ -79,14 +79,14 @@ paths:
"200":
description: OK response.
schema:
$ref: '#/definitions/ArnzHealthResponseBody'
$ref: '#/definitions/ResponseBody'
required:
- action
schemes:
- http
definitions:
ArnzCreateResponseBody:
title: ArnzCreateResponseBody
ResponseBody:
title: ResponseBody
type: object
properties:
action:
Expand All @@ -96,47 +96,3 @@ definitions:
action: Repellendus vitae non.
required:
- action
ArnzDeleteResponseBody:
title: ArnzDeleteResponseBody
type: object
properties:
action:
type: string
example: Quos hic dolorum quisquam aliquid.
example:
action: Minus itaque hic at autem est.
required:
- action
ArnzHealthResponseBody:
title: ArnzHealthResponseBody
type: object
properties:
action:
type: string
example: Beatae nulla qui aut.
example:
action: Labore mollitia nihil architecto et.
required:
- action
ArnzReadResponseBody:
title: ArnzReadResponseBody
type: object
properties:
action:
type: string
example: Vel sit nihil velit possimus.
example:
action: Provident nulla.
required:
- action
ArnzUpdateResponseBody:
title: ArnzUpdateResponseBody
type: object
properties:
action:
type: string
example: Repellat modi.
example:
action: Corrupti deleniti aut ipsum nemo illo.
required:
- action
2 changes: 1 addition & 1 deletion arnz/example/gen/http/openapi3.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"openapi":"3.0.3","info":{"title":"Goa API","version":"0.0.1"},"servers":[{"url":"http://localhost:80","description":"Default server for Arnz"}],"paths":{"/":{"delete":{"tags":["Arnz"],"summary":"delete Arnz","operationId":"Arnz#delete","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Voluptas fuga."}}}}}},"get":{"tags":["Arnz"],"summary":"read Arnz","operationId":"Arnz#read","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Atque fugit vero quo aut cupiditate."}}}}}},"post":{"tags":["Arnz"],"summary":"create Arnz","operationId":"Arnz#create","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Numquam fugit omnis cum ut."}}}}}},"put":{"tags":["Arnz"],"summary":"update Arnz","operationId":"Arnz#update","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Est nam aut dolor id praesentium."}}}}}}},"/health":{"get":{"tags":["Arnz"],"summary":"health Arnz","operationId":"Arnz#health","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Temporibus nostrum modi fugit praesentium aut aliquam."}}}}}}}},"components":{"schemas":{"ResponseBody":{"type":"object","properties":{"action":{"type":"string","example":"Cum suscipit deserunt illo repellendus eius qui."}},"example":{"action":"Est vel occaecati."},"required":["action"]}}},"tags":[{"name":"Arnz"}]}
{"openapi":"3.0.3","info":{"title":"Goa API","version":"0.0.1"},"servers":[{"url":"http://localhost:80","description":"Default server for Arnz"}],"paths":{"/":{"delete":{"tags":["Arnz"],"summary":"delete Arnz","operationId":"Arnz#delete","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Voluptas fuga."}}}}}},"get":{"tags":["Arnz"],"summary":"read Arnz","operationId":"Arnz#read","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Atque fugit vero quo aut cupiditate."}}}}}},"post":{"tags":["Arnz"],"summary":"create Arnz","operationId":"Arnz#create","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Numquam fugit omnis cum ut."}}}}}},"put":{"tags":["Arnz"],"summary":"update Arnz","operationId":"Arnz#update","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Est nam aut dolor id praesentium."}}}}}}},"/health":{"get":{"tags":["Arnz"],"summary":"health Arnz","operationId":"Arnz#health","responses":{"200":{"description":"OK response.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseBody"},"example":{"action":"Temporibus nostrum modi fugit praesentium aut aliquam."}}}}}}}},"components":{"schemas":{"ResponseBody":{"type":"object","properties":{"action":{"type":"string","example":"Vel sit nihil velit possimus."}},"example":{"action":"Provident nulla."},"required":["action"]}}},"tags":[{"name":"Arnz"}]}
4 changes: 2 additions & 2 deletions arnz/example/gen/http/openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ components:
properties:
action:
type: string
example: Cum suscipit deserunt illo repellendus eius qui.
example: Vel sit nihil velit possimus.
example:
action: Est vel occaecati.
action: Provident nulla.
required:
- action
tags:
Expand Down
2 changes: 1 addition & 1 deletion cors/examples/calc/gen/calc/client.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/calc/endpoints.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/calc/service.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/client/cli.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/client/client.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/client/encode_decode.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/client/paths.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/client/types.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/server/encode_decode.go

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

2 changes: 1 addition & 1 deletion cors/examples/calc/gen/http/calc/server/paths.go

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

Loading

0 comments on commit 164f0b0

Please sign in to comment.