userSettingDatabase

package
v0.0.0-...-f30c324 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateUserProfile

func CreateUserProfile(user_id string) error

func UpdateALlName

func UpdateALlName(id string, display_name string, username string) (sql.Result, error)

func UpdateAllProfile

func UpdateAllProfile(id string, bio string, public_email string, pronouns string, related_links []string) (sql.Result, error)

func UpdateBio

func UpdateBio(id string, bio string) (sql.Result, error)

func UpdateDisplayName

func UpdateDisplayName(id string, display_name string) (sql.Result, error)

func UpdatePronouns

func UpdatePronouns(id string, pronouns string) (sql.Result, error)

func UpdatePublicEmail

func UpdatePublicEmail(id string, bio string) (sql.Result, error)
func UpdateRelateLinks(id string, related_links []string) (sql.Result, error)

func UpdateTotp

func UpdateTotp(id string, totp string) (sql.Result, error)

func UpdateUserAvatar

func UpdateUserAvatar(id string, avatar string) (sql.Result, error)

func UpdateUserPassword

func UpdateUserPassword(id string, new_password string) (sql.Result, error)

func UpdateUsername

func UpdateUsername(id string, username string) (sql.Result, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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