MCPcopy
hub / github.com/geekjourneyx/md2wechat-skill / UploadFunc

FuncType UploadFunc

internal/image/processor.go:16–16  ·  view source on GitHub ↗

UploadFunc uploads a local file to the target backend.

func(string) (*UploadResult, error)

Source from the content-addressed store, hash-verified

14
15// UploadFunc uploads a local file to the target backend.
16type UploadFunc func(string) (*UploadResult, error)
17
18// Option customizes a Processor.
19type Option func(*Processor)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected