opencode/internal/message/attachment.go

9 lines
112 B
Go
Raw Normal View History

2025-05-03 04:23:58 +08:00
package message
type Attachment struct {
FilePath string
FileName string
MimeType string
Content []byte
}