package revoke type Tracker struct{} func NewTracker() *Tracker { return &Tracker{} }