MCPcopy Index your code
hub / github.com/apache/answer / UploadFile

Method UploadFile

plugin/storage.go:84–84  ·  view source on GitHub ↗

UploadFile uploads a file to storage. The file is in the Form of the ctx and the key is "file"

(ctx *GinContext, condition UploadFileCondition)

Source from the content-addressed store, hash-verified

82 // UploadFile uploads a file to storage.
83 // The file is in the Form of the ctx and the key is "file"
84 UploadFile(ctx *GinContext, condition UploadFileCondition) UploadFileResponse
85}
86
87var (

Callers 1

tryToUploadByPluginMethod · 0.65

Implementers 1

UploadControllerinternal/controller/upload_controller.

Calls

no outgoing calls

Tested by

no test coverage detected