Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRequest ¶
type CheckResponse ¶
type CheckResponse []Version
type InResponse ¶
type MessageFilter ¶
type Metadata ¶
type Metadata []MetadataField
type MetadataField ¶
type OutMessage ¶
type OutMessage struct {
Text string `json:"text"`
slack.PostMessageParameters
}
type OutParams ¶
type OutParams struct {
Message *OutMessage `json:"message"`
MessageFile string `json:"message_file"`
}
type OutRequest ¶
type OutResponse ¶
type Regexp ¶
func (*Regexp) UnmarshalJSON ¶
type SlackRequest ¶
type SlackRequest struct {
Contents string
}
type Source ¶
type Source struct {
Token string `json:"token"`
ChannelId string `json:"channel_id"`
Filter *MessageFilter `json:"matching"`
ReplyFilter *MessageFilter `json:"not_replied_by"`
}
Click to show internal directories.
Click to hide internal directories.