Documentation
¶
Overview ¶
types is for storing shared data structures
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conversation ¶
type Conversation struct {
ID string `json:"id"`
Name string `json:"name"`
Topic string `json:"topic"`
}
Conversation describes slack channel
Click to show internal directories.
Click to hide internal directories.