Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBuildMessage ¶
func GetBuildMessage(w http.ResponseWriter, r *http.Request)
Types ¶
type AttributesBlock ¶
type DiscordMessage ¶
type DiscordMessage struct {
Content string `json:"content"`
}
type MessageBlock ¶
type MessageBlock struct {
Attributes AttributesBlock `json:"attributes"`
Data string `json:"data"`
MessageID string `json:"message_id"`
}
type PubSubMessage ¶
type PubSubMessage struct {
Message MessageBlock `json:"message"`
Subscription string `json:"subscription"`
}
Click to show internal directories.
Click to hide internal directories.