entity

package
v0.0.0-...-ca0e800 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Link struct {
	ID          int       `db:"id"`
	Url         string    `db:"url"`
	Slug        string    `db:"slug"`
	Description string    `db:"description"`
	CreatedAt   time.Time `db:"created_at"`
	UserID      string    `db:"user_id"`
}

type User

type User struct {
	UserID   string `db:"user_id"`
	Email    string `db:"email"`
	Username string `db:"username"`
	Password string `db:"password"`
}

Jump to

Keyboard shortcuts

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