package
Version:
v0.0.0-...-4f25c27
Opens a new window with list of versions in this module.
Published: Jul 22, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Difficulty struct {
ID int64 `db:"id"`
Title string `db:"title"`
}
type Language struct {
ID int64 `db:"id"`
Title string `db:"title"`
}
type LibraryItem struct {
ID int64 `db:"id"`
Title string `db:"title"`
ShortDesc string `db:"short_desc"`
FullDescription string `db:"description"`
URL string `db:"url"`
Type int64 `db:"type"`
Difficulty int64 `db:"difficulty"`
Language pq.Int64Array `db:"language"`
}
type Type struct {
ID int64 `db:"id"`
Title string `db:"title"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.