gouick/templates/go-swagger/api.yaml.tmpl
2022-09-18 23:49:58 +00:00

17 lines
358 B
Cheetah

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