usecase

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountUsecase

type AccountUsecase struct {
	Ctx context.Context
}

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

type ClientUsecase struct {
	Ctx context.Context
}

func (ClientUsecase) GetRoomname

func (cu ClientUsecase) GetRoomname(identifier string) (string, error)

Jump to

Keyboard shortcuts

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