Method
CompleteUpload
(ctx context.Context, args *fs.StatelessCompleteUploadService)
Source from the content-addressed store, hash-verified
| 375 | } |
| 376 | |
| 377 | func (b *nodeBase) CompleteUpload(ctx context.Context, args *fs.StatelessCompleteUploadService) error { |
| 378 | return errors.New("not implemented") |
| 379 | } |
| 380 | |
| 381 | func (b *nodeBase) OnUploadFailed(ctx context.Context, args *fs.StatelessOnUploadFailedService) error { |
| 382 | return errors.New("not implemented") |
Callers
nothing calls this directly
Tested by
no test coverage detected