echo

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DbSession

type DbSession struct {
	Id           string
	UserId       uuid.UUID
	ExpiryDate   time.Time
	LastSeenTime time.Time
	LogInTime    time.Time
	IpAddress    *string // -> more location like country bcs of dynamic ip address
	Device       *string
}

type User

type User struct {
	Id             uuid.UUID
	Username       string
	Email          string
	HashedPassword string
	Salt           string
}

This would also be a schema in the db

Jump to

Keyboard shortcuts

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