10 lines
207 B
JSON
10 lines
207 B
JSON
{{define "main"}}
|
|
{
|
|
"Identifier" :"{{.Identifier}}",
|
|
"Version" :"{{.Version}}",
|
|
"Type" : "{{.Type}}",
|
|
"Location": "{{.Location}}",
|
|
"Checksum": "{{.Checksum}}",
|
|
"Url" : "{{.Url}}"
|
|
}
|
|
{{end}} |