Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Emotion ¶
type Emotion string
Emotion represents an emotion type
const ( // Happy represents happiness Happy Emotion = "happy" // Angry represents anger Angry Emotion = "angry" // Excited represents excitement Excited Emotion = "excited" // Fearful represents anxiety Fearful Emotion = "fearful" // Thoughtful represents thoughtfulness Thoughtful Emotion = "thoughtful" )
Click to show internal directories.
Click to hide internal directories.