opencode/internal/message/attachment.go
2025-05-02 15:29:46 -05:00

8 lines
112 B
Go

package message
type Attachment struct {
FilePath string
FileName string
MimeType string
Content []byte
}