mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(releases): update size after actions run (#1809)
This commit is contained in:
parent
f4c2aef38c
commit
59c5858bf0
3 changed files with 31 additions and 5 deletions
|
@ -31,6 +31,7 @@ import (
|
|||
|
||||
type ReleaseRepo interface {
|
||||
Store(ctx context.Context, release *Release) error
|
||||
Update(ctx context.Context, r *Release) error
|
||||
Find(ctx context.Context, params ReleaseQueryParams) (*FindReleasesResponse, error)
|
||||
Get(ctx context.Context, req *GetReleaseRequest) (*Release, error)
|
||||
GetIndexerOptions(ctx context.Context) ([]string, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue