MCPcopy Create free account
hub / github.com/couchbase/cbft / streamer

Struct streamer

stream.go:34–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34type streamer struct {
35 index string
36
37 m sync.Mutex
38 req *bleve.SearchRequest
39 stream pb.SearchService_SearchServer
40 sizeSet bool
41 skipSet bool
42 total int
43
44 curSkip int
45 curSize int
46}
47
48func newStreamHandler(index string, req *bleve.SearchRequest,
49 outStream pb.SearchService_SearchServer) *streamer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected