user

package
v0.0.0-...-19249b1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entity

type Entity struct {
	Id         string    `db:"id" json:"id"`
	First_name string    `db:"first_name" json:"first_name"` // First name
	Last_name  string    `db:"last_name" json:"last_name"`   // Last name
	Email      string    `db:"email" json:"email"`
	Password   string    `db:"password" json:"password"`
	Status_id  int       `db:"status_id" json:"status_id"`
	Created_at time.Time `db:"created_at" json:"created_at"`
	Updated_at time.Time `db:"updated_at" json:"updated_at"`
	Deleted_at time.Time `db:"deleted_at" json:"deleted_at"`
}

Entity information

Jump to

Keyboard shortcuts

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