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