Documentation ¶ Index ¶ Variables type Tracker func New(colls *mdb.Collections, buckets *tdb.Buckets, pgClient *powc.Client, ...) (*Tracker, error) func (t *Tracker) Close() error func (t *Tracker) Track(ctx context.Context, dbID thread.ID, dbToken thread.Token, bucketKey string, ...) error Constants ¶ This section is empty. Variables ¶ View Source var ( CheckInterval = time.Second * 15 JobStatusPollInterval = time.Second * 30 ) Functions ¶ This section is empty. Types ¶ type Tracker ¶ type Tracker struct { // contains filtered or unexported fields } func New ¶ func New(colls *mdb.Collections, buckets *tdb.Buckets, pgClient *powc.Client, internalSession string) (*Tracker, error) func (*Tracker) Close ¶ func (t *Tracker) Close() error func (*Tracker) Track ¶ func (t *Tracker) Track(ctx context.Context, dbID thread.ID, dbToken thread.Token, bucketKey string, jid ffs.JobID, bucketRoot cid.Cid) error Source Files ¶ View all Source files tracker.go Click to show internal directories. Click to hide internal directories.