MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / CompleteUpload

Method CompleteUpload

pkg/cluster/node.go:377–379  ·  view source on GitHub ↗
(ctx context.Context, args *fs.StatelessCompleteUploadService)

Source from the content-addressed store, hash-verified

375}
376
377func (b *nodeBase) CompleteUpload(ctx context.Context, args *fs.StatelessCompleteUploadService) error {
378 return errors.New("not implemented")
379}
380
381func (b *nodeBase) OnUploadFailed(ctx context.Context, args *fs.StatelessOnUploadFailedService) error {
382 return errors.New("not implemented")

Callers

nothing calls this directly

Calls 1

NewMethod · 0.65

Tested by

no test coverage detected