Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford committed Jul 12, 2024
1 parent f6ee773 commit 146876a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/datamanager/builtin/builtin.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,27 +112,27 @@ type builtIn struct {
closedCtx context.Context

// Capture
fileLastModifiedMillis int
tags []string
tags []string

// Sync
syncPaths []string
cloudConn rpc.ClientConn
cloudConnSvc cloud.ConnectionService
datasyncBackgroundWorkers sync.WaitGroup
fileLastModifiedMillis int
filesToSync chan string
maxSyncThreads int
propagateDataSyncConfigWG sync.WaitGroup
selectiveSyncEnabled bool
syncConfigUpdated bool
syncDisabled bool
syncIntervalMins float64
syncPaths []string
syncRoutineCancelFn context.CancelFunc
syncSensor selectiveSyncer
syncTicker *clk.Ticker
syncer datasync.Manager
syncerConstructor datasync.ManagerConstructor
syncerNeedsToBeReInitialized bool
syncSensor selectiveSyncer
selectiveSyncEnabled bool

fileDeletionRoutineCancelFn context.CancelFunc
fileDeletionBackgroundWorkers *sync.WaitGroup
Expand Down

0 comments on commit 146876a

Please sign in to comment.