MCPcopy Create free account
hub / github.com/53AI/53AIHub / OSSStorage

Struct OSSStorage

api/service/document/processor.go:357–357  ·  view source on GitHub ↗

OSSStorage OSS存储实现

Source from the content-addressed store, hash-verified

355
356// OSSStorage OSS存储实现
357type OSSStorage struct{}
358
359func (os *OSSStorage) SaveFile(file io.Reader, filename string, size int64) (string, error) {
360 // 读取文件内容

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected