gouick/templates/go-swagger/api.yaml.tmpl
Matthieu 'JP' DERASSE 9107f0d36e
Some checks failed
continuous-integration/drone/push Build is failing
feat(contact): Improve Contact information with name, mail and URL
2022-08-27 22:00:16 +00:00

15 lines
322 B
Cheetah

---
swagger: "2.0"
info:
version: "1.0"
title: "{{ .ProjectName }}"
description: "{{ .ProjectDescription }}"
contact:
name: "{{ .ProjectContact.Name }}"
email: "{{ .ProjectContact.Email }}"
url: "{{ .ProjectContact.URL }}"
consumes:
- "application/json"
produces:
- "application/json"
basePath: "/"