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

Method PrepareUpload

pkg/cluster/node.go:373–375  ·  view source on GitHub ↗
(ctx context.Context, args *fs.StatelessPrepareUploadService)

Source from the content-addressed store, hash-verified

371}
372
373func (b *nodeBase) PrepareUpload(ctx context.Context, args *fs.StatelessPrepareUploadService) (*fs.StatelessPrepareUploadResponse, error) {
374 return nil, errors.New("not implemented")
375}
376
377func (b *nodeBase) CompleteUpload(ctx context.Context, args *fs.StatelessCompleteUploadService) error {
378 return errors.New("not implemented")

Callers

nothing calls this directly

Calls 1

NewMethod · 0.65

Tested by

no test coverage detected