package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: May 10, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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",
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.