mirror of
https://github.com/go-gitea/gitea
synced 2024-11-20 00:34:10 +01:00
parent
37191dcfbd
commit
6be3fda6fc
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ func EnumeratePackageVersions(ctx *context.Context) {
|
|||
}
|
||||
|
||||
type Resource struct {
|
||||
Name string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Type string `json:"type"`
|
||||
Checksum string `json:"checksum"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue