Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByTitle ¶
type ByTitle []Field
ByTitle implements sort.Interface for []Field based on the Title field.
type Field ¶
type Field struct {
Title string `json:"title"`
Value string `json:"value"`
Short bool `json:"short"`
}
Field is the representation of a field in a slack message.
Click to show internal directories.
Click to hide internal directories.