Files
opencode/internal/message/attachment.go
T
phantomreactorandGitHub 9fec8df7d0
release / goreleaser (push) Has been cancelled
add support for images (#144)
2025-05-02 22:23:58 +02:00

9 lines
112 B
Go

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