build: fix problems found with structcheck linter

This commit is contained in:
Nick Craig-Wood
2019-02-02 11:45:07 +00:00
parent 97752ca8fb
commit a551978a3f
-3
View File
@@ -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()
}