Documentation ¶
Index ¶
- type Handlers
- func (h *Handlers) CreateChat(c *fiber.Ctx) error
- func (h *Handlers) DeleteChat(c *fiber.Ctx) error
- func (h *Handlers) GetChatsByBot(c *fiber.Ctx) error
- func (h *Handlers) GetChatsByUser(c *fiber.Ctx) error
- func (h *Handlers) GetMessage(c *fiber.Ctx) error
- func (h *Handlers) GetMessagesByChat(c *fiber.Ctx) error
- func (h *Handlers) SendBotMessage(c *fiber.Ctx) error
- func (h *Handlers) SendUserMessage(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func New ¶
func New(s *chatservice.Service, b *botservice.Service) *Handlers
func (*Handlers) CreateChat ¶
func (*Handlers) DeleteChat ¶
func (*Handlers) GetChatsByBot ¶
func (*Handlers) GetChatsByUser ¶
func (*Handlers) GetMessage ¶
func (*Handlers) GetMessagesByChat ¶
func (*Handlers) SendBotMessage ¶
func (*Handlers) SendUserMessage ¶
Click to show internal directories.
Click to hide internal directories.