Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiNotificationHipchatCommand ¶
func (*CiNotificationHipchatCommand) Help ¶
func (c *CiNotificationHipchatCommand) Help() string
func (*CiNotificationHipchatCommand) Run ¶
func (c *CiNotificationHipchatCommand) Run(args []string) int
func (*CiNotificationHipchatCommand) Synopsis ¶
func (c *CiNotificationHipchatCommand) Synopsis() string
type HipChatCard ¶
type HipChatCard struct { Style string `json:"style,omitempty"` Title string `json:"title,omitempty"` Description *HipChatDescription `json:"description,omitempty"` Id string `json:"id,omitempty"` Url string `json:"url,omitempty"` }
type HipChatConfig ¶
type HipChatDescription ¶
type HipChatMessage ¶
type HipChatMessage struct { Format string `json:"message_format,omitempty"` Color string `json:"color,omitempty"` Notify bool `json:"notify,omitempty"` Message string `json:"message"` Card *HipChatCard `json:"card,omitempty"` }
Click to show internal directories.
Click to hide internal directories.