Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface {
Add(*Conversation) string
Get(string) *Conversation
Delete(id string)
Wait(string)
Done(string)
Count() int
}
func NewContext ¶
func NewContext() Context
type Conversation ¶
type Conversation struct {
ID string
Request string
Response http.ResponseWriter
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.