models

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2023 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 SiteChunk

type SiteChunk struct {
	gorm.Model
	Text      string
	URL       string
	TextIndex int
}

type Summary

type Summary struct {
	gorm.Model
	URL     string `gorm:"unique"`
	Summary string
}

type Video

type Video struct {
	gorm.Model
	Title      string
	VideoID    string `gorm:"unique"`
	Transcript string
}

Jump to

Keyboard shortcuts

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