package
Version:
v0.0.0-...-f406ea1
Opens a new window with list of versions in this module.
Published: Oct 19, 2024
License: Unlicense
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Manga implements MangaRepo.
MangaFactory creates new MangaRepositories.
FindAll returns all manga in the manga table, sorted alphabetically
type MangaRepo interface {
FindAll() ([]Manga, error)
}
MangaRepo is an interface for interacting with the DB to handle manga data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.