Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatroomDTO ¶
type ChatroomDTO struct {
Chatroom string `json:"chatroom"`
}
type ChatroomsREST ¶
type ChatroomsREST struct {
// contains filtered or unexported fields
}
func NewChatroomsREST ¶
func NewChatroomsREST(chatroomService service.ChatroomService) ChatroomsREST
func (ChatroomsREST) CreateChatroom ¶
func (c ChatroomsREST) CreateChatroom(cont echo.Context) error
type MessagesREST ¶
type MessagesREST struct {
// contains filtered or unexported fields
}
func NewMessagesREST ¶
func NewMessagesREST(messageService service.MessageService) MessagesREST
func (MessagesREST) CreateMessage ¶
func (m MessagesREST) CreateMessage(c echo.Context) error
func (MessagesREST) ListMessages ¶
func (m MessagesREST) ListMessages(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.