mirror of
https://github.com/rclone/rclone.git
synced 2025-02-13 00:51:22 +01:00
build: fix problems found with structcheck linter
This commit is contained in:
parent
97752ca8fb
commit
a551978a3f
@ -2,13 +2,10 @@ package odrvcookie
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ncw/rclone/lib/rest"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// CookieRenew holds information for the renew
|
// CookieRenew holds information for the renew
|
||||||
type CookieRenew struct {
|
type CookieRenew struct {
|
||||||
srv *rest.Client
|
|
||||||
timer *time.Ticker
|
timer *time.Ticker
|
||||||
renewFn func()
|
renewFn func()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user