auth

package
v0.0.0-...-d3454a5 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

templ: version: v0.2.747

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SignUp

func SignUp(data SignUpViewModel) templ.Component

func SignUpIndex

func SignUpIndex(title string, component templ.Component) templ.Component

Types

type SignInViewModel

type SignInViewModel struct {
	ErrorMessage string
	Email        string
}

type SignUpViewModel

type SignUpViewModel struct {
	ErrorMessage string
	Email        string
	Password     string
	Username     string
	Firstname    string
	Lastname     string
}

type UserProfileViewModel

type UserProfileViewModel struct {
	Username  string
	Firstname string
	Lastname  string
	Birthdate time.Time
	CreatedAt time.Time
	UpdatedAt time.Time
}

Jump to

Keyboard shortcuts

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