Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListenChatInput ¶
type ListenChatInput interface {
ListenChat(request ListenChatRequest, output ListenChatOutput)
}
ListenChatInput listen chat input contract
type ListenChatOutput ¶
type ListenChatOutput interface {
OnResponse(request ListenChatRequest)
}
ListenChatOutput listen chat output contract
type ListenChatRequest ¶
type ListenChatRequest struct { Repo storage.Storager Phone string Messenger string ChatID int FileURL string FileName string FileSize int Description string }
ListenChatRequest parameters
type OrderPostInput ¶
OrderPostInput order to chatID contract
Click to show internal directories.
Click to hide internal directories.