mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
build: fix problems found with structcheck linter
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user