owpengram-server/internal/app/files/doc.go
2026-06-04 01:37:39 +08:00

6 lines
355 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Package files 是文件应用服务upload 分片累积、blob 落盘、getFile 下载,
// 以及把上传文件组装成 Photo / Document头像、图片/文件/贴纸消息)。
//
// 类型边界:本包只用 domain / store 类型,不依赖 tg.*
// rpc 层负责 tg.InputFileLocation / InputMedia ↔ domain 的转换。
package files