1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 14:24:12 +00:00
Files
comply/vendor/github.com/docker/docker/api/swagger-gen.yaml

13 lines
371 B
YAML

layout:
models:
- name: definition
source: asset:model
target: "{{ joinFilePath .Target .ModelPackage }}"
file_name: "{{ (snakize (pascalize .Name)) }}.go"
operations:
- name: handler
source: asset:serverOperation
target: "{{ joinFilePath .Target .APIPackage .Package }}"
file_name: "{{ (snakize (pascalize .Name)) }}.go"