Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDB ¶
type DynamoDB struct {
// contains filtered or unexported fields
}
func (*DynamoDB) AddAIMessage ¶
func (*DynamoDB) AddMessage ¶
func (mh *DynamoDB) AddMessage(message golc.ChatMessage) error
func (*DynamoDB) AddUserMessage ¶
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
func NewInMemory ¶
func NewInMemory() *InMemory
func NewInMemoryWithMessages ¶
func NewInMemoryWithMessages(messages []golc.ChatMessage) *InMemory
func (*InMemory) AddAIMessage ¶
func (*InMemory) AddMessage ¶
func (mh *InMemory) AddMessage(message golc.ChatMessage) error
func (*InMemory) AddUserMessage ¶
Click to show internal directories.
Click to hide internal directories.