Files
WingetRepoServer/html/lastob.json

10 lines
207 B
JSON

{{define "main"}}
{
"Identifier" :"{{.Identifier}}",
"Version" :"{{.Version}}",
"Type" : "{{.Type}}",
"Location": "{{.Location}}",
"Checksum": "{{.Checksum}}",
"Url" : "{{.Url}}"
}
{{end}}