func()

in rate/rate.go [146:148]


func (r *Reservation) Cancel() {
	r.CancelAt(time.Now())
}