model

package
v0.0.0-...-328bdad Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2022 License: BSL-1.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DomainUser

type DomainUser struct {
	ID          string `db:"id"`
	FullName    string `db:"full_name"`
	ImageURL    string `db:"image_url"`
	PhoneNumber string `db:"phone_number"`
	Email       string `db:"email"`
	Occupation  string `db:"occupation"`
	Address     string `db:"address"`
	ProfileInfo string `db:"profile_info"`
}

DomainUser struct for using in database

Jump to

Keyboard shortcuts

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