model

package
v0.0.0-...-721bd20 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Content

type Content struct {
	gorm.Model
	catcher.Content

	Sended bool `gorm:"default:false"`
}

type Querier

type Querier interface {
	// SELECT * FROM @@table WHERE source = @source and author = @author and link = @link and deleted_at is null
	FindBySourceAuthorLink(source, author, link string) (gen.T, error)
}

Dynamic SQL

Jump to

Keyboard shortcuts

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