model

package
v0.0.0-...-12e66ea Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *gorm.DB

Functions

This section is empty.

Types

type Link struct {
	ID          string `gorm:"primary_key"`                       // ID
	Target      string `gorm:"varchar(4096);not null;default ''"` // Target link
	Description string `gorm:"varchar(4096);not null;default ''"` // Description
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

Link Model

Jump to

Keyboard shortcuts

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