Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendSlackMessage ¶
SendSlackMessage is for sending a response text message to a slack response url
Types ¶
type LambdaWorkerEvent ¶
type LambdaWorkerEvent struct {
Message string `json:"message,omitempty"`
ResponseURL string `json:"responseURL,omitempty"`
ChannelID string `json:"channelID,omitempty"`
UserID string `json:"userID,omitempty"`
}
LambdaWorkerEvent is for Invoking another lambda directly from a lambda
type SlackTextMessage ¶
type SlackTextMessage struct {
Text string `json:"text,omitempty"`
}
SlackTextMessage is a container for the text message
Click to show internal directories.
Click to hide internal directories.
