Archived
实现WAF
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package grids
|
||||
|
||||
type RecycleIntervalOpt struct {
|
||||
Interval int
|
||||
}
|
||||
|
||||
func NewRecycleIntervalOpt(interval int) *RecycleIntervalOpt {
|
||||
return &RecycleIntervalOpt{
|
||||
Interval: interval,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user