···55 "context"
66 "time"
7788- "tangled.org/atscan.net/plcbundle/plc"
88+ "tangled.org/atscan.net/plcbundle/plcclient"
99)
10101111// Detector represents a spam detection algorithm
···1717 Description() string
18181919 // Detect analyzes an operation and returns a match result
2020- Detect(ctx context.Context, op plc.PLCOperation) (*Match, error)
2020+ Detect(ctx context.Context, op plcclient.PLCOperation) (*Match, error)
21212222 // Version returns the detector version
2323 Version() string