pepebot/limiter/action.go

9 lines
94 B
Go
Raw Normal View History

2021-05-31 10:58:16 +02:00
package limiter
import "time"
type Action struct {
Type string
Timestamp time.Time
}