models

package
v0.16.0 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FooQuery added in v0.8.0

func FooQuery(ctx context.Context) *builder.ModelBuilder[*Foo]

func UserQuery

func UserQuery(ctx context.Context) *builder.ModelBuilder[*User]

Types

type Foo added in v0.8.0

type Foo struct {
	model.BaseModel

	ID int `json:"id" db:"id,primary,autoincrement"`
}

type User

type User struct {
	auth.EmailVerifiedUser
}

Jump to

Keyboard shortcuts

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