Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserChatsHandler ¶
type GetUserChatsHandler interface {
Handle(ctx context.Context, userID domain.UUID) ([]domain.Chat, error)
}
func NewGetUserChatsHandler ¶
func NewGetUserChatsHandler(repo commands.ChatRepository) GetUserChatsHandler
Click to show internal directories.
Click to hide internal directories.