package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Feb 5, 2024
License: MIT
Opens a new window with license information.
Imports: 7
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 string `json:"type"`
Text Text `json:"text"`
}
type Slack struct {
IncomingWebhook string `yaml:"incomingwebhook"`
}
type SlackMessage struct {
Blocks []Block `json:"blocks"`
}
type Text struct {
Type string `json:"type"`
Text string `json:"text"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.