members

package
v0.0.0-...-086ef7a Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Individual

type Individual struct {
	ID            pgt.UUID `sql:"id,pk"`
	AuthID        string   `sql:"auth_id"`
	Email         string   `sql:"email_address"`
	EmailVerified bool     `sql:"email_address_verified"`
	Country       string   `sql:"fk_country"`
	Language      string   `sql:"fk_language"`

	CreatedAt time.Time `sql:"created_at,notnull"`
	UpdatedAt time.Time `sql:"updated_at,notnull"`
	// contains filtered or unexported fields
}

Individual represents the members individual DB record

Jump to

Keyboard shortcuts

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