Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryContent ¶
BinaryContent represents binary data with a MIME type.
type ContentPart ¶
type ContentPart interface {
// contains filtered or unexported methods
}
ContentPart is a part of a message content, can be text, binary, or image URL.
type ImageURLContent ¶
type ImageURLContent struct {
URL string
}
ImageURLContent represents an image referenced by URL.
Click to show internal directories.
Click to hide internal directories.