Documentation
¶
Index ¶
- type ChatRoomInterface
- type Chatroom
- func (c *Chatroom) Create(chatroom *entity.Chatroom) error
- func (c *Chatroom) Delete(chatRoom *entity.Chatroom) error
- func (c *Chatroom) FindAll(page, limit int, sort string) ([]*entity.Chatroom, error)
- func (c *Chatroom) FindByID(id string) (*entity.Chatroom, error)
- func (c *Chatroom) Update(chatRoom *entity.Chatroom) error
- type Message
- type MessageInterface
- type User
- type UserInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatRoomInterface ¶
type Message ¶
func NewMessage ¶
type MessageInterface ¶
Click to show internal directories.
Click to hide internal directories.