package
Version:
v0.2.15
Opens a new window with list of versions in this module.
Published: Sep 5, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Block struct {
Type BlockType `json:"type"`
Text *Text `json:"text,omitempty"`
}
type Notification struct {
Blocks []Block `json:"blocks"`
}
type Style struct {
Bold *bool `json:"bold,omitempty"`
Italic *bool `json:"italic,omitempty"`
Strike *bool `json:"strike,omitempty"`
}
type Text struct {
Type TextType `json:"type"`
Text string `json:"text"`
Emoji *bool `json:"emoji,omitempty"`
Style *Style `json:"style,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.