Documentation ¶
Index ¶
Constants ¶
View Source
const AppEndpoint = "http://chat-api:3000/"
View Source
const ApplicationsRoute = "/applications/{access_token}"
View Source
const ChatWorkerClass = "ChatWorker"
View Source
const ChatsRoute = "/applications/{access_token}/chats"
View Source
const MessagesRoute = "/applications/{access_token}/chats/{chat_number}/messages"
View Source
const MsgRedisKeyPrefix = "MSG_"
View Source
const MsgRedisQueue = "message"
View Source
const MsgWorkerClass = "MessageWorker"
View Source
const RedisAddress = "redis:6379"
View Source
const RedisChatKeyPrefix = "CHAT_"
View Source
const RedisChatQueue = "chat"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.