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

Method Validate

pkg/leakybucket/buckettype.go:9–9  ·  view source on GitHub ↗
(f *BucketFactory)

Source from the content-addressed store, hash-verified

7
8type BucketType interface {
9 Validate(f *BucketFactory) error
10 BuildProcessors(f *BucketFactory) []Processor
11}
12

Callers 15

ValidateYAMLFunction · 0.65
NewReaderMethod · 0.65
validateMethod · 0.65
NewAlertFunction · 0.65
TestGCandDumpFunction · 0.65
TestShutdownBucketsFunction · 0.65
runTestFunction · 0.65
TestBucketTypes_ValidateFunction · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
validateMetricsMethod · 0.65
validateOsMethod · 0.65

Implementers 5

LeakyTypepkg/leakybucket/buckettype.go
TriggerTypepkg/leakybucket/buckettype.go
CounterTypepkg/leakybucket/buckettype.go
ConditionalTypepkg/leakybucket/buckettype.go
BayesianTypepkg/leakybucket/buckettype.go

Calls

no outgoing calls

Tested by 5

ValidateYAMLFunction · 0.52
TestGCandDumpFunction · 0.52
TestShutdownBucketsFunction · 0.52
runTestFunction · 0.52
TestBucketTypes_ValidateFunction · 0.52