url

package
v0.0.0-...-a03c5e1 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: GPL-3.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 URL

type URL struct {
	Key    string       `gorm:"primaryKey"`
	URL    string       `gorm:"index"`
	Visits uint64       `gorm:"check:,visits >= 0"`
	Expire sql.NullTime `gorm:"check:,expire > created_at"`

	CreatedAt time.Time
	UpdatedAt time.Time
}

Jump to

Keyboard shortcuts

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