mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 01:44:52 +01:00
* Move graphql generated files to api * Refactor identify options * Remove models.StashBoxes * Move ScraperSource to scraper package * Rename field strategy enums * Rename identify.TaskOptions to Options
8 lines
214 B
Go
8 lines
214 B
Go
package stashbox
|
|
|
|
import "github.com/stashapp/stash/pkg/models"
|
|
|
|
type StashBoxPerformerQueryResult struct {
|
|
Query string `json:"query"`
|
|
Results []*models.ScrapedPerformer `json:"results"`
|
|
}
|