package
Version:
v0.0.0-...-ffaea59
Opens a new window with list of versions in this module.
Published: Feb 16, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CatData struct {
ID int `db:"id"`
CatID string `db:"cat_id"`
FileType string `db:"file_type"`
Data []byte `db:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.