Skip to content

Commit

Permalink
Add example project for Gorilla
Browse files Browse the repository at this point in the history
As part of #465, we should produce an example version of the Petstore
API using Gorilla, to validate that this works, as well as showing
sample usage to consumers.
  • Loading branch information
Jamie Tanna authored and jamietanna committed May 21, 2022
1 parent 3010f54 commit a13f9aa
Show file tree
Hide file tree
Showing 6 changed files with 783 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/petstore-expanded/gorilla/api/cfg.yaml
@@ -0,0 +1,6 @@
package: api
generate:
gorilla-server: true
models: true
embedded-spec: true
output: petstore.gen.go

0 comments on commit a13f9aa

Please sign in to comment.