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

Struct BayesianType

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

Source from the content-addressed store, hash-verified

103}
104
105type BayesianType struct{}
106
107func (BayesianType) Validate(f *BucketFactory) error {
108 if len(f.Spec.BayesianConditions) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected