Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountUsecase ¶
func (AccountUsecase) Login ¶
func (au AccountUsecase) Login(identifier string, form entity.LoginRoomForm) (token string, err error)
func (AccountUsecase) SetRoom ¶
func (au AccountUsecase) SetRoom(form entity.CreateRoomForm) (string, error)
type ClientUsecase ¶
func (ClientUsecase) GetRoomname ¶
func (cu ClientUsecase) GetRoomname(identifier string) (string, error)
Click to show internal directories.
Click to hide internal directories.