mirror of
https://github.com/Dvorinka/SEEN.git
synced 2026-06-05 04:53:01 +00:00
small fix, don't worry about it
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package downloader
|
||||
|
||||
import "context"
|
||||
|
||||
type Engine interface {
|
||||
Add(ctx context.Context, source string) (string, error)
|
||||
Status(ctx context.Context, id string) (string, error)
|
||||
}
|
||||
Reference in New Issue
Block a user