mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:11:18 +01:00
(cherry picked from commit 1aaeec6da7fdbbe363e417a0445f21ed3b750aba)
This commit is contained in:
parent
614ba2b257
commit
fab6780fda
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ func EnumeratePackageVersions(ctx *context.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Resource struct {
|
type Resource struct {
|
||||||
Name string `json:"id"`
|
Name string `json:"name"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
Checksum string `json:"checksum"`
|
Checksum string `json:"checksum"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue