Documentation
¶
Index ¶
- Constants
- Variables
- func AddManga(server int, manga *web.Manga)
- func FindManga(server int, title string) (manga web.Manga, err error)
- func GetManga(server int, title string) (manga web.Manga, err error)
- func SearchManga(server int, title string) (mangas []web.Manga, err error)
- func UpdateManga(server int, manga *web.Manga) (err error)
Constants ¶
View Source
const ( SEEMANGAS = iota MANGAINN READM MANGAS_CHAN )
It represents a site where manga data will be scraped, and also collections avaliable
View Source
const ( ALL = iota HIGHLIGHTS POPULARS RECENT_UPLOADS )
Options
Variables ¶
View Source
var AuthUpload = os.Getenv("AUTH_KEY")
This key will be used by me when uploading manga data using another language or tool (such as Python[Selenium])
View Source
var ErrMangaNotFound = errors.New("manga not found")
Errors
Functions ¶
func SearchManga ¶
Search all mangas with the given title
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.