repository

package
v0.0.0-...-37ae622 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatRoomRepository

type ChatRoomRepository interface {
	Create(roomID string) (*domain.ChatRoom, error)
	Find(roomID string) (*domain.ChatRoom, error)
	AddMessage(roomID string, message domain.ChatMessage) error
	GetMessages(roomID string) ([]domain.ChatMessage, error)
	Delete(roomID string) error
}

func NewChatRoomRepository

func NewChatRoomRepository() ChatRoomRepository

NewChatRoomRepository create ChatMessageRepository

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL