package
Version:
v1.3.0-rc2
Opens a new window with list of versions in this module.
Published: May 11, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Attachment struct {
Fallback string `json:"fallback"`
Color string `json:"color"`
Text string `json:"text"`
Mrkdwn_in []string `json:"mrkdwn_in"`
}
type PostData struct {
Channel string `json:"channel"`
Username string `json:"username"`
Text string `json:"text"`
Attachments []Attachment `json:"attachments"`
}
type Server struct {
URL string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.