package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 22, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Image struct {
Type string `json:"type"`
ImageURL string `json:"image_url"`
AltText string `json:"alt_text"`
}
type Message struct {
ResponseType string `json:"response_type"`
Blocks []any `json:"blocks"`
}
type Section struct {
Type string `json:"type"`
Text Text `json:"text,omitempty,omitzero"`
Fields []any `json:"fields,omitempty"`
}
type Text struct {
Type string `json:"type"`
Text string `json:"text"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.