Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountLimits ¶ added in v0.27.10
type CountLimits struct {
// contains filtered or unexported fields
}
func (*CountLimits) AddOverflow ¶ added in v0.27.10
func (t *CountLimits) AddOverflow(r *http.Request) (isOverflow bool)
func (*CountLimits) IsOverflow ¶ added in v0.27.10
func (t *CountLimits) IsOverflow(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.