mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-16 18:01:34 +00:00
fix: partial secure cache
This commit is contained in:
parent
ea79e3de41
commit
1082b31367
6 changed files with 143 additions and 31 deletions
|
@ -25,6 +25,7 @@ func (c *Request) ToCache() *Cache {
|
|||
|
||||
type Cache struct {
|
||||
ID uint64 `json:"id" boltholdKey:"ID"`
|
||||
Repo string `json:"repo" boltholdIndex:"Repo"`
|
||||
Key string `json:"key" boltholdIndex:"Key"`
|
||||
Version string `json:"version" boltholdIndex:"Version"`
|
||||
Size int64 `json:"cacheSize"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue