Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChatFeedsResponse ¶ added in v1.1.0
type ChatFeedsResponse struct {
Feeds []string `json:"feeds"`
}
type ChatResponse ¶
type ChatResponse struct {
Chat Chat `json:"chat"`
}
type IOttoService ¶
type MocksOttoService ¶
type OttoService ¶
type OttoService struct {
// contains filtered or unexported fields
}
func (*OttoService) InitChat ¶
func (s *OttoService) InitChat(chatId string, userId string, tags []string) *Chat
Create the chat in Otto DB
func (*OttoService) ListFeeds ¶ added in v1.1.0
func (s *OttoService) ListFeeds(chatId string) []string
Retrieve all feeds attached to a chatId
Click to show internal directories.
Click to hide internal directories.