Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Fields []string Content string IsDirected bool IsPrivate bool HasPrefix bool HasMention bool HasMentionFirst bool }
Context holds a bit of extra data rather than current string implementation. As we move on for more generic command parsing for Iris, it should take input from users as a Context rather than single string parsing. By using this we only have to process some of the info once.
Click to show internal directories.
Click to hide internal directories.