pgsql

package
v0.0.0-...-867f00a Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type User

type User struct{}

User represents the client for user table

func (User) FindByToken

func (u User) FindByToken(db orm.DB, token string) (andro.User, error)

FindByToken queries for single user by token

func (User) FindByUsername

func (u User) FindByUsername(db orm.DB, uname string) (andro.User, error)

FindByUsername queries for single user by username

func (User) Update

func (u User) Update(db orm.DB, user andro.User) error

Update updates user's info

func (User) View

func (u User) View(db orm.DB, id int) (andro.User, error)

View returns single user by ID

Jump to

Keyboard shortcuts

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