Method
PrepareUpload
(ctx context.Context, args *fs.StatelessPrepareUploadService)
Source from the content-addressed store, hash-verified
| 371 | } |
| 372 | |
| 373 | func (b *nodeBase) PrepareUpload(ctx context.Context, args *fs.StatelessPrepareUploadService) (*fs.StatelessPrepareUploadResponse, error) { |
| 374 | return nil, errors.New("not implemented") |
| 375 | } |
| 376 | |
| 377 | func (b *nodeBase) CompleteUpload(ctx context.Context, args *fs.StatelessCompleteUploadService) error { |
| 378 | return errors.New("not implemented") |
Callers
nothing calls this directly
Tested by
no test coverage detected