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

Struct LeakyType

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

Source from the content-addressed store, hash-verified

19}
20
21type LeakyType struct{}
22
23func (LeakyType) Validate(f *BucketFactory) error {
24 if f.Spec.Capacity <= 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected