entity

package
v0.0.0-...-2b8671f Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2022 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 User

type User struct {
	ID         uuid.UUID `db:"id"`
	Email      string    `db:"email"`
	FamilyName string    `db:"family_name"`
	GivenName  string    `db:"given_name"`
	City       string    `db:"city"`
	Age        int       `db:"age"`

	CreateAuthor uuid.UUID  `db:"create_author"`
	CreateTime   time.Time  `db:"create_time"`
	UpdateAuthor *uuid.UUID `db:"update_author"`
	UpdateTime   *time.Time `db:"update_time"`
	DeleteAuthor *uuid.UUID `db:"delete_author"`
	DeleteTime   *time.Time `db:"delete_time"`
}

type UserListInput

type UserListInput struct {
	Age    int
	Cities []string
	Limit  int
	Select string
	Where  string
}

Jump to

Keyboard shortcuts

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