models

package
v0.0.0-...-53aa9c2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2025 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Generators = map[string]table.Generator{
	"dbmovies":                getDbmoviesTable,
	"dbmovie_titles":          getDbmovieTitlesTable,
	"dbserie_alternates":      getDbserieAlternatesTable,
	"dbserie_episodes":        getDbserieEpisodesTable,
	"dbseries":                getDbseriesTable,
	"movie_files":             getMovieFilesTable,
	"movie_histories":         getMovieHistoriesTable,
	"movies":                  getMoviesTable,
	"qualities":               getQualitiesTable,
	"serie_episode_files":     getSerieEpisodeFilesTable,
	"serie_episode_histories": getSerieEpisodeHistoriesTable,
	"serie_episodes":          getSerieEpisodesTable,
	"series":                  getSeriesTable,
	"movie_file_unmatcheds":   getMovieFileUnmatchedsTable,
	"job_histories":           getJobHistoriesTable,
	"indexer_fails":           getIndexerFailsTable,
	"serie_file_unmatcheds":   getSerieFileUnmatchedsTable,
	"r_sshistories":           getRSshistoriesTable,
	"stats":                   getStatsTable,
	"scheduler":               getSchedulerTable,
	"queue":                   getQueueTable,
}

Generators is a map of table

The key of Generators is the prefix of table info url. The corresponding value is the Form and Table data.

http://{{config.Domain}}:{{Port}}/{{config.Prefix}}/info/{{key}}

example:

example end.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL