pgsql

package
v0.0.0-...-82cb9bc Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2019 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 NewUser

func NewUser() *User

NewUser returns a new user database instance

func (*User) FindByToken

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

FindByToken queries for single user by token

func (*User) FindByUsername

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

FindByUsername queries for single user by username

func (*User) Update

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

Update updates user's info

func (*User) View

func (u *User) View(db orm.DB, id int) (*rest.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