MCPcopy
hub / github.com/eatmoreapple/openwechat / UploadFile

Interface UploadFile

client.go:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543type UploadFile interface {
544 io.ReaderAt
545 io.ReadSeeker
546}
547
548// WebWxUploadMediaByChunk 分块上传文件
549// TODO 优化掉这个函数

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected