application

package
v0.0.0-...-9cb16bd Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2023 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 MessageCommandHandler

type MessageCommandHandler interface {
	CreateMessage(*dto.CreateMessageReqDTO) (*values.MessageValue, *errorhandler.Response)
}

func NewMessageCommandHandler

func NewMessageCommandHandler(ctx context.AppContext, messageCommandServices services.MessageCommandDomainServices) MessageCommandHandler

type MessageQueryHandler

type MessageQueryHandler interface {
	QueryMessages(*dto.QueryMessagesReqDTO) ([]*values.MessageValue, *errorhandler.Response)
}

func NewMessageQueryHandler

func NewMessageQueryHandler(ctx context.AppContext, messageQueryServices services.MessageQueryDomainServices) MessageQueryHandler

type RoomQueryHandler

type RoomQueryHandler interface {
	QueryRooms(*dto.QueryRoomsReqDTO) ([]*values.RoomValue, *errorhandler.Response)
}

func NewRoomQueryHandler

func NewRoomQueryHandler(ctx context.AppContext, roomQueryServices services.RoomQueryDomainServices) RoomQueryHandler

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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