Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flock ¶
type Flock struct {
Url string
}
Flock handler implements handler.Handler interface, Notify event to Flock channel
type FlockMessage ¶
type FlockMessage struct { Notification string `json:"notification"` Text string `json:"text"` Attachements []FlockMessageAttachement `json:"attachments"` }
FlockMessage struct
type FlockMessageAttachement ¶
type FlockMessageAttachement struct { Title string `json:"title"` Color string `json:"color"` Views FlockMessageAttachementViews `json:"views"` }
FlockMessageAttachement struct
type FlockMessageAttachementViews ¶
type FlockMessageAttachementViews struct {
Flockml string `json:"flockml"`
}
FlockMessageAttachementViews struct
Click to show internal directories.
Click to hide internal directories.