Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params struct { fx.In UserserviceCl userservicev1Cl.GRPCClient Store store.Store Config *config.AppConfig }
type Usecase ¶
type Usecase interface { SignUp(c *fiber.Ctx, username, password string) (user *models.User, err error) SignIn(c *fiber.Ctx, username, password string) (user *models.User, err error) SignOut(c *fiber.Ctx) (err error) Me(c *fiber.Ctx) (user *models.User, err error) }
Usecase describes all the methods for this usecase
Click to show internal directories.
Click to hide internal directories.