mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-23 18:36:59 +08:00
9 lines
112 B
Go
9 lines
112 B
Go
package message
|
|
|
|
type Attachment struct {
|
|
FilePath string
|
|
FileName string
|
|
MimeType string
|
|
Content []byte
|
|
}
|