mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
11 lines
201 B
YAML
11 lines
201 B
YAML
package: routes
|
|
generate:
|
|
echo-server: true
|
|
strict-server: true
|
|
models: true
|
|
embedded-spec: true
|
|
output-options:
|
|
include-tags:
|
|
- operations
|
|
- auditor
|
|
output: auditor/routes/routes.gen.go
|