mirror of
https://github.com/stashapp/stash.git
synced 2026-02-08 16:31:52 +01:00
* Remove reflection from mapped value processing * AI generated unit tests * Move mappedConfig to separate file * Rename group to configScraper * Separate mapped post-processing code into separate file * Update test after group rename * Check map entry when returning scraper * Refactor config into definition * Support single string for string slice translation * Rename config.go to definition.go * Rename configScraper to definedScraper * Rename config_scraper.go to defined_scraper.go |
||
|---|---|---|
| .. | ||
| action.go | ||
| autotag.go | ||
| cache.go | ||
| cookies.go | ||
| country.go | ||
| defined_scraper.go | ||
| definition.go | ||
| freeones.go | ||
| graphql.go | ||
| image.go | ||
| json.go | ||
| json_test.go | ||
| mapped.go | ||
| mapped_config.go | ||
| mapped_postprocessing.go | ||
| mapped_result.go | ||
| mapped_result_test.go | ||
| mapped_test.go | ||
| movie.go | ||
| performer.go | ||
| postprocessing.go | ||
| query_url.go | ||
| scraper.go | ||
| script.go | ||
| stash.go | ||
| tag.go | ||
| url.go | ||
| xpath.go | ||
| xpath_test.go | ||