feat: planned structure
This commit is contained in:
parent
bcb9ace54c
commit
5240968c33
4 changed files with 41 additions and 4 deletions
|
|
@ -11,6 +11,6 @@ type Redis interface {
|
|||
Get(key string) ([]byte, error)
|
||||
}
|
||||
|
||||
type Downloader interface {
|
||||
Download(ctx context.Context)
|
||||
type Grib interface {
|
||||
Update(ctx context.Context) error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue