mirror of
https://github.com/go-gitea/gitea
synced 2024-12-24 19:34:35 +01:00
parent
315155fab0
commit
1aaeec6da7
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