tablelist

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 10, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UserPointsTable = struct {
	TableName string
	UserId    string
	Points    string
	CreatedAt string
	UpdatedAt string
}{
	TableName: "user_points",
	UserId:    "user_id",
	Points:    "points",
	CreatedAt: "created_at",
	UpdatedAt: "updated_at",
}
View Source
var UsersTable = struct {
	TableName string
	Id        string
	Email     string
	Name      string
	CreatedAt string
	UpdatedAt string
	DeletedAt string
}{
	TableName: "users",
	Id:        "id",
	Email:     "email",
	Name:      "name",
	CreatedAt: "created_at",
	UpdatedAt: "updated_at",
	DeletedAt: "deleted_at",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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