gouick/templates/go-swagger/api.yaml.tmpl

13 lines
238 B
Cheetah
Raw Normal View History

2022-08-10 15:40:37 +00:00
---
swagger: "2.0"
info:
version: "1.0"
title: "{{ .ProjectName }}"
description: "{{ .ProjectDescription }}"
contact:
email: "{{ .ProjectOwner }}"
consumes:
- "application/json"
produces:
- "application/json"
basePath: "/"