Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶ added in v0.27.13
type Cache struct {
// contains filtered or unexported fields
}
type CountLimits ¶ added in v0.27.10
type CountLimits struct {
// contains filtered or unexported fields
}
func (*CountLimits) AddCount ¶ added in v0.27.12
func (t *CountLimits) AddCount(r *http.Request) (isOverflow bool)
func (*CountLimits) ReachMax ¶ added in v0.27.12
func (t *CountLimits) ReachMax(r *http.Request) (isOverflow bool)
func (*CountLimits) SetMaxCount ¶ added in v0.27.10
func (t *CountLimits) SetMaxCount(cidr string, max int)
Click to show internal directories.
Click to hide internal directories.