build: fix problems found with structcheck linter

This commit is contained in:
Nick Craig-Wood 2019-01-11 17:01:45 +00:00
parent 97752ca8fb
commit a551978a3f
1 changed files with 0 additions and 3 deletions

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()
}