Files
crush-code-agent-ide/internal/message/attachment.go
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
}