db

package
v0.0.0-...-e734556 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 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 Feed

type Feed struct {
	URL   string          `gorm:"unique"`
	Valid ValidatedStatus `gorm:"default:not_validated;not null"`
	gorm.Model
}

type Validated

type Validated struct {
	Status ValidatedStatus `gorm:"default:not_validated"`
	gorm.Model
}

type ValidatedStatus

type ValidatedStatus string
const (
	NotValidated ValidatedStatus = "not_validated"
	Valid        ValidatedStatus = "valid"
	Invalid      ValidatedStatus = "invalid"
)

Jump to

Keyboard shortcuts

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