package
Version:
v0.0.0-...-bb86daa
Opens a new window with list of versions in this module.
Published: Mar 10, 2020
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 Msg struct {
Users []User `json:"mention"`
Pass string `json:"pass"`
Text string `json:"text"`
Channel string `json:"channel"`
}
type User struct {
SlackRN string `json:"SlackRN"`
SlackID string `json:"SlackID"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.