Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
type AuthController struct {
// contains filtered or unexported fields
}
func NewAuthController ¶
func NewAuthController(app *firebase.App) *AuthController
func (*AuthController) SignIn ¶
func (ctr *AuthController) SignIn(c *fiber.Ctx) error
func (*AuthController) SignUp ¶
func (ctr *AuthController) SignUp(c *fiber.Ctx) error
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func NewUserController ¶
func NewUserController(app *firebase.App) *UserController
func (*UserController) GetProfile ¶
func (ctr *UserController) GetProfile(c *fiber.Ctx) error
func (*UserController) UploadAvatar ¶
func (ctr *UserController) UploadAvatar(c *fiber.Ctx) error
Click to show internal directories.
Click to hide internal directories.