mirror of
https://github.com/sst/opencode.git
synced 2025-07-15 11:54:59 +00:00
8 lines
112 B
Go
8 lines
112 B
Go
package message
|
|
|
|
type Attachment struct {
|
|
FilePath string
|
|
FileName string
|
|
MimeType string
|
|
Content []byte
|
|
}
|