MCPcopy Create free account
hub / github.com/RTradeLtd/Lens / Engine

Struct Engine

engine/engine.go:30–37  ·  view source on GitHub ↗

Engine implements Lens V2's core search functionality

Source from the content-addressed store, hash-verified

28
29// Engine implements Lens V2's core search functionality
30type Engine struct {
31 l *zap.SugaredLogger
32
33 index bleve.Index
34 q *queue.Queue
35
36 stop chan bool
37}
38
39// Opts denotes options for the Lens engine
40type Opts struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected