example

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PhoneNumber

type PhoneNumber struct {
	ID       int    ``
	UserID   int    `db:"user_id"`
	Mobile   string `db:"mobile"`
	Landline string `db:"landline"`
}

PhoneNumber example test struct.

type User

type User struct {
	ID        int    ``
	FirstName string `db:"first_name"`
	LastName  string `db:"lastname"`
}

User example test struct.

Jump to

Keyboard shortcuts

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