MCPcopy
hub / github.com/crowdsecurity/crowdsec / CounterType

Struct CounterType

pkg/leakybucket/buckettype.go:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type CounterType struct{}
58
59func (CounterType) Validate(f *BucketFactory) error {
60 if f.Spec.Capacity != -1 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected