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

Struct TriggerType

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

Source from the content-addressed store, hash-verified

41}
42
43type TriggerType struct{}
44
45func (TriggerType) Validate(f *BucketFactory) error {
46 if f.Spec.Capacity != 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected