MCPcopy Create free account

hub / github.com/NyaaPantsu/nyaa / types & classes

Types & classes106 in github.com/NyaaPantsu/nyaa

↓ 6 callersTypeAliasDateFilter
utils/search/structs/structs.go:32
↓ 2 callersTypeAliashandler
controllers/pprof/pprof.go:188
↓ 1 callersTypeAliasFilePath
FilePath type
utils/metainfo/metainfo.go:17
↓ 1 callersTypeAliasSizeBytes
utils/search/structs/structs.go:31
StructAPIResultJSON
APIResultJSON for torrents in json for api
utils/upload/upload.go:39
StructActivity
Activity model
models/activity.go:11
StructCacheConfig
CacheConfig is config struct for caching strategy
config/structs.go:65
StructCaptcha
Captcha is to be embedded into any form struct requiring a Captcha
utils/captcha/captcha.go:24
TypeAliasCategories
utils/search/structs/structs.go:33
TypeAliasCategories
Cateogories is a struct defining an array of categories
utils/categories/categories.go:16
StructCategory
utils/search/structs/structs.go:28
StructCategory
Category is a struct defining a category
utils/categories/categories.go:10
StructComment
Comment model
models/comment.go:11
StructCommentJSON
CommentJSON for comment model in json
models/comment.go:25
StructConfig
Config : Configuration for DB, I2P, Fetcher, Go Server and Translation
config/structs.go:4
TypeAliasContextTest
templates/template_test.go:43
StructCookiesConfig
CookiesConfig : Config struct for session cookies
config/structs.go:57
StructCurrentUserRetriever
CurrentUserRetriever struct for languages
utils/cookies/user.go:34
StructDatabaseDump
DatabaseDump model
models/dumps.go:11
StructDatabaseDumpJSON
DatabaseDumpJSON : Json format of DatabaseDump model
models/dumps.go:19
StructEmailConfig
EmailConfig : Config struct for email
config/structs.go:165
TypeAliasError
Error type
utils/email/email.go:12
StructFile
File model
models/file.go:9
StructFileInfo
FileInfo struct
utils/metainfo/metainfo.go:30
StructFileJSON
FileJSON for file model in json
models/file.go:18
StructFileListFolder
FileListFolder struct
utils/filelist/filelist.go:11
StructI18nConfig
I18nConfig : Config struct for translation
config/structs.go:79
StructI2PConfig
I2PConfig : Config struct for I2P
config/structs.go:72
StructInfo
Info : info section of torrent file
utils/metainfo/metainfo.go:40
StructLanguage
utils/publicSettings/publicSettings.go:28
StructLanguage
Language model Is it deprecated?
models/language.go:5
TypeAliasLanguages
utils/publicSettings/publicSettings.go:34
StructLanguagesJSONResponse
LanguagesJSONResponse : Structure containing all the languages to parse it as a JSON response
templates/helpers.go:10
StructLogConfig
LogConfig : Config struct for Logs
config/structs.go:151
InterfaceLogger
Logger interface
models/gorm.go:18
StructLoginForm
LoginForm is used when a user logs in.
utils/validator/user/forms.go:14
StructMessages
Messages struct
utils/messages/messages.go:17
StructMetainfoFetcherConfig
MetainfoFetcherConfig : Config struct for metainfo fetcher
config/structs.go:136
StructModelsConfig
ModelsConfig : Config struct for models
config/structs.go:177
StructNavigation
Navigation is used to display navigation links to pages on list view
templates/helpers.go:16
StructNavigationConfig
NavigationConfig : Config struct for Navigation
config/structs.go:130
StructNotification
Notification model
models/notification.go:8
StructOldComment
OldComment model from old nyaa
models/oldcomment.go:6
StructPasswordForm
PasswordForm is used when updating a user password.
utils/validator/user/forms.go:47
StructPasswordResetForm
PasswordResetForm is used when reseting a password.
utils/validator/user/forms.go:58
StructReassignForm
ReassignForm : Structure for reassign Form used by the reassign page
utils/validator/torrent/forms.go:41
StructRegistrationForm
RegistrationForm is used when creating a user.
utils/validator/user/forms.go:4
StructReport
controllers/report/report.go:50
StructRss
utils/feeds/rss.go:182
StructRssCaps
utils/feeds/rss.go:89
StructRssCategories
utils/feeds/rss.go:133
StructRssCategory
RssCategory is a category for rss item
utils/feeds/rss.go:169
StructRssCategoryTorznab
utils/feeds/rss.go:138
StructRssEnclosure
utils/feeds/rss.go:174
StructRssFeed
utils/feeds/rss.go:48
StructRssImage
utils/feeds/rss.go:26
StructRssItem
utils/feeds/rss.go:73
StructRssLimits
utils/feeds/rss.go:109
StructRssMagnetLink
utils/feeds/rss.go:43
StructRssRegistration
utils/feeds/rss.go:115
StructRssSearch
utils/feeds/rss.go:128
StructRssSearching
utils/feeds/rss.go:121
StructRssServer
utils/feeds/rss.go:98
StructRssSubCat
utils/feeds/rss.go:146
StructRssTextInput
utils/feeds/rss.go:35
StructRssTorrent
utils/feeds/rss.go:153
StructRssTorznab
utils/feeds/rss.go:162
StructScrape
Scrape model
models/scrape.go:10
StructScrapeConfig
ScrapeConfig : Config struct for Scraping
config/structs.go:85
StructScraperConfig
ScraperConfig : Config struct for Scraper
config/structs.go:92
StructSearchConfig
SearchConfig : Config struct for search
config/structs.go:190
StructSearchForm
SearchForm struct used to display the search form
templates/helpers.go:24
StructSendPasswordResetForm
SendPasswordResetForm is used when sending a password reset token.
utils/validator/user/forms.go:53
TypeAliasSortMode
utils/search/structs/structs.go:27
TypeAliasStatus
utils/search/structs/structs.go:26
FuncTypeTemplateTfunc
TemplateTfunc : T func used in template
utils/publicSettings/publicSettings.go:37
StructTestForm
utils/validator/validator_test.go:21
StructTorrent
Torrent model
models/torrent.go:42
StructTorrentCache
utils/search/structs/cache.go:5
StructTorrentFile
TorrentFile : a torrent file
utils/metainfo/metainfo.go:77
StructTorrentJSON
* We need a JSON object instead of a Gorm structure because magnet URLs are not in the database and have to be generated dynamically */ TorrentJSON
models/torrent.go:75
StructTorrentParam
TorrentParam defines all parameters that can be provided when searching for a torrent
utils/search/structs/structs.go:36
StructTorrentReport
TorrentReport model User can be null (anonymous reports) FIXME can't preload field Torrents for models.TorrentReport
models/report.go:13
StructTorrentReportJSON
TorrentReportJSON : Json struct of torrent report model
models/report.go:31
StructTorrentRequest
TorrentRequest struct Same json name as the constant!
utils/validator/torrent/forms.go:5
StructTorrentsConfig
TorrentsConfig : Config struct for Torrents
config/structs.go:106
StructTorrentsRequest
TorrentsRequest struct
utils/upload/upload.go:32
StructTrackersConfig
TrackersConfig ; Config struct for Trackers
config/structs.go:100
StructUpdateRequest
UpdateRequest struct
utils/validator/torrent/forms.go:28
StructUser
User model
models/user.go:33
StructUserFollows
UserFollows association table : different users following eachother
models/user.go:74
StructUserForm
UserForm is used when updating a user.
utils/validator/user/forms.go:21
StructUserJSON
UserJSON : User model conversion in JSON
models/user.go:62
InterfaceUserRetriever
UserRetriever : this interface is required to prevent a cyclic import between the languages and userService package.
utils/publicSettings/publicSettings.go:24
StructUserSettings
UserSettings : Struct for user settings, not a model
models/user.go:86
StructUserSettingsForm
UserSettingsForm is used when updating a user.
utils/validator/user/forms.go:33
StructUserUploadsOld
UserUploadsOld model : Is it deprecated?
models/user.go:80
StructUsersConfig
UsersConfig : Config struct for Users
config/structs.go:125
StructWebAddressConfig
WebAddressConfig : Config struct for web addresses
config/structs.go:50
StructWhereParams
WhereParams struct for search
utils/search/structs/whereParams.go:4
next →1–100 of 106, ranked by callers