Versions in this module Expand all Collapse all v1 v1.0.1 Aug 12, 2022 Changes in this version + type Thread struct + func Threads(configs []config.ThreadConfig, baseDir string, fc *filecache.Cache) ([]*Thread, error) + func (t *Thread) ExportDebugHandlers(mux *http.ServeMux) + func (t *Thread) FileLastSeen() time.Time + func (t *Thread) Lookup(ctx context.Context, q query.Query) *base.PacketChan + func (t *Thread) OldestFileTimestamp() time.Time + func (t *Thread) SyncFiles()