Documentation
¶
Index ¶
- type Chat
- func (c *Chat) AddMsg(msg string, from shared.From)
- func (c *Chat) AnsweredState(e *am.Event)
- func (c *Chat) AnyState(e *am.Event)
- func (c *Chat) InputPendingEnd(e *am.Event)
- func (c *Chat) InputPendingState(e *am.Event)
- func (c *Chat) PromptEnter(e *am.Event) bool
- func (c *Chat) PromptState(e *am.Event)
- func (c *Chat) RequestingEnd(e *am.Event)
- func (c *Chat) RequestingState(e *am.Event)
- func (c *Chat) Run() error
- func (c *Chat) UIButtonPressState(e *am.Event)
- func (c *Chat) UIReadyState(e *am.Event)
- type Msg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat struct {
// contains filtered or unexported fields
}
func (*Chat) AnsweredState ¶
func (*Chat) InputPendingEnd ¶
func (*Chat) InputPendingState ¶
func (*Chat) PromptState ¶
func (*Chat) RequestingEnd ¶
func (*Chat) RequestingState ¶
func (*Chat) UIButtonPressState ¶
func (*Chat) UIReadyState ¶
Click to show internal directories.
Click to hide internal directories.