Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
Attachment ...
type Field ¶
type Field struct { Title string `json:"title"` Value interface{} `json:"value"` Short *bool `json:"short"` }
Field ...
func GetPodFields ¶
GetPodFields ...
type Message ¶
type Message struct { Text string `json:"text"` Attachments []Attachment `json:"attachments"` }
Message ...
func NewInvalidPodsMessage ¶
NewInvalidPodsMessage ...
Click to show internal directories.
Click to hide internal directories.