Method
runSnapshotTask
(ctx context.Context, src snapshot.SourceInfo, inner func(ctx context.Context, ctrl uitask.Controller, result *notifydata.ManifestWithError) error)
Source from the content-addressed store, hash-verified
| 27 | |
| 28 | type sourceManagerServerInterface interface { |
| 29 | runSnapshotTask(ctx context.Context, src snapshot.SourceInfo, inner func(ctx context.Context, ctrl uitask.Controller, result *notifydata.ManifestWithError) error) error |
| 30 | refreshScheduler(reason string) |
| 31 | } |
| 32 | |
Implementers 1
Serverinternal/server/server.go
Tested by
no test coverage detected