Files
2026-02-03 10:05:53 +08:00

8 lines
89 B
Go

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