package
Version:
v0.0.0-...-56940a3
Opens a new window with list of versions in this module.
Published: Sep 4, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Content struct {
bun.BaseModel `bun:"table:contents"`
Id string `bun:"id,pk"`
Title string `bun:"title"`
Author string `bun:"author"`
Filepath string `bun:"filepath"`
RecipientLud16 string `bun:"recipient_lud16"`
Price int64 `bun:"price"`
}
type DB struct {
*bun.DB
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.