SYMBOL INDEX (6216 symbols across 426 files) FILE: cmd/stash-box/init.go function initConfig (line 16) | func initConfig(configFilePath *string) { function parseConfigFilePath (line 80) | func parseConfigFilePath(configFilePath string) (string, string) { function initEnvs (line 88) | func initEnvs() { FILE: cmd/stash-box/main.go function main (line 19) | func main() { function blockForever (line 54) | func blockForever() { FILE: frontend/src/Login.tsx type LoginFormData (line 19) | type LoginFormData = yup.InferType; FILE: frontend/src/Main.tsx type Props (line 34) | interface Props { FILE: frontend/src/components/amendableEditCard/AmendableChangeRow.tsx type AmendableChangeRowProps (line 9) | interface AmendableChangeRowProps { FILE: frontend/src/components/amendableEditCard/AmendableImageChangeRow.tsx type Image (line 10) | type Image = { constant CLASSNAME (line 17) | const CLASSNAME = "ImageChangeRow"; constant CLASSNAME_IMAGE (line 18) | const CLASSNAME_IMAGE = `${CLASSNAME}-image`; type AmendableImageChangeRowProps (line 20) | interface AmendableImageChangeRowProps { FILE: frontend/src/components/amendableEditCard/AmendableLinkedChangeRow.tsx type Change (line 10) | interface Change { type AmendableLinkedChangeRowProps (line 15) | interface AmendableLinkedChangeRowProps { function getValue (line 33) | function getValue(value: Change | null | undefined) { FILE: frontend/src/components/amendableEditCard/AmendableListChangeRow.tsx type AmendableListChangeRowProps (line 9) | interface AmendableListChangeRowProps { constant CLASSNAME (line 19) | const CLASSNAME = "ListChangeRow"; FILE: frontend/src/components/amendableEditCard/AmendableModifyEdit.tsx type Details (line 61) | type Details = EditFragment["details"]; type OldDetails (line 62) | type OldDetails = EditFragment["old_details"]; type Options (line 63) | type Options = EditFragment["options"]; type AmendableModifyEditProps (line 576) | interface AmendableModifyEditProps { FILE: frontend/src/components/amendableEditCard/AmendableURLChangeRow.tsx constant CLASSNAME (line 10) | const CLASSNAME = "URLChangeRow"; type AmendableURLChangeRowProps (line 12) | interface AmendableURLChangeRowProps { FILE: frontend/src/components/amendableEditCard/AmendmentContext.tsx type AmendmentState (line 10) | interface AmendmentState { type AmendmentContextValue (line 16) | interface AmendmentContextValue { type AmendmentProviderProps (line 39) | interface AmendmentProviderProps { FILE: frontend/src/components/changeRow/ChangeRow.tsx type ChangeRowProps (line 5) | interface ChangeRowProps { FILE: frontend/src/components/checkboxSelect/CheckboxSelect.tsx type MultiSelectProps (line 7) | interface MultiSelectProps { type IOptionType (line 15) | interface IOptionType { FILE: frontend/src/components/deleteButton/DeleteButton.tsx type DeleteButtonProps (line 7) | interface DeleteButtonProps { FILE: frontend/src/components/editCard/AddComment.tsx type IProps (line 10) | interface IProps { FILE: frontend/src/components/editCard/EditCard.tsx constant CLASSNAME (line 20) | const CLASSNAME = "EditCard"; type Props (line 22) | interface Props { FILE: frontend/src/components/editCard/EditComment.tsx constant CLASSNAME (line 7) | const CLASSNAME = "EditComment"; type Props (line 9) | interface Props { FILE: frontend/src/components/editCard/EditExpiration.tsx type Props (line 13) | interface Props { FILE: frontend/src/components/editCard/EditHeader.tsx type Target (line 18) | type Target = NonNullable; type EditHeaderProps (line 49) | interface EditHeaderProps { FILE: frontend/src/components/editCard/EditStatus.tsx type Props (line 9) | interface Props { FILE: frontend/src/components/editCard/ModifyEdit.tsx type Details (line 42) | type Details = EditFragment["details"]; type OldDetails (line 43) | type OldDetails = EditFragment["old_details"]; type Options (line 44) | type Options = EditFragment["options"]; type Image (line 46) | type Image = { type StartingWith (line 54) | type StartingWith = T extends `${K}${infer _}` ? T ... type TargetOldDetails (line 55) | type TargetOldDetails = Omit< type TagDetails (line 60) | interface TagDetails { type OldTagDetails (line 68) | type OldTagDetails = TargetOldDetails; type BodyMod (line 109) | type BodyMod = { type PerformerDetails (line 114) | interface PerformerDetails { type OldPerformerDetails (line 145) | type OldPerformerDetails = TargetOldDetails; type ScenePerformance (line 356) | type ScenePerformance = { type SceneDetails (line 364) | interface SceneDetails { type OldSceneDetails (line 413) | type OldSceneDetails = TargetOldDetails; type StudioDetails (line 524) | interface StudioDetails { type OldStudioDetails (line 538) | type OldStudioDetails = TargetOldDetails; type ModifyEditProps (line 583) | interface ModifyEditProps { FILE: frontend/src/components/editCard/VoteBar.tsx constant CLASSNAME (line 15) | const CLASSNAME = "VoteBar"; constant CLASSNAME_BUTTON (line 16) | const CLASSNAME_BUTTON = `${CLASSNAME}-button`; constant CLASSNAME_VOTED (line 17) | const CLASSNAME_VOTED = `${CLASSNAME}-voted`; constant CLASSNAME_SAVE (line 18) | const CLASSNAME_SAVE = `${CLASSNAME}-save`; type Props (line 20) | interface Props { FILE: frontend/src/components/editCard/Votes.tsx constant CLASSNAME (line 10) | const CLASSNAME = "EditVotes"; type VotesProps (line 12) | interface VotesProps { FILE: frontend/src/components/editCard/renderEntity.tsx type Appearance (line 9) | type Appearance = { FILE: frontend/src/components/editImages/editImages.tsx constant CLASSNAME (line 13) | const CLASSNAME = "EditImages"; constant CLASSNAME_IMAGES (line 14) | const CLASSNAME_IMAGES = `${CLASSNAME}-images`; constant CLASSNAME_INPUT (line 15) | const CLASSNAME_INPUT = `${CLASSNAME}-input`; constant CLASSNAME_INPUT_CONTAINER (line 16) | const CLASSNAME_INPUT_CONTAINER = `${CLASSNAME_INPUT}-container`; constant CLASSNAME_DROP (line 17) | const CLASSNAME_DROP = `${CLASSNAME}-drop`; constant CLASSNAME_PLACEHOLDER (line 18) | const CLASSNAME_PLACEHOLDER = `${CLASSNAME}-placeholder`; constant CLASSNAME_IMAGE (line 19) | const CLASSNAME_IMAGE = `${CLASSNAME}-image`; constant CLASSNAME_UPLOADING (line 20) | const CLASSNAME_UPLOADING = `${CLASSNAME_IMAGE}-uploading`; type EditImagesProps (line 22) | interface EditImagesProps { FILE: frontend/src/components/form/BodyModification.tsx type BodyModItem (line 9) | type BodyModItem = { type BodyModificationProps (line 14) | interface BodyModificationProps { constant CLASSNAME (line 22) | const CLASSNAME = "BodyModification"; FILE: frontend/src/components/form/EditNote.tsx type Props (line 8) | interface Props { FILE: frontend/src/components/form/Image.tsx type ImageProps (line 9) | interface ImageProps { constant CLASSNAME (line 14) | const CLASSNAME = "ImageInput"; constant CLASSNAME_IMAGE (line 15) | const CLASSNAME_IMAGE = `${CLASSNAME}-image`; constant CLASSNAME_REMOVE (line 16) | const CLASSNAME_REMOVE = `${CLASSNAME}-remove`; FILE: frontend/src/components/form/NavButtons.tsx type Props (line 5) | interface Props { FILE: frontend/src/components/form/NoteInput.tsx type IProps (line 9) | interface IProps { FILE: frontend/src/components/form/SubmitButtons.tsx type Props (line 5) | interface Props { FILE: frontend/src/components/fragments/ErrorMessage.tsx type IProps (line 3) | interface IProps { FILE: frontend/src/components/fragments/Favorite.tsx constant CLASSNAME (line 10) | const CLASSNAME = "FavoriteStar"; type Props (line 12) | interface Props { FILE: frontend/src/components/fragments/GenderIcon.tsx type IconProps (line 12) | interface IconProps { FILE: frontend/src/components/fragments/Help.tsx type Props (line 6) | interface Props { FILE: frontend/src/components/fragments/Icon.tsx type Props (line 6) | interface Props { FILE: frontend/src/components/fragments/LoadingIndicator.tsx type LoadingProps (line 5) | interface LoadingProps { constant CLASSNAME (line 10) | const CLASSNAME = "LoadingIndicator"; constant CLASSNAME_MESSAGE (line 11) | const CLASSNAME_MESSAGE = `${CLASSNAME}-message`; constant CLASSNAME_DELAYED (line 12) | const CLASSNAME_DELAYED = `${CLASSNAME}-delayed`; FILE: frontend/src/components/fragments/PerformerName.tsx type PerformerNameProps (line 4) | interface PerformerNameProps { FILE: frontend/src/components/fragments/SiteLink.tsx constant CLASSNAME (line 6) | const CLASSNAME = "SiteLink"; constant CLASSNAME_ICON (line 7) | const CLASSNAME_ICON = `${CLASSNAME}-icon`; constant CLASSNAME_NAME (line 8) | const CLASSNAME_NAME = `${CLASSNAME}-name`; constant CLASSNAME_NO_MARGIN (line 9) | const CLASSNAME_NO_MARGIN = `${CLASSNAME}-no-margin`; type Props (line 11) | interface Props { FILE: frontend/src/components/fragments/TagLink.tsx type IProps (line 8) | interface IProps { FILE: frontend/src/components/fragments/Thumbnail.tsx type Props (line 6) | interface Props { FILE: frontend/src/components/fragments/Tooltip.tsx type Props (line 8) | interface Props { FILE: frontend/src/components/image/Image.tsx constant CLASSNAME (line 7) | const CLASSNAME = "Image"; type Image (line 9) | type Image = { type ImageSize (line 15) | type ImageSize = 1280 | 600 | 300 | "full"; type ImageProps (line 17) | interface ImageProps { type ContainerProps (line 66) | interface ContainerProps { FILE: frontend/src/components/imageCarousel/ImageCarousel.tsx type ImageCarouselProps (line 13) | interface ImageCarouselProps { FILE: frontend/src/components/imageChangeRow/ImageChangeRow.tsx type Image (line 5) | type Image = { constant CLASSNAME (line 12) | const CLASSNAME = "ImageChangeRow"; constant CLASSNAME_IMAGE (line 13) | const CLASSNAME_IMAGE = `${CLASSNAME}-image`; type ImageChangeRowProps (line 15) | interface ImageChangeRowProps { FILE: frontend/src/components/linkedChangeRow/LinkedChangeRow.tsx type Change (line 6) | interface Change { type LinkedChangeRowProps (line 11) | interface LinkedChangeRowProps { function getValue (line 24) | function getValue(value: Change | null | undefined) { FILE: frontend/src/components/list/EditList.tsx type EditsProps (line 17) | interface EditsProps { constant PER_PAGE (line 34) | const PER_PAGE = 20; FILE: frontend/src/components/list/List.tsx constant PER_PAGE (line 5) | const PER_PAGE = 20; type Props (line 7) | interface Props { FILE: frontend/src/components/list/SceneList.tsx constant PER_PAGE (line 24) | const PER_PAGE = 20; type Props (line 26) | interface Props { FILE: frontend/src/components/list/TagList.tsx constant PER_PAGE (line 18) | const PER_PAGE = 40; type TagListProps (line 20) | interface TagListProps { FILE: frontend/src/components/list/URLList.tsx type URLListProps (line 4) | interface URLListProps { FILE: frontend/src/components/listChangeRow/ListChangeRow.tsx type ListChangeRowProps (line 5) | interface ListChangeRowProps { constant CLASSNAME (line 14) | const CLASSNAME = "ListChangeRow"; FILE: frontend/src/components/modal/Modal.tsx type ModalProps (line 4) | interface ModalProps { type MessageProps (line 10) | interface MessageProps { type ElementProps (line 14) | interface ElementProps { FILE: frontend/src/components/multiSelect/MultiSelect.tsx type MultiSelectProps (line 6) | interface MultiSelectProps { type IOptionType (line 12) | interface IOptionType { FILE: frontend/src/components/pagination/Pagination.tsx type PaginationProps (line 4) | interface PaginationProps { FILE: frontend/src/components/performerCard/PerformerCard.tsx type PerformerType (line 16) | type PerformerType = Pick< type PerformerCardProps (line 21) | interface PerformerCardProps { constant CLASSNAME (line 26) | const CLASSNAME = "PerformerCard"; constant CLASSNAME_IMAGE (line 27) | const CLASSNAME_IMAGE = `${CLASSNAME}-image`; constant CLASSNAME_STAR (line 28) | const CLASSNAME_STAR = `${CLASSNAME}-star`; FILE: frontend/src/components/performerSelect/PerformerSelect.tsx type Performer (line 9) | type Performer = NonNullable< type PerformerSelectProps (line 13) | interface PerformerSelectProps { constant CLASSNAME (line 20) | const CLASSNAME = "PerformerSelect"; constant CLASSNAME_LIST (line 21) | const CLASSNAME_LIST = `${CLASSNAME}-list`; constant CLASSNAME_CONTAINER (line 22) | const CLASSNAME_CONTAINER = `${CLASSNAME}-container`; FILE: frontend/src/components/sceneCard/SceneCard.tsx type Performance (line 16) | type Performance = Pick< constant CLASSNAME (line 23) | const CLASSNAME = "SceneCard"; constant CLASSNAME_IMAGE (line 24) | const CLASSNAME_IMAGE = `${CLASSNAME}-image`; constant CLASSNAME_BODY (line 25) | const CLASSNAME_BODY = `${CLASSNAME}-body`; FILE: frontend/src/components/searchField/SearchField.tsx type SearchType (line 33) | enum SearchType { type SearchFieldProps (line 38) | interface SearchFieldProps { FILE: frontend/src/components/searchField/handleResult.ts type SceneAllResult (line 4) | type SceneAllResult = NonNullable< type PerformerAllResult (line 7) | type PerformerAllResult = NonNullable< type PerformerOnlyResult (line 10) | type PerformerOnlyResult = NonNullable< type PerformerResult (line 14) | type PerformerResult = PerformerAllResult | PerformerOnlyResult; type SceneResult (line 15) | type SceneResult = SceneAllResult; type SearchGroup (line 17) | interface SearchGroup { type SearchResult (line 22) | interface SearchResult { type PerformerSearchResult (line 29) | interface PerformerSearchResult extends SearchResult { function formatPerformerLabel (line 38) | function formatPerformerLabel(performer: PerformerResult): string { function formatPerformerSublabel (line 42) | function formatPerformerSublabel( function getStudioSceneCount (line 65) | function getStudioSceneCount(performer: PerformerOnlyResult): number { function formatSceneLabel (line 72) | function formatSceneLabel(scene: SceneResult): string { function formatSceneSublabel (line 76) | function formatSceneSublabel(scene: SceneResult): string { function handleSearchAllResult (line 86) | function handleSearchAllResult( function handlePerformerSearchResult (line 117) | function handlePerformerSearchResult( function groupPerformersByStudio (line 137) | function groupPerformersByStudio( function createPerformerGroups (line 158) | function createPerformerGroups(performers: SearchResult[]): SearchGroup[] { function createSceneGroups (line 163) | function createSceneGroups(scenes: SearchResult[]): SearchGroup[] { function handleResult (line 168) | function handleResult( FILE: frontend/src/components/studioSelect/StudioSelect.tsx type Studio (line 21) | type Studio = NonNullable; type StudioParent (line 22) | type StudioParent = { id: string; name: string } | null; type StudioSlim (line 23) | type StudioSlim = Pick & { parent?: StudioParent }; type IOptionType (line 25) | interface IOptionType { type StudioSelectProps (line 32) | interface StudioSelectProps { constant CLASSNAME (line 48) | const CLASSNAME = "StudioSelect"; constant CLASSNAME_SELECT (line 49) | const CLASSNAME_SELECT = `${CLASSNAME}-select`; FILE: frontend/src/components/tagFilter/TagFilter.tsx type Tag (line 15) | type Tag = NonNullable; type TagFilterProps (line 17) | interface TagFilterProps { type SearchResult (line 25) | interface SearchResult { constant CLASSNAME (line 31) | const CLASSNAME = "TagFilter"; constant CLASSNAME_SELECT (line 32) | const CLASSNAME_SELECT = `${CLASSNAME}-select`; FILE: frontend/src/components/tagSelect/TagSelect.tsx type Tag (line 14) | type Tag = NonNullable; type TagSlim (line 16) | type TagSlim = { type TagSelectProps (line 23) | interface TagSelectProps { type SearchResult (line 32) | interface SearchResult { constant CLASSNAME (line 38) | const CLASSNAME = "TagSelect"; constant CLASSNAME_LIST (line 39) | const CLASSNAME_LIST = `${CLASSNAME}-list`; constant CLASSNAME_SELECT (line 40) | const CLASSNAME_SELECT = `${CLASSNAME}-select`; constant CLASSNAME_CONTAINER (line 41) | const CLASSNAME_CONTAINER = `${CLASSNAME}-container`; FILE: frontend/src/components/title/Title.tsx constant INSTANCE_TITLE (line 5) | const INSTANCE_TITLE = type Props (line 8) | interface Props { FILE: frontend/src/components/urlChangeRow/URLChangeRow.tsx constant CLASSNAME (line 5) | const CLASSNAME = "URLChangeRow"; type URL (line 7) | interface URL { type URLChangeRowProps (line 36) | interface URLChangeRowProps { FILE: frontend/src/components/urlInput/urlInput.tsx type Site (line 12) | type Site = NonNullable; constant CLASSNAME (line 14) | const CLASSNAME = "URLInput"; type URLItem (line 16) | type URLItem = { type ErrorsType (line 25) | type ErrorsType = Merge< type URLInputProps (line 30) | interface URLInputProps { FILE: frontend/src/constants/enums.ts type EnumDictionary (line 16) | type EnumDictionary = { FILE: frontend/src/constants/route.ts constant ROUTE_HOME (line 1) | const ROUTE_HOME = "/"; constant ROUTE_LOGIN (line 2) | const ROUTE_LOGIN = "/login"; constant ROUTE_LOGOUT (line 3) | const ROUTE_LOGOUT = "/logout"; constant ROUTE_USERS (line 4) | const ROUTE_USERS = "/users"; constant ROUTE_USER_ADD (line 5) | const ROUTE_USER_ADD = "/users/add"; constant ROUTE_USER (line 6) | const ROUTE_USER = "/users/:name"; constant ROUTE_USER_EDIT (line 7) | const ROUTE_USER_EDIT = "/users/:name/edit"; constant ROUTE_USER_PASSWORD (line 8) | const ROUTE_USER_PASSWORD = "/users/change-password"; constant ROUTE_USER_EDITS (line 9) | const ROUTE_USER_EDITS = "/users/:name/edits"; constant ROUTE_USER_MY_FINGERPRINTS (line 10) | const ROUTE_USER_MY_FINGERPRINTS = "/users/fingerprints"; constant ROUTE_PERFORMER (line 11) | const ROUTE_PERFORMER = "/performers/:id"; constant ROUTE_PERFORMER_ADD (line 12) | const ROUTE_PERFORMER_ADD = "/performers/add"; constant ROUTE_PERFORMER_EDIT (line 13) | const ROUTE_PERFORMER_EDIT = "/performers/:id/edit"; constant ROUTE_PERFORMER_MERGE (line 14) | const ROUTE_PERFORMER_MERGE = "/performers/:id/merge"; constant ROUTE_PERFORMER_DELETE (line 15) | const ROUTE_PERFORMER_DELETE = "/performers/:id/delete"; constant ROUTE_PERFORMERS (line 16) | const ROUTE_PERFORMERS = "/performers"; constant ROUTE_SCENE (line 17) | const ROUTE_SCENE = "/scenes/:id"; constant ROUTE_SCENE_ADD (line 18) | const ROUTE_SCENE_ADD = "/scenes/add"; constant ROUTE_SCENE_EDIT (line 19) | const ROUTE_SCENE_EDIT = "/scenes/:id/edit"; constant ROUTE_SCENE_DELETE (line 20) | const ROUTE_SCENE_DELETE = "/scenes/:id/delete"; constant ROUTE_SCENES (line 21) | const ROUTE_SCENES = "/scenes"; constant ROUTE_STUDIO (line 22) | const ROUTE_STUDIO = "/studios/:id"; constant ROUTE_STUDIO_ADD (line 23) | const ROUTE_STUDIO_ADD = "/studios/add"; constant ROUTE_STUDIO_EDIT (line 24) | const ROUTE_STUDIO_EDIT = "/studios/:id/edit"; constant ROUTE_STUDIO_DELETE (line 25) | const ROUTE_STUDIO_DELETE = "/studios/:id/delete"; constant ROUTE_STUDIOS (line 26) | const ROUTE_STUDIOS = "/studios"; constant ROUTE_TAG (line 27) | const ROUTE_TAG = "/tags/:id"; constant ROUTE_TAG_ADD (line 28) | const ROUTE_TAG_ADD = "/tags/add"; constant ROUTE_TAG_MERGE (line 29) | const ROUTE_TAG_MERGE = "/tags/:id/merge"; constant ROUTE_TAG_EDIT (line 30) | const ROUTE_TAG_EDIT = "/tags/:id/edit"; constant ROUTE_TAG_DELETE (line 31) | const ROUTE_TAG_DELETE = "/tags/:id/delete"; constant ROUTE_TAGS (line 32) | const ROUTE_TAGS = "/tags"; constant ROUTE_CATEGORY (line 33) | const ROUTE_CATEGORY = "/categories/:id"; constant ROUTE_CATEGORY_ADD (line 34) | const ROUTE_CATEGORY_ADD = "/categories/add"; constant ROUTE_CATEGORY_EDIT (line 35) | const ROUTE_CATEGORY_EDIT = "/categories/:id/edit"; constant ROUTE_CATEGORIES (line 36) | const ROUTE_CATEGORIES = "/categories"; constant ROUTE_EDITS (line 37) | const ROUTE_EDITS = "/edits"; constant ROUTE_EDIT (line 38) | const ROUTE_EDIT = "/edits/:id"; constant ROUTE_EDIT_UPDATE (line 39) | const ROUTE_EDIT_UPDATE = "/edits/:id/update"; constant ROUTE_EDIT_AMEND (line 40) | const ROUTE_EDIT_AMEND = "/edits/:id/amend"; constant ROUTE_REGISTER (line 41) | const ROUTE_REGISTER = "/register"; constant ROUTE_ACTIVATE (line 42) | const ROUTE_ACTIVATE = "/activate"; constant ROUTE_FORGOT_PASSWORD (line 43) | const ROUTE_FORGOT_PASSWORD = "/forgot-password"; constant ROUTE_RESET_PASSWORD (line 44) | const ROUTE_RESET_PASSWORD = "/reset-password"; constant ROUTE_CONFIRM_EMAIL (line 45) | const ROUTE_CONFIRM_EMAIL = "/users/confirm-email"; constant ROUTE_CHANGE_EMAIL (line 46) | const ROUTE_CHANGE_EMAIL = "/users/change-email"; constant ROUTE_SEARCH (line 47) | const ROUTE_SEARCH = "/search"; constant ROUTE_VERSION (line 48) | const ROUTE_VERSION = "/version"; constant ROUTE_SITE (line 49) | const ROUTE_SITE = "/sites/:id"; constant ROUTE_SITE_ADD (line 50) | const ROUTE_SITE_ADD = "/sites/add"; constant ROUTE_SITE_EDIT (line 51) | const ROUTE_SITE_EDIT = "/sites/:id/edit"; constant ROUTE_SITES (line 52) | const ROUTE_SITES = "/sites"; constant ROUTE_DRAFT (line 53) | const ROUTE_DRAFT = "/drafts/:id"; constant ROUTE_DRAFTS (line 54) | const ROUTE_DRAFTS = "/drafts"; constant ROUTE_NOTIFICATIONS (line 55) | const ROUTE_NOTIFICATIONS = "/notifications"; constant ROUTE_NOTIFICATION_SUBSCRIPTIONS (line 56) | const ROUTE_NOTIFICATION_SUBSCRIPTIONS = "/users/:name/notifications"; constant ROUTE_AUDITS (line 57) | const ROUTE_AUDITS = "/audits"; FILE: frontend/src/context.tsx type User (line 5) | interface User { type ContextType (line 11) | type ContextType = { FILE: frontend/src/graphql/mutations/index.ts method update (line 438) | update(cache, { data }, { variables }) { method update (line 455) | update(cache, { data }, { variables }) { method update (line 484) | update(cache, { data }, { variables }) { method update (line 526) | update(cache, { data }) { method update (line 541) | update(cache, { data }) { method update (line 554) | update(cache, { data }) { FILE: frontend/src/graphql/scalars.d.ts type GQLDate (line 1) | type GQLDate = string; type GQLTime (line 2) | type GQLTime = string; type GQLUpload (line 3) | type GQLUpload = File; FILE: frontend/src/graphql/types.ts type Maybe (line 2) | type Maybe = T | null; type InputMaybe (line 3) | type InputMaybe = Maybe; type Exact (line 4) | type Exact = { [K in keyof T]: T[K... type MakeOptional (line 5) | type MakeOptional = Omit & { [SubKey in K]?:... type MakeMaybe (line 6) | type MakeMaybe = Omit & { [SubKey in K]: May... type MakeEmpty (line 7) | type MakeEmpty ... type Incremental (line 8) | type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' ... type Scalars (line 10) | type Scalars = { type ActivateNewUserInput (line 23) | type ActivateNewUserInput = { type AmendEditInput (line 29) | type AmendEditInput = { type AmendItemRemoval (line 40) | type AmendItemRemoval = { type ApplyEditInput (line 47) | type ApplyEditInput = { type BodyModification (line 51) | type BodyModification = { type BodyModificationCriterionInput (line 57) | type BodyModificationCriterionInput = { type BodyModificationInput (line 63) | type BodyModificationInput = { type BreastTypeCriterionInput (line 68) | type BreastTypeCriterionInput = { type BreastTypeEnum (line 73) | enum BreastTypeEnum { type CancelEditInput (line 79) | type CancelEditInput = { type CommentCommentedEdit (line 83) | type CommentCommentedEdit = { type CommentOwnEdit (line 88) | type CommentOwnEdit = { type CommentVotedEdit (line 93) | type CommentVotedEdit = { type CriterionModifier (line 98) | enum CriterionModifier { type DateAccuracyEnum (line 117) | enum DateAccuracyEnum { type DateCriterionInput (line 123) | type DateCriterionInput = { type DeleteEditInput (line 128) | type DeleteEditInput = { type DeleteFingerprintSubmissionsInput (line 133) | type DeleteFingerprintSubmissionsInput = { type DownvoteOwnEdit (line 138) | type DownvoteOwnEdit = { type Draft (line 143) | type Draft = { type DraftData (line 151) | type DraftData = PerformerDraft | SceneDraft; type DraftEntity (line 153) | type DraftEntity = { type DraftEntityInput (line 159) | type DraftEntityInput = { type DraftFingerprint (line 164) | type DraftFingerprint = { type DraftSubmissionStatus (line 171) | type DraftSubmissionStatus = { type Edit (line 176) | type Edit = { type EditComment (line 208) | type EditComment = { type EditCommentInput (line 217) | type EditCommentInput = { type EditDetails (line 222) | type EditDetails = PerformerEdit | SceneEdit | StudioEdit | TagEdit; type EditInput (line 224) | type EditInput = { type EditQueryInput (line 235) | type EditQueryInput = { type EditSortEnum (line 264) | enum EditSortEnum { type EditTarget (line 270) | type EditTarget = Performer | Scene | Studio | Tag; type EditVote (line 272) | type EditVote = { type EditVoteInput (line 279) | type EditVoteInput = { type EthnicityEnum (line 284) | enum EthnicityEnum { type EthnicityFilterEnum (line 295) | enum EthnicityFilterEnum { type EyeColorCriterionInput (line 307) | type EyeColorCriterionInput = { type EyeColorEnum (line 312) | enum EyeColorEnum { type FailedOwnEdit (line 321) | type FailedOwnEdit = { type FavoriteFilter (line 326) | enum FavoriteFilter { type FavoritePerformerEdit (line 332) | type FavoritePerformerEdit = { type FavoritePerformerScene (line 337) | type FavoritePerformerScene = { type FavoriteStudioEdit (line 342) | type FavoriteStudioEdit = { type FavoriteStudioScene (line 347) | type FavoriteStudioScene = { type Fingerprint (line 352) | type Fingerprint = { type FingerprintAlgorithm (line 369) | enum FingerprintAlgorithm { type FingerprintBatchSubmission (line 375) | type FingerprintBatchSubmission = { type FingerprintEditInput (line 382) | type FingerprintEditInput = { type FingerprintInput (line 394) | type FingerprintInput = { type FingerprintQueryInput (line 402) | type FingerprintQueryInput = { type FingerprintSubmission (line 407) | type FingerprintSubmission = { type FingerprintSubmissionResult (line 415) | type FingerprintSubmissionResult = { type FingerprintSubmissionType (line 425) | enum FingerprintSubmissionType { type FingerprintedSceneEdit (line 434) | type FingerprintedSceneEdit = { type FuzzyDate (line 439) | type FuzzyDate = { type GenderEnum (line 445) | enum GenderEnum { type GenderFacet (line 454) | type GenderFacet = { type GenderFilterEnum (line 460) | enum GenderFilterEnum { type GenerateInviteCodeInput (line 470) | type GenerateInviteCodeInput = { type GrantInviteInput (line 476) | type GrantInviteInput = { type HairColorCriterionInput (line 481) | type HairColorCriterionInput = { type HairColorEnum (line 486) | enum HairColorEnum { type IdCriterionInput (line 499) | type IdCriterionInput = { type Image (line 504) | type Image = { type ImageCreateInput (line 512) | type ImageCreateInput = { type ImageDestroyInput (line 517) | type ImageDestroyInput = { type ImageUpdateInput (line 521) | type ImageUpdateInput = { type IntCriterionInput (line 526) | type IntCriterionInput = { type InviteKey (line 531) | type InviteKey = { type MarkNotificationReadInput (line 538) | type MarkNotificationReadInput = { type Measurements (line 543) | type Measurements = { type ModAudit (line 551) | type ModAudit = { type ModAuditActionEnum (line 563) | enum ModAuditActionEnum { type ModAuditQueryInput (line 568) | type ModAuditQueryInput = { type MoveFingerprintSubmissionsInput (line 575) | type MoveFingerprintSubmissionsInput = { type MultiIdCriterionInput (line 581) | type MultiIdCriterionInput = { type MultiStringCriterionInput (line 586) | type MultiStringCriterionInput = { type Mutation (line 591) | type Mutation = { type MutationActivateNewUserArgs (line 690) | type MutationActivateNewUserArgs = { type MutationAmendEditArgs (line 695) | type MutationAmendEditArgs = { type MutationApplyEditArgs (line 700) | type MutationApplyEditArgs = { type MutationCancelEditArgs (line 705) | type MutationCancelEditArgs = { type MutationChangePasswordArgs (line 710) | type MutationChangePasswordArgs = { type MutationConfirmChangeEmailArgs (line 715) | type MutationConfirmChangeEmailArgs = { type MutationDeleteEditArgs (line 720) | type MutationDeleteEditArgs = { type MutationDestroyDraftArgs (line 725) | type MutationDestroyDraftArgs = { type MutationEditCommentArgs (line 730) | type MutationEditCommentArgs = { type MutationEditVoteArgs (line 735) | type MutationEditVoteArgs = { type MutationFavoritePerformerArgs (line 740) | type MutationFavoritePerformerArgs = { type MutationFavoriteStudioArgs (line 746) | type MutationFavoriteStudioArgs = { type MutationGenerateInviteCodesArgs (line 752) | type MutationGenerateInviteCodesArgs = { type MutationGrantInviteArgs (line 757) | type MutationGrantInviteArgs = { type MutationImageCreateArgs (line 762) | type MutationImageCreateArgs = { type MutationImageDestroyArgs (line 767) | type MutationImageDestroyArgs = { type MutationMarkNotificationsReadArgs (line 772) | type MutationMarkNotificationsReadArgs = { type MutationNewUserArgs (line 777) | type MutationNewUserArgs = { type MutationPerformerCreateArgs (line 782) | type MutationPerformerCreateArgs = { type MutationPerformerDestroyArgs (line 787) | type MutationPerformerDestroyArgs = { type MutationPerformerEditArgs (line 792) | type MutationPerformerEditArgs = { type MutationPerformerEditUpdateArgs (line 797) | type MutationPerformerEditUpdateArgs = { type MutationPerformerUpdateArgs (line 803) | type MutationPerformerUpdateArgs = { type MutationRegenerateApiKeyArgs (line 808) | type MutationRegenerateApiKeyArgs = { type MutationRescindInviteCodeArgs (line 813) | type MutationRescindInviteCodeArgs = { type MutationResetPasswordArgs (line 818) | type MutationResetPasswordArgs = { type MutationRevokeInviteArgs (line 823) | type MutationRevokeInviteArgs = { type MutationSceneCreateArgs (line 828) | type MutationSceneCreateArgs = { type MutationSceneDeleteFingerprintSubmissionsArgs (line 833) | type MutationSceneDeleteFingerprintSubmissionsArgs = { type MutationSceneDestroyArgs (line 838) | type MutationSceneDestroyArgs = { type MutationSceneEditArgs (line 843) | type MutationSceneEditArgs = { type MutationSceneEditUpdateArgs (line 848) | type MutationSceneEditUpdateArgs = { type MutationSceneMoveFingerprintSubmissionsArgs (line 854) | type MutationSceneMoveFingerprintSubmissionsArgs = { type MutationSceneUpdateArgs (line 859) | type MutationSceneUpdateArgs = { type MutationSiteCreateArgs (line 864) | type MutationSiteCreateArgs = { type MutationSiteDestroyArgs (line 869) | type MutationSiteDestroyArgs = { type MutationSiteUpdateArgs (line 874) | type MutationSiteUpdateArgs = { type MutationStudioCreateArgs (line 879) | type MutationStudioCreateArgs = { type MutationStudioDestroyArgs (line 884) | type MutationStudioDestroyArgs = { type MutationStudioEditArgs (line 889) | type MutationStudioEditArgs = { type MutationStudioEditUpdateArgs (line 894) | type MutationStudioEditUpdateArgs = { type MutationStudioUpdateArgs (line 900) | type MutationStudioUpdateArgs = { type MutationSubmitFingerprintArgs (line 905) | type MutationSubmitFingerprintArgs = { type MutationSubmitFingerprintsArgs (line 910) | type MutationSubmitFingerprintsArgs = { type MutationSubmitPerformerDraftArgs (line 915) | type MutationSubmitPerformerDraftArgs = { type MutationSubmitSceneDraftArgs (line 920) | type MutationSubmitSceneDraftArgs = { type MutationTagCategoryCreateArgs (line 925) | type MutationTagCategoryCreateArgs = { type MutationTagCategoryDestroyArgs (line 930) | type MutationTagCategoryDestroyArgs = { type MutationTagCategoryUpdateArgs (line 935) | type MutationTagCategoryUpdateArgs = { type MutationTagCreateArgs (line 940) | type MutationTagCreateArgs = { type MutationTagDestroyArgs (line 945) | type MutationTagDestroyArgs = { type MutationTagEditArgs (line 950) | type MutationTagEditArgs = { type MutationTagEditUpdateArgs (line 955) | type MutationTagEditUpdateArgs = { type MutationTagUpdateArgs (line 961) | type MutationTagUpdateArgs = { type MutationUpdateNotificationSubscriptionsArgs (line 966) | type MutationUpdateNotificationSubscriptionsArgs = { type MutationUserCreateArgs (line 971) | type MutationUserCreateArgs = { type MutationUserDestroyArgs (line 976) | type MutationUserDestroyArgs = { type MutationUserUpdateArgs (line 981) | type MutationUserUpdateArgs = { type MutationValidateChangeEmailArgs (line 986) | type MutationValidateChangeEmailArgs = { type NewUserInput (line 991) | type NewUserInput = { type Notification (line 996) | type Notification = { type NotificationData (line 1003) | type NotificationData = CommentCommentedEdit | CommentOwnEdit | CommentV... type NotificationEnum (line 1005) | enum NotificationEnum { type OperationEnum (line 1019) | enum OperationEnum { type Performer (line 1026) | type Performer = { type PerformerScenesArgs (line 1072) | type PerformerScenesArgs = { type PerformerStudiosArgs (line 1077) | type PerformerStudiosArgs = { type PerformerAppearance (line 1081) | type PerformerAppearance = { type PerformerAppearanceInput (line 1088) | type PerformerAppearanceInput = { type PerformerCreateInput (line 1094) | type PerformerCreateInput = { type PerformerDestroyInput (line 1120) | type PerformerDestroyInput = { type PerformerDraft (line 1124) | type PerformerDraft = { type PerformerDraftInput (line 1148) | type PerformerDraftInput = { type PerformerEdit (line 1171) | type PerformerEdit = { type PerformerEditDetailsInput (line 1209) | type PerformerEditDetailsInput = { type PerformerEditInput (line 1235) | type PerformerEditInput = { type PerformerEditOptions (line 1243) | type PerformerEditOptions = { type PerformerEditOptionsInput (line 1251) | type PerformerEditOptionsInput = { type PerformerQueryInput (line 1258) | type PerformerQueryInput = { type PerformerScenesInput (line 1299) | type PerformerScenesInput = { type PerformerSearchFacets (line 1308) | type PerformerSearchFacets = { type PerformerSearchFilter (line 1313) | type PerformerSearchFilter = { type PerformerSortEnum (line 1318) | enum PerformerSortEnum { type PerformerStudio (line 1330) | type PerformerStudio = { type PerformerUpdateInput (line 1336) | type PerformerUpdateInput = { type Query (line 1363) | type Query = { type QueryFindDraftArgs (line 1415) | type QueryFindDraftArgs = { type QueryFindEditArgs (line 1421) | type QueryFindEditArgs = { type QueryFindPerformerArgs (line 1427) | type QueryFindPerformerArgs = { type QueryFindSceneArgs (line 1433) | type QueryFindSceneArgs = { type QueryFindScenesBySceneFingerprintsArgs (line 1439) | type QueryFindScenesBySceneFingerprintsArgs = { type QueryFindSiteArgs (line 1445) | type QueryFindSiteArgs = { type QueryFindStudioArgs (line 1451) | type QueryFindStudioArgs = { type QueryFindTagArgs (line 1458) | type QueryFindTagArgs = { type QueryFindTagCategoryArgs (line 1465) | type QueryFindTagCategoryArgs = { type QueryFindTagOrAliasArgs (line 1471) | type QueryFindTagOrAliasArgs = { type QueryFindUserArgs (line 1477) | type QueryFindUserArgs = { type QueryQueryEditsArgs (line 1484) | type QueryQueryEditsArgs = { type QueryQueryExistingPerformerArgs (line 1490) | type QueryQueryExistingPerformerArgs = { type QueryQueryExistingSceneArgs (line 1496) | type QueryQueryExistingSceneArgs = { type QueryQueryModAuditsArgs (line 1502) | type QueryQueryModAuditsArgs = { type QueryQueryNotificationsArgs (line 1508) | type QueryQueryNotificationsArgs = { type QueryQueryPerformersArgs (line 1514) | type QueryQueryPerformersArgs = { type QueryQueryScenesArgs (line 1520) | type QueryQueryScenesArgs = { type QueryQueryStudiosArgs (line 1526) | type QueryQueryStudiosArgs = { type QueryQueryTagsArgs (line 1532) | type QueryQueryTagsArgs = { type QueryQueryUsersArgs (line 1538) | type QueryQueryUsersArgs = { type QuerySearchPerformerArgs (line 1544) | type QuerySearchPerformerArgs = { type QuerySearchPerformersArgs (line 1551) | type QuerySearchPerformersArgs = { type QuerySearchSceneArgs (line 1561) | type QuerySearchSceneArgs = { type QuerySearchScenesArgs (line 1568) | type QuerySearchScenesArgs = { type QuerySearchStudioArgs (line 1577) | type QuerySearchStudioArgs = { type QuerySearchTagArgs (line 1584) | type QuerySearchTagArgs = { type QueryEditsResultType (line 1589) | type QueryEditsResultType = { type QueryExistingPerformerInput (line 1595) | type QueryExistingPerformerInput = { type QueryExistingPerformerResult (line 1601) | type QueryExistingPerformerResult = { type QueryExistingSceneInput (line 1607) | type QueryExistingSceneInput = { type QueryExistingSceneResult (line 1613) | type QueryExistingSceneResult = { type QueryModAuditsResultType (line 1619) | type QueryModAuditsResultType = { type QueryNotificationsInput (line 1625) | type QueryNotificationsInput = { type QueryNotificationsResult (line 1632) | type QueryNotificationsResult = { type QueryPerformersResultType (line 1638) | type QueryPerformersResultType = { type QueryScenesResultType (line 1646) | type QueryScenesResultType = { type QuerySitesResultType (line 1652) | type QuerySitesResultType = { type QueryStudiosResultType (line 1658) | type QueryStudiosResultType = { type QueryTagCategoriesResultType (line 1664) | type QueryTagCategoriesResultType = { type QueryTagsResultType (line 1670) | type QueryTagsResultType = { type QueryUsersResultType (line 1676) | type QueryUsersResultType = { type ResetPasswordInput (line 1682) | type ResetPasswordInput = { type RevokeInviteInput (line 1686) | type RevokeInviteInput = { type RoleCriterionInput (line 1691) | type RoleCriterionInput = { type RoleEnum (line 1696) | enum RoleEnum { type Scene (line 1712) | type Scene = { type SceneFingerprintsArgs (line 1737) | type SceneFingerprintsArgs = { type SceneCreateInput (line 1741) | type SceneCreateInput = { type SceneDestroyInput (line 1757) | type SceneDestroyInput = { type SceneDraft (line 1761) | type SceneDraft = { type SceneDraftInput (line 1778) | type SceneDraftInput = { type SceneDraftPerformer (line 1796) | type SceneDraftPerformer = DraftEntity | Performer; type SceneDraftStudio (line 1798) | type SceneDraftStudio = DraftEntity | Studio; type SceneDraftTag (line 1800) | type SceneDraftTag = DraftEntity | Tag; type SceneEdit (line 1802) | type SceneEdit = { type SceneEditDetailsInput (line 1831) | type SceneEditDetailsInput = { type SceneEditInput (line 1848) | type SceneEditInput = { type SceneQueryInput (line 1854) | type SceneQueryInput = { type SceneSortEnum (line 1887) | enum SceneSortEnum { type SceneUpdateInput (line 1895) | type SceneUpdateInput = { type Site (line 1912) | type Site = { type SiteCreateInput (line 1925) | type SiteCreateInput = { type SiteDestroyInput (line 1933) | type SiteDestroyInput = { type SiteUpdateInput (line 1937) | type SiteUpdateInput = { type SortDirectionEnum (line 1946) | enum SortDirectionEnum { type StashBoxConfig (line 1951) | type StashBoxConfig = { type StringCriterionInput (line 1967) | type StringCriterionInput = { type Studio (line 1972) | type Studio = { type StudioPerformersArgs (line 1991) | type StudioPerformersArgs = { type StudioSub_StudiosArgs (line 1996) | type StudioSub_StudiosArgs = { type StudioCreateInput (line 2000) | type StudioCreateInput = { type StudioDestroyInput (line 2008) | type StudioDestroyInput = { type StudioEdit (line 2012) | type StudioEdit = { type StudioEditDetailsInput (line 2027) | type StudioEditDetailsInput = { type StudioEditInput (line 2035) | type StudioEditInput = { type StudioQueryInput (line 2041) | type StudioQueryInput = { type StudioSortEnum (line 2058) | enum StudioSortEnum { type StudioUpdateInput (line 2064) | type StudioUpdateInput = { type Tag (line 2073) | type Tag = { type TagCategory (line 2086) | type TagCategory = { type TagCategoryCreateInput (line 2094) | type TagCategoryCreateInput = { type TagCategoryDestroyInput (line 2100) | type TagCategoryDestroyInput = { type TagCategoryUpdateInput (line 2104) | type TagCategoryUpdateInput = { type TagCreateInput (line 2111) | type TagCreateInput = { type TagDestroyInput (line 2118) | type TagDestroyInput = { type TagEdit (line 2122) | type TagEdit = { type TagEditDetailsInput (line 2132) | type TagEditDetailsInput = { type TagEditInput (line 2139) | type TagEditInput = { type TagGroupEnum (line 2145) | enum TagGroupEnum { type TagQueryInput (line 2151) | type TagQueryInput = { type TagSortEnum (line 2166) | enum TagSortEnum { type TagUpdateInput (line 2172) | type TagUpdateInput = { type TargetTypeEnum (line 2180) | enum TargetTypeEnum { type Url (line 2187) | type Url = { type UrlInput (line 2195) | type UrlInput = { type UpdatedEdit (line 2200) | type UpdatedEdit = { type User (line 2205) | type User = { type UserChangeEmailInput (line 2229) | type UserChangeEmailInput = { type UserChangeEmailStatus (line 2235) | enum UserChangeEmailStatus { type UserChangePasswordInput (line 2244) | type UserChangePasswordInput = { type UserCreateInput (line 2251) | type UserCreateInput = { type UserDestroyInput (line 2260) | type UserDestroyInput = { type UserEditCount (line 2264) | type UserEditCount = { type UserQueryInput (line 2275) | type UserQueryInput = { type UserUpdateInput (line 2300) | type UserUpdateInput = { type UserVoteCount (line 2309) | type UserVoteCount = { type UserVotedFilterEnum (line 2318) | enum UserVotedFilterEnum { type ValidSiteTypeEnum (line 2325) | enum ValidSiteTypeEnum { type Version (line 2331) | type Version = { type VoteStatusEnum (line 2339) | enum VoteStatusEnum { type VoteTypeEnum (line 2349) | enum VoteTypeEnum { type CommentFragment (line 2359) | type CommentFragment = { __typename: 'EditComment', id: string, date: st... type EditFragment (line 2361) | type EditFragment = { __typename: 'Edit', id: string, target_type: Targe... type FingerprintFragment (line 2383) | type FingerprintFragment = { __typename: 'Fingerprint', hash: string, al... type ImageFragment (line 2385) | type ImageFragment = { __typename: 'Image', id: string, url: string, wid... type PerformerFragment (line 2387) | type PerformerFragment = { __typename: 'Performer', id: string, name: st... type QuerySceneFragment (line 2389) | type QuerySceneFragment = { __typename: 'Scene', id: string, release_dat... type SceneFragment (line 2391) | type SceneFragment = { __typename: 'Scene', id: string, release_date?: s... type ScenePerformerFragment (line 2393) | type ScenePerformerFragment = { __typename: 'Performer', id: string, nam... type SearchPerformerFragment (line 2395) | type SearchPerformerFragment = { __typename: 'Performer', id: string, na... type StudioFragment (line 2397) | type StudioFragment = { __typename: 'Studio', id: string, name: string, ... type TagFragment (line 2399) | type TagFragment = { __typename: 'Tag', id: string, name: string, descri... type UrlFragment (line 2401) | type UrlFragment = { __typename: 'URL', url: string, site: { __typename:... type ActivateNewUserMutationVariables (line 2403) | type ActivateNewUserMutationVariables = Exact<{ type ActivateNewUserMutation (line 2408) | type ActivateNewUserMutation = { __typename: 'Mutation', activateNewUser... type AddImageMutationVariables (line 2410) | type AddImageMutationVariables = Exact<{ type AddImageMutation (line 2415) | type AddImageMutation = { __typename: 'Mutation', imageCreate?: { __type... type AddSceneMutationVariables (line 2417) | type AddSceneMutationVariables = Exact<{ type AddSceneMutation (line 2422) | type AddSceneMutation = { __typename: 'Mutation', sceneCreate?: { __type... type AddSiteMutationVariables (line 2424) | type AddSiteMutationVariables = Exact<{ type AddSiteMutation (line 2429) | type AddSiteMutation = { __typename: 'Mutation', siteCreate?: { __typena... type AddStudioMutationVariables (line 2431) | type AddStudioMutationVariables = Exact<{ type AddStudioMutation (line 2436) | type AddStudioMutation = { __typename: 'Mutation', studioCreate?: { __ty... type AddTagCategoryMutationVariables (line 2438) | type AddTagCategoryMutationVariables = Exact<{ type AddTagCategoryMutation (line 2443) | type AddTagCategoryMutation = { __typename: 'Mutation', tagCategoryCreat... type AddUserMutationVariables (line 2445) | type AddUserMutationVariables = Exact<{ type AddUserMutation (line 2450) | type AddUserMutation = { __typename: 'Mutation', userCreate?: { __typena... type AmendEditMutationVariables (line 2452) | type AmendEditMutationVariables = Exact<{ type AmendEditMutation (line 2457) | type AmendEditMutation = { __typename: 'Mutation', amendEdit: { __typena... type ApplyEditMutationVariables (line 2479) | type ApplyEditMutationVariables = Exact<{ type ApplyEditMutation (line 2484) | type ApplyEditMutation = { __typename: 'Mutation', applyEdit: { __typena... type CancelEditMutationVariables (line 2506) | type CancelEditMutationVariables = Exact<{ type CancelEditMutation (line 2511) | type CancelEditMutation = { __typename: 'Mutation', cancelEdit: { __type... type ChangePasswordMutationVariables (line 2528) | type ChangePasswordMutationVariables = Exact<{ type ChangePasswordMutation (line 2533) | type ChangePasswordMutation = { __typename: 'Mutation', changePassword: ... type ConfirmChangeEmailMutationVariables (line 2535) | type ConfirmChangeEmailMutationVariables = Exact<{ type ConfirmChangeEmailMutation (line 2540) | type ConfirmChangeEmailMutation = { __typename: 'Mutation', confirmChang... type DeleteDraftMutationVariables (line 2542) | type DeleteDraftMutationVariables = Exact<{ type DeleteDraftMutation (line 2547) | type DeleteDraftMutation = { __typename: 'Mutation', destroyDraft: boole... type DeleteEditMutationVariables (line 2549) | type DeleteEditMutationVariables = Exact<{ type DeleteEditMutation (line 2554) | type DeleteEditMutation = { __typename: 'Mutation', deleteEdit: boolean }; type DeleteFingerprintSubmissionsMutationVariables (line 2556) | type DeleteFingerprintSubmissionsMutationVariables = Exact<{ type DeleteFingerprintSubmissionsMutation (line 2561) | type DeleteFingerprintSubmissionsMutation = { __typename: 'Mutation', sc... type DeleteSceneMutationVariables (line 2563) | type DeleteSceneMutationVariables = Exact<{ type DeleteSceneMutation (line 2568) | type DeleteSceneMutation = { __typename: 'Mutation', sceneDestroy: boole... type DeleteSiteMutationVariables (line 2570) | type DeleteSiteMutationVariables = Exact<{ type DeleteSiteMutation (line 2575) | type DeleteSiteMutation = { __typename: 'Mutation', siteDestroy: boolean }; type DeleteStudioMutationVariables (line 2577) | type DeleteStudioMutationVariables = Exact<{ type DeleteStudioMutation (line 2582) | type DeleteStudioMutation = { __typename: 'Mutation', studioDestroy: boo... type DeleteTagCategoryMutationVariables (line 2584) | type DeleteTagCategoryMutationVariables = Exact<{ type DeleteTagCategoryMutation (line 2589) | type DeleteTagCategoryMutation = { __typename: 'Mutation', tagCategoryDe... type DeleteUserMutationVariables (line 2591) | type DeleteUserMutationVariables = Exact<{ type DeleteUserMutation (line 2596) | type DeleteUserMutation = { __typename: 'Mutation', userDestroy: boolean }; type EditCommentMutationVariables (line 2598) | type EditCommentMutationVariables = Exact<{ type EditCommentMutation (line 2603) | type EditCommentMutation = { __typename: 'Mutation', editComment: { __ty... type FavoritePerformerMutationVariables (line 2605) | type FavoritePerformerMutationVariables = Exact<{ type FavoritePerformerMutation (line 2611) | type FavoritePerformerMutation = { __typename: 'Mutation', favoritePerfo... type FavoriteStudioMutationVariables (line 2613) | type FavoriteStudioMutationVariables = Exact<{ type FavoriteStudioMutation (line 2619) | type FavoriteStudioMutation = { __typename: 'Mutation', favoriteStudio: ... type GenerateInviteCodesMutationVariables (line 2621) | type GenerateInviteCodesMutationVariables = Exact<{ type GenerateInviteCodesMutation (line 2626) | type GenerateInviteCodesMutation = { __typename: 'Mutation', generateInv... type GrantInviteMutationVariables (line 2628) | type GrantInviteMutationVariables = Exact<{ type GrantInviteMutation (line 2633) | type GrantInviteMutation = { __typename: 'Mutation', grantInvite: number }; type MarkNotificationReadMutationVariables (line 2635) | type MarkNotificationReadMutationVariables = Exact<{ type MarkNotificationReadMutation (line 2640) | type MarkNotificationReadMutation = { __typename: 'Mutation', markNotifi... type MarkNotificationsReadMutationVariables (line 2642) | type MarkNotificationsReadMutationVariables = Exact<{ [key: string]: nev... type MarkNotificationsReadMutation (line 2645) | type MarkNotificationsReadMutation = { __typename: 'Mutation', markNotif... type MoveFingerprintSubmissionsMutationVariables (line 2647) | type MoveFingerprintSubmissionsMutationVariables = Exact<{ type MoveFingerprintSubmissionsMutation (line 2652) | type MoveFingerprintSubmissionsMutation = { __typename: 'Mutation', scen... type NewUserMutationVariables (line 2654) | type NewUserMutationVariables = Exact<{ type NewUserMutation (line 2659) | type NewUserMutation = { __typename: 'Mutation', newUser?: string | null }; type PerformerEditMutationVariables (line 2661) | type PerformerEditMutationVariables = Exact<{ type PerformerEditMutation (line 2666) | type PerformerEditMutation = { __typename: 'Mutation', performerEdit: { ... type PerformerEditUpdateMutationVariables (line 2688) | type PerformerEditUpdateMutationVariables = Exact<{ type PerformerEditUpdateMutation (line 2694) | type PerformerEditUpdateMutation = { __typename: 'Mutation', performerEd... type RegenerateApiKeyMutationVariables (line 2716) | type RegenerateApiKeyMutationVariables = Exact<{ type RegenerateApiKeyMutation (line 2721) | type RegenerateApiKeyMutation = { __typename: 'Mutation', regenerateAPIK... type RequestChangeEmailMutationVariables (line 2723) | type RequestChangeEmailMutationVariables = Exact<{ [key: string]: never;... type RequestChangeEmailMutation (line 2726) | type RequestChangeEmailMutation = { __typename: 'Mutation', requestChang... type RescindInviteCodeMutationVariables (line 2728) | type RescindInviteCodeMutationVariables = Exact<{ type RescindInviteCodeMutation (line 2733) | type RescindInviteCodeMutation = { __typename: 'Mutation', rescindInvite... type ResetPasswordMutationVariables (line 2735) | type ResetPasswordMutationVariables = Exact<{ type ResetPasswordMutation (line 2740) | type ResetPasswordMutation = { __typename: 'Mutation', resetPassword: bo... type RevokeInviteMutationVariables (line 2742) | type RevokeInviteMutationVariables = Exact<{ type RevokeInviteMutation (line 2747) | type RevokeInviteMutation = { __typename: 'Mutation', revokeInvite: numb... type SceneEditMutationVariables (line 2749) | type SceneEditMutationVariables = Exact<{ type SceneEditMutation (line 2754) | type SceneEditMutation = { __typename: 'Mutation', sceneEdit: { __typena... type SceneEditUpdateMutationVariables (line 2776) | type SceneEditUpdateMutationVariables = Exact<{ type SceneEditUpdateMutation (line 2782) | type SceneEditUpdateMutation = { __typename: 'Mutation', sceneEditUpdate... type StudioEditMutationVariables (line 2804) | type StudioEditMutationVariables = Exact<{ type StudioEditMutation (line 2809) | type StudioEditMutation = { __typename: 'Mutation', studioEdit: { __type... type StudioEditUpdateMutationVariables (line 2831) | type StudioEditUpdateMutationVariables = Exact<{ type StudioEditUpdateMutation (line 2837) | type StudioEditUpdateMutation = { __typename: 'Mutation', studioEditUpda... type TagEditMutationVariables (line 2859) | type TagEditMutationVariables = Exact<{ type TagEditMutation (line 2864) | type TagEditMutation = { __typename: 'Mutation', tagEdit: { __typename: ... type TagEditUpdateMutationVariables (line 2886) | type TagEditUpdateMutationVariables = Exact<{ type TagEditUpdateMutation (line 2892) | type TagEditUpdateMutation = { __typename: 'Mutation', tagEditUpdate: { ... type UnmatchFingerprintMutationVariables (line 2914) | type UnmatchFingerprintMutationVariables = Exact<{ type UnmatchFingerprintMutation (line 2922) | type UnmatchFingerprintMutation = { __typename: 'Mutation', unmatchFinge... type UpdateNotificationSubscriptionsMutationVariables (line 2924) | type UpdateNotificationSubscriptionsMutationVariables = Exact<{ type UpdateNotificationSubscriptionsMutation (line 2929) | type UpdateNotificationSubscriptionsMutation = { __typename: 'Mutation',... type UpdateSceneMutationVariables (line 2931) | type UpdateSceneMutationVariables = Exact<{ type UpdateSceneMutation (line 2936) | type UpdateSceneMutation = { __typename: 'Mutation', sceneUpdate?: { __t... type UpdateSiteMutationVariables (line 2938) | type UpdateSiteMutationVariables = Exact<{ type UpdateSiteMutation (line 2943) | type UpdateSiteMutation = { __typename: 'Mutation', siteUpdate?: { __typ... type UpdateStudioMutationVariables (line 2945) | type UpdateStudioMutationVariables = Exact<{ type UpdateStudioMutation (line 2950) | type UpdateStudioMutation = { __typename: 'Mutation', studioUpdate?: { _... type UpdateTagCategoryMutationVariables (line 2952) | type UpdateTagCategoryMutationVariables = Exact<{ type UpdateTagCategoryMutation (line 2957) | type UpdateTagCategoryMutation = { __typename: 'Mutation', tagCategoryUp... type UpdateUserMutationVariables (line 2959) | type UpdateUserMutationVariables = Exact<{ type UpdateUserMutation (line 2964) | type UpdateUserMutation = { __typename: 'Mutation', userUpdate?: { __typ... type ValidateChangeEmailMutationVariables (line 2966) | type ValidateChangeEmailMutationVariables = Exact<{ type ValidateChangeEmailMutation (line 2972) | type ValidateChangeEmailMutation = { __typename: 'Mutation', validateCha... type VoteMutationVariables (line 2974) | type VoteMutationVariables = Exact<{ type VoteMutation (line 2979) | type VoteMutation = { __typename: 'Mutation', editVote: { __typename: 'E... type CategoriesQueryVariables (line 3001) | type CategoriesQueryVariables = Exact<{ [key: string]: never; }>; type CategoriesQuery (line 3004) | type CategoriesQuery = { __typename: 'Query', queryTagCategories: { __ty... type CategoryQueryVariables (line 3006) | type CategoryQueryVariables = Exact<{ type CategoryQuery (line 3011) | type CategoryQuery = { __typename: 'Query', findTagCategory?: { __typena... type ConfigQueryVariables (line 3013) | type ConfigQueryVariables = Exact<{ [key: string]: never; }>; type ConfigQuery (line 3016) | type ConfigQuery = { __typename: 'Query', getConfig: { __typename: 'Stas... type DraftQueryVariables (line 3018) | type DraftQueryVariables = Exact<{ type DraftQuery (line 3023) | type DraftQuery = { __typename: 'Query', findDraft?: { __typename: 'Draf... type DraftsQueryVariables (line 3037) | type DraftsQueryVariables = Exact<{ [key: string]: never; }>; type DraftsQuery (line 3040) | type DraftsQuery = { __typename: 'Query', findDrafts: Array<{ __typename... type EditQueryVariables (line 3045) | type EditQueryVariables = Exact<{ type EditQuery (line 3050) | type EditQuery = { __typename: 'Query', findEdit?: { __typename: 'Edit',... type EditUpdateQueryVariables (line 3072) | type EditUpdateQueryVariables = Exact<{ type EditUpdateQuery (line 3077) | type EditUpdateQuery = { __typename: 'Query', findEdit?: { __typename: '... type EditsQueryVariables (line 3094) | type EditsQueryVariables = Exact<{ type EditsQuery (line 3099) | type EditsQuery = { __typename: 'Query', queryEdits: { __typename: 'Quer... type FullPerformerQueryVariables (line 3121) | type FullPerformerQueryVariables = Exact<{ type FullPerformerQuery (line 3126) | type FullPerformerQuery = { __typename: 'Query', findPerformer?: { __typ... type MeQueryVariables (line 3128) | type MeQueryVariables = Exact<{ [key: string]: never; }>; type MeQuery (line 3131) | type MeQuery = { __typename: 'Query', me?: { __typename: 'User', id: str... type ModAuditsQueryVariables (line 3133) | type ModAuditsQueryVariables = Exact<{ type ModAuditsQuery (line 3138) | type ModAuditsQuery = { __typename: 'Query', queryModAudits: { __typenam... type PendingEditsCountQueryVariables (line 3140) | type PendingEditsCountQueryVariables = Exact<{ type PendingEditsCountQuery (line 3146) | type PendingEditsCountQuery = { __typename: 'Query', queryEdits: { __typ... type PerformerQueryVariables (line 3148) | type PerformerQueryVariables = Exact<{ type PerformerQuery (line 3153) | type PerformerQuery = { __typename: 'Query', findPerformer?: { __typenam... type PerformersQueryVariables (line 3155) | type PerformersQueryVariables = Exact<{ type PerformersQuery (line 3160) | type PerformersQuery = { __typename: 'Query', queryPerformers: { __typen... type PublicUserQueryVariables (line 3162) | type PublicUserQueryVariables = Exact<{ type PublicUserQuery (line 3167) | type PublicUserQuery = { __typename: 'Query', findUser?: { __typename: '... type QueryExistingPerformerQueryVariables (line 3169) | type QueryExistingPerformerQueryVariables = Exact<{ type QueryExistingPerformerQuery (line 3174) | type QueryExistingPerformerQuery = { __typename: 'Query', queryExistingP... type QueryExistingSceneQueryVariables (line 3196) | type QueryExistingSceneQueryVariables = Exact<{ type QueryExistingSceneQuery (line 3201) | type QueryExistingSceneQuery = { __typename: 'Query', queryExistingScene... type NotificationCommentFragment (line 3223) | type NotificationCommentFragment = { __typename: 'EditComment', id: stri... type NotificationsQueryVariables (line 3245) | type NotificationsQueryVariables = Exact<{ type NotificationsQuery (line 3250) | type NotificationsQuery = { __typename: 'Query', queryNotifications: { _... type SceneQueryVariables (line 3444) | type SceneQueryVariables = Exact<{ type SceneQuery (line 3449) | type SceneQuery = { __typename: 'Query', findScene?: { __typename: 'Scen... type ScenePairingsQueryVariables (line 3451) | type ScenePairingsQueryVariables = Exact<{ type ScenePairingsQuery (line 3464) | type ScenePairingsQuery = { __typename: 'Query', queryPerformers: { __ty... type ScenesQueryVariables (line 3466) | type ScenesQueryVariables = Exact<{ type ScenesQuery (line 3471) | type ScenesQuery = { __typename: 'Query', queryScenes: { __typename: 'Qu... type ScenesWithFingerprintsQueryVariables (line 3473) | type ScenesWithFingerprintsQueryVariables = Exact<{ type ScenesWithFingerprintsQuery (line 3479) | type ScenesWithFingerprintsQuery = { __typename: 'Query', queryScenes: {... type ScenesWithoutCountQueryVariables (line 3481) | type ScenesWithoutCountQueryVariables = Exact<{ type ScenesWithoutCountQuery (line 3486) | type ScenesWithoutCountQuery = { __typename: 'Query', queryScenes: { __t... type SearchAllQueryVariables (line 3488) | type SearchAllQueryVariables = Exact<{ type SearchAllQuery (line 3494) | type SearchAllQuery = { __typename: 'Query', searchPerformers: { __typen... type SearchPerformersQueryVariables (line 3496) | type SearchPerformersQueryVariables = Exact<{ type SearchPerformersQuery (line 3506) | type SearchPerformersQuery = { __typename: 'Query', searchPerformers: { ... type SearchScenesQueryVariables (line 3508) | type SearchScenesQueryVariables = Exact<{ type SearchScenesQuery (line 3515) | type SearchScenesQuery = { __typename: 'Query', searchScenes: { __typena... type SearchTagFragment (line 3517) | type SearchTagFragment = { __typename: 'Tag', deleted: boolean, id: stri... type SearchTagsQueryVariables (line 3519) | type SearchTagsQueryVariables = Exact<{ type SearchTagsQuery (line 3525) | type SearchTagsQuery = { __typename: 'Query', exact?: { __typename: 'Tag... type SiteQueryVariables (line 3527) | type SiteQueryVariables = Exact<{ type SiteQuery (line 3532) | type SiteQuery = { __typename: 'Query', findSite?: { __typename: 'Site',... type SitesQueryVariables (line 3534) | type SitesQueryVariables = Exact<{ [key: string]: never; }>; type SitesQuery (line 3537) | type SitesQuery = { __typename: 'Query', querySites: { __typename: 'Quer... type StudioQueryVariables (line 3539) | type StudioQueryVariables = Exact<{ type StudioQuery (line 3544) | type StudioQuery = { __typename: 'Query', findStudio?: { __typename: 'St... type StudioPerformersQueryVariables (line 3546) | type StudioPerformersQueryVariables = Exact<{ type StudioPerformersQuery (line 3558) | type StudioPerformersQuery = { __typename: 'Query', queryPerformers: { _... type StudiosQueryVariables (line 3560) | type StudiosQueryVariables = Exact<{ type StudiosQuery (line 3565) | type StudiosQuery = { __typename: 'Query', queryStudios: { __typename: '... type SubStudiosQueryVariables (line 3567) | type SubStudiosQueryVariables = Exact<{ type SubStudiosQuery (line 3573) | type SubStudiosQuery = { __typename: 'Query', findStudio?: { __typename:... type TagQueryVariables (line 3575) | type TagQueryVariables = Exact<{ type TagQuery (line 3581) | type TagQuery = { __typename: 'Query', findTag?: { __typename: 'Tag', id... type TagsQueryVariables (line 3583) | type TagsQueryVariables = Exact<{ type TagsQuery (line 3588) | type TagsQuery = { __typename: 'Query', queryTags: { __typename: 'QueryT... type UnreadNotificationCountQueryVariables (line 3590) | type UnreadNotificationCountQueryVariables = Exact<{ [key: string]: neve... type UnreadNotificationCountQuery (line 3593) | type UnreadNotificationCountQuery = { __typename: 'Query', getUnreadNoti... type UserQueryVariables (line 3595) | type UserQueryVariables = Exact<{ type UserQuery (line 3600) | type UserQuery = { __typename: 'Query', findUser?: { __typename: 'User',... type UsersQueryVariables (line 3602) | type UsersQueryVariables = Exact<{ type UsersQuery (line 3607) | type UsersQuery = { __typename: 'Query', queryUsers: { __typename: 'Quer... type VersionQueryVariables (line 3609) | type VersionQueryVariables = Exact<{ [key: string]: never; }>; type VersionQuery (line 3612) | type VersionQuery = { __typename: 'Query', version: { __typename: 'Versi... FILE: frontend/src/hooks/useAuth.tsx type AuthResult (line 5) | interface AuthResult { FILE: frontend/src/hooks/useEditFilter.tsx type EditFilterProps (line 47) | interface EditFilterProps { FILE: frontend/src/hooks/useQueryParams.ts type ParamBase (line 7) | interface ParamBase { type StringParamConfig (line 10) | interface StringParamConfig extends ParamBase { type StringArrayParamConfig (line 14) | interface StringArrayParamConfig extends ParamBase { type NumberParamConfig (line 18) | interface NumberParamConfig extends ParamBase { type NumberArrayParamConfig (line 22) | interface NumberArrayParamConfig extends ParamBase { type BooleanParamConfig (line 26) | interface BooleanParamConfig extends ParamBase { type ParamConfig (line 30) | type ParamConfig = type QueryParamConfig (line 36) | type QueryParamConfig = Record; type QueryParams (line 38) | type QueryParams = { type SetParams (line 52) | type SetParams = ( type SetParamsCallback (line 56) | type SetParamsCallback = SetParams< FILE: frontend/src/hooks/useToast.tsx type Message (line 4) | interface Message { constant DISPLAY_TIME (line 10) | const DISPLAY_TIME = 5000; constant ANIMATION_TIME (line 11) | const ANIMATION_TIME = 1000; type ToastsProps (line 35) | interface ToastsProps { type Props (line 59) | interface Props { FILE: frontend/src/modules.d.ts type ImportMetaEnv (line 8) | interface ImportMetaEnv extends Readonly> { type ImportMeta (line 13) | interface ImportMeta { FILE: frontend/src/pages/activateUser/ActivateUser.tsx type ActivateNewUserFormData (line 24) | type ActivateNewUserFormData = yup.InferType; function useQuery (line 26) | function useQuery() { FILE: frontend/src/pages/audits/AmendmentAuditDetails.tsx type EditAmendmentData (line 3) | interface EditAmendmentData { function parseAmendmentData (line 8) | function parseAmendmentData(data: string): EditAmendmentData | null { function formatValue (line 16) | function formatValue(value: unknown): string { FILE: frontend/src/pages/audits/AuditRow.tsx type AuditRowProps (line 21) | interface AuditRowProps { FILE: frontend/src/pages/audits/Audits.tsx constant PER_PAGE (line 11) | const PER_PAGE = 25; FILE: frontend/src/pages/audits/DeleteAuditDetails.tsx type EditDeleteData (line 5) | interface EditDeleteData { FILE: frontend/src/pages/categories/Category.tsx type Category (line 12) | type Category = NonNullable; type Props (line 14) | interface Props { FILE: frontend/src/pages/categories/CategoryEdit.tsx type Category (line 12) | type Category = NonNullable; type Props (line 14) | interface Props { FILE: frontend/src/pages/categories/categoryForm/CategoryForm.tsx type Category (line 17) | type Category = NonNullable; type CategoryFormData (line 27) | type CategoryFormData = yup.Asserts; type TagProps (line 29) | interface TagProps { FILE: frontend/src/pages/drafts/Draft.tsx type Draft (line 5) | type Draft = NonNullable; FILE: frontend/src/pages/drafts/PerformerDraft.tsx type Draft (line 16) | type Draft = NonNullable; type PerformerDraft (line 17) | type PerformerDraft = Draft["data"] & { __typename: "PerformerDraft" }; type Props (line 21) | interface Props { FILE: frontend/src/pages/drafts/SceneDraft.tsx type Draft (line 19) | type Draft = NonNullable; type SceneDraft (line 20) | type SceneDraft = Draft["data"] & { __typename: "SceneDraft" }; type Props (line 24) | interface Props { FILE: frontend/src/pages/drafts/index.tsx type DraftData (line 8) | type DraftData = NonNullable["data"]; type SceneDraft (line 9) | type SceneDraft = DraftData & { __typename: "SceneDraft" }; type PerformerDraft (line 10) | type PerformerDraft = DraftData & { __typename: "PerformerDraft" }; FILE: frontend/src/pages/drafts/parse.ts type DraftData (line 20) | type DraftData = NonNullable["data"]; type SceneDraft (line 21) | type SceneDraft = DraftData & { __typename: "SceneDraft" }; type PerformerDraft (line 22) | type PerformerDraft = DraftData & { __typename: "PerformerDraft" }; type Tag (line 23) | type Tag = NonNullable["tags"][number]; type ScenePerformer (line 24) | type ScenePerformer = NonNullable< type URL (line 28) | type URL = { url: string; site: { id: string; name: string; icon: string... type Entity (line 38) | type Entity = { id: string }; type Performer (line 53) | type Performer = { performer: { id: string }; as?: string | null }; FILE: frontend/src/pages/edits/EditAmendForm.tsx type EditAmendFormProps (line 15) | interface EditAmendFormProps { FILE: frontend/src/pages/edits/components/DeleteEditModal.tsx type Props (line 10) | interface Props { FILE: frontend/src/pages/edits/components/UpdateCount.tsx type Props (line 4) | interface Props { FILE: frontend/src/pages/forgotPassword/ForgotPassword.tsx type ResetPasswordFormData (line 18) | type ResetPasswordFormData = yup.Asserts; FILE: frontend/src/pages/home/Home.tsx constant CLASSNAME (line 16) | const CLASSNAME = "HomePage"; constant CLASSNAME_SCENES (line 17) | const CLASSNAME_SCENES = `${CLASSNAME}-scenes`; FILE: frontend/src/pages/notifications/CommentNotification.tsx type Props (line 5) | interface Props { FILE: frontend/src/pages/notifications/EditNotification.tsx type Props (line 5) | interface Props { FILE: frontend/src/pages/notifications/Notification.tsx type Props (line 18) | interface Props { FILE: frontend/src/pages/notifications/Notifications.tsx constant PER_PAGE (line 18) | const PER_PAGE = 20; FILE: frontend/src/pages/notifications/sceneNotification.tsx type Props (line 5) | interface Props { FILE: frontend/src/pages/notifications/types.ts type NotificationType (line 3) | type NotificationType = type CommentData (line 6) | type CommentData = Extract; type CommentNotificationType (line 7) | type CommentNotificationType = NotificationType & { data: CommentData }; type EditData (line 13) | type EditData = Extract; type EditNotificationType (line 14) | type EditNotificationType = NotificationType & { data: EditData }; type SceneData (line 20) | type SceneData = Extract; type SceneNotificationType (line 21) | type SceneNotificationType = NotificationType & { data: SceneData }; FILE: frontend/src/pages/performers/Performer.tsx type Performer (line 19) | type Performer = NonNullable; constant DEFAULT_TAB (line 21) | const DEFAULT_TAB = "scenes"; type Props (line 23) | interface Props { FILE: frontend/src/pages/performers/PerformerDelete.tsx type Performer (line 16) | type Performer = NonNullable; type FormData (line 22) | type FormData = yup.Asserts; type Props (line 24) | interface Props { FILE: frontend/src/pages/performers/PerformerEdit.tsx type Performer (line 14) | type Performer = NonNullable; type Props (line 16) | interface Props { FILE: frontend/src/pages/performers/PerformerEditUpdate.tsx type EditUpdate (line 12) | type EditUpdate = NonNullable; FILE: frontend/src/pages/performers/PerformerMerge.tsx type Performer (line 20) | type Performer = NonNullable; type SearchPerformer (line 21) | type SearchPerformer = NonNullable< constant UPDATE_ALIAS_MESSAGE (line 25) | const UPDATE_ALIAS_MESSAGE = `Enabling this option sets each merged perf... constant CLASSNAME (line 29) | const CLASSNAME = "PerformerMerge"; type Props (line 31) | interface Props { FILE: frontend/src/pages/performers/Performers.tsx constant PER_PAGE (line 24) | const PER_PAGE = 25; FILE: frontend/src/pages/performers/components/performerInfo.tsx constant CLASSNAME (line 43) | const CLASSNAME = "PerformerInfo"; constant CLASSNAME_ACTIONS (line 44) | const CLASSNAME_ACTIONS = "PerformerInfo-actions"; type Props (line 46) | interface Props { FILE: frontend/src/pages/performers/components/scenePairings.tsx constant PER_PAGE (line 24) | const PER_PAGE = 25; type Props (line 39) | interface Props { FILE: frontend/src/pages/performers/performerForm/ExistingPerformerAlert.tsx type Props (line 13) | interface Props { FILE: frontend/src/pages/performers/performerForm/PerformerForm.tsx type OptionEnum (line 50) | type OptionEnum = { constant GENDER (line 61) | const GENDER: OptionEnum[] = [ constant HAIR (line 67) | const HAIR: OptionEnum[] = [ constant BREAST (line 81) | const BREAST: OptionEnum[] = [ constant EYE (line 88) | const EYE: OptionEnum[] = [ constant ETHNICITY (line 98) | const ETHNICITY: OptionEnum[] = [ constant UPDATE_ALIAS_MESSAGE (line 110) | const UPDATE_ALIAS_MESSAGE = `Enabling this option sets the current name... type PerformerProps (line 120) | interface PerformerProps { FILE: frontend/src/pages/performers/performerForm/schema.ts type PerformerFormData (line 164) | type PerformerFormData = yup.Asserts; FILE: frontend/src/pages/performers/performerForm/types.ts type InitialPerformer (line 9) | type InitialPerformer = { FILE: frontend/src/pages/registerUser/Register.tsx type RegisterFormData (line 28) | type RegisterFormData = yup.Asserts; type Props (line 30) | interface Props { FILE: frontend/src/pages/resetPassword/ResetPassword.tsx type ResetPasswordFormData (line 40) | type ResetPasswordFormData = yup.Asserts; function useQuery (line 42) | function useQuery() { FILE: frontend/src/pages/scenes/Scene.tsx constant DEFAULT_TAB (line 27) | const DEFAULT_TAB = "description"; type Props (line 29) | interface Props { FILE: frontend/src/pages/scenes/SceneDelete.tsx type FormData (line 20) | type FormData = yup.Asserts; type Props (line 22) | interface Props { FILE: frontend/src/pages/scenes/SceneEdit.tsx type Props (line 14) | interface Props { FILE: frontend/src/pages/scenes/SceneEditUpdate.tsx type EditUpdate (line 12) | type EditUpdate = NonNullable; FILE: frontend/src/pages/scenes/components/fingerprints/DeleteFingerprintsModal.tsx type Props (line 6) | interface Props { FILE: frontend/src/pages/scenes/components/fingerprints/FingerprintTableHeader.tsx type Props (line 10) | interface Props { FILE: frontend/src/pages/scenes/components/fingerprints/FingerprintTableRow.tsx type Props (line 16) | interface Props { FILE: frontend/src/pages/scenes/components/fingerprints/MoveFingerprintsModal.tsx type Props (line 9) | interface Props { FILE: frontend/src/pages/scenes/components/fingerprints/types.ts type FingerprintTableProps (line 3) | interface FingerprintTableProps { type MatchType (line 10) | type MatchType = "submission" | "report"; type SortColumn (line 12) | type SortColumn = type SortDirection (line 21) | type SortDirection = "asc" | "desc"; FILE: frontend/src/pages/scenes/sceneForm/ExistingSceneAlert.tsx type Props (line 9) | interface Props { FILE: frontend/src/pages/scenes/sceneForm/SceneForm.tsx constant CLASS_NAME (line 41) | const CLASS_NAME = "SceneForm"; constant CLASS_NAME_PERFORMER_CHANGE (line 42) | const CLASS_NAME_PERFORMER_CHANGE = `${CLASS_NAME}-performer-change`; type SceneProps (line 44) | interface SceneProps { FILE: frontend/src/pages/scenes/sceneForm/diff.ts type OmittedKeys (line 18) | type OmittedKeys = "draft_id" | "added_fingerprints" | "removed_fingerpr... type Performer (line 20) | type Performer = { type Tag (line 28) | type Tag = { FILE: frontend/src/pages/scenes/sceneForm/schema.ts type SceneFormData (line 127) | type SceneFormData = yup.Asserts; FILE: frontend/src/pages/scenes/sceneForm/types.ts type InitialScene (line 3) | type InitialScene = { FILE: frontend/src/pages/search/GenderFacet.tsx type Props (line 9) | interface Props { FILE: frontend/src/pages/search/PerformerCard.tsx type Performer (line 20) | type Performer = NonNullable< FILE: frontend/src/pages/search/SceneCard.tsx type Scene (line 14) | type Scene = NonNullable< FILE: frontend/src/pages/search/SearchLayout.tsx constant CLASSNAME (line 17) | const CLASSNAME = "SearchPage"; constant CLASSNAME_INPUT (line 18) | const CLASSNAME_INPUT = `${CLASSNAME}-input`; FILE: frontend/src/pages/search/SearchPerformersTab.tsx constant PER_PAGE (line 12) | const PER_PAGE = 20; FILE: frontend/src/pages/search/SearchScenesTab.tsx constant PER_PAGE (line 11) | const PER_PAGE = 20; FILE: frontend/src/pages/sites/Site.tsx type Site (line 12) | type Site = NonNullable; type Props (line 14) | interface Props { FILE: frontend/src/pages/sites/SiteEdit.tsx type Site (line 12) | type Site = NonNullable; type Props (line 14) | interface Props { FILE: frontend/src/pages/sites/siteForm/SiteForm.tsx type Site (line 17) | type Site = NonNullable; type SiteFormData (line 32) | type SiteFormData = yup.Asserts; type SiteProps (line 34) | interface SiteProps { FILE: frontend/src/pages/studios/Studio.tsx type Studio (line 12) | type Studio = NonNullable; constant DEFAULT_TAB (line 31) | const DEFAULT_TAB = "scenes"; type Props (line 33) | interface Props { FILE: frontend/src/pages/studios/StudioDelete.tsx type FormData (line 20) | type FormData = yup.Asserts; type Props (line 22) | interface Props { FILE: frontend/src/pages/studios/StudioEdit.tsx type Studio (line 11) | type Studio = NonNullable; type Props (line 16) | interface Props { FILE: frontend/src/pages/studios/StudioEditUpdate.tsx type EditUpdate (line 12) | type EditUpdate = NonNullable; FILE: frontend/src/pages/studios/Studios.tsx constant PER_PAGE (line 13) | const PER_PAGE = 40; FILE: frontend/src/pages/studios/components/studioPerformers.tsx constant PER_PAGE (line 24) | const PER_PAGE = 25; type Props (line 37) | interface Props { FILE: frontend/src/pages/studios/components/subStudioList.tsx constant PER_PAGE (line 11) | const PER_PAGE = 25; type Props (line 13) | interface Props { FILE: frontend/src/pages/studios/components/subStudioPreview.tsx constant PREVIEW_COUNT (line 8) | const PREVIEW_COUNT = 25; type Props (line 10) | interface Props { FILE: frontend/src/pages/studios/studioForm/StudioForm.tsx type StudioProps (line 29) | interface StudioProps { FILE: frontend/src/pages/studios/studioForm/schema.ts type StudioFormData (line 42) | type StudioFormData = yup.Asserts; FILE: frontend/src/pages/studios/studioForm/types.ts type InitialStudio (line 1) | type InitialStudio = { FILE: frontend/src/pages/tags/Tag.tsx constant DEFAULT_TAB (line 23) | const DEFAULT_TAB = "scenes"; type Props (line 25) | interface Props { FILE: frontend/src/pages/tags/TagDelete.tsx type FormData (line 20) | type FormData = yup.Asserts; type Props (line 22) | interface Props { FILE: frontend/src/pages/tags/TagEdit.tsx type Props (line 15) | interface Props { FILE: frontend/src/pages/tags/TagEditUpdate.tsx type EditUpdate (line 12) | type EditUpdate = NonNullable; FILE: frontend/src/pages/tags/TagMerge.tsx type Props (line 17) | interface Props { type TagSlim (line 21) | type TagSlim = { FILE: frontend/src/pages/tags/tagForm/TagForm.tsx type TagProps (line 23) | interface TagProps { FILE: frontend/src/pages/tags/tagForm/schema.ts type TagFormData (line 17) | type TagFormData = yup.Asserts; FILE: frontend/src/pages/tags/tagForm/types.ts type InitialTag (line 1) | type InitialTag = { FILE: frontend/src/pages/users/GenerateInviteKeyModal.tsx type ModalProps (line 6) | interface ModalProps { FILE: frontend/src/pages/users/User.tsx type IInviteKeys (line 42) | interface IInviteKeys { type UserInviteKeysProps (line 48) | interface UserInviteKeysProps { type User (line 102) | type User = NonNullable; type EditCounts (line 103) | type EditCounts = User["edit_count"]; type VoteCounts (line 104) | type VoteCounts = User["vote_count"]; type PublicUser (line 106) | type PublicUser = NonNullable; type EditCount (line 108) | type EditCount = [VoteStatusEnum, number]; type VoteCount (line 122) | type VoteCount = [VoteTypeEnum, number]; type Props (line 133) | interface Props { FILE: frontend/src/pages/users/UserEdit.tsx type User (line 14) | type User = type Props (line 18) | interface Props { FILE: frontend/src/pages/users/UserEditForm.tsx type UserFormData (line 20) | type UserFormData = yup.Asserts; type UserEditData (line 22) | type UserEditData = { type UserProps (line 29) | interface UserProps { FILE: frontend/src/pages/users/UserEdits.tsx type Props (line 10) | interface Props { FILE: frontend/src/pages/users/UserFingerprintsList/UserFingerprint.tsx type Props (line 8) | interface Props { FILE: frontend/src/pages/users/UserFingerprintsList/UserFingerprintsList.tsx constant PER_PAGE (line 25) | const PER_PAGE = 20; type Props (line 27) | interface Props { FILE: frontend/src/pages/users/UserFingerprintsList/UserSceneLine.tsx type Props (line 14) | interface Props { FILE: frontend/src/pages/users/UserForm.tsx type UserFormData (line 35) | type UserFormData = yup.Asserts; type UserData (line 37) | type UserData = { type UserProps (line 44) | interface UserProps { FILE: frontend/src/pages/users/UserNotificationPreferences.tsx type Props (line 16) | interface Props { FILE: frontend/src/pages/users/UserPasswordForm.tsx type UserFormData (line 34) | type UserFormData = yup.InferType; type UserPasswordData (line 36) | type UserPasswordData = { type UserProps (line 41) | interface UserProps { FILE: frontend/src/pages/users/UserValidateChangeEmail.tsx type ValidateChangeEmailFormData (line 19) | type ValidateChangeEmailFormData = yup.Asserts; FILE: frontend/src/pages/users/Users.tsx constant PER_PAGE (line 18) | const PER_PAGE = 20; FILE: frontend/src/utils/date.ts constant MIN_DATE (line 32) | const MIN_DATE = Temporal.PlainDate.from("1900-01-01"); FILE: frontend/src/utils/edit.ts type Edits (line 5) | type Edits = NonNullable; type Details (line 7) | type Details = Edits["details"]; type Target (line 9) | type Target = NonNullable; type Tag (line 10) | type Tag = Target & { __typename: "Tag" }; type Performer (line 11) | type Performer = Target & { __typename: "Performer" }; type Studio (line 12) | type Studio = Target & { __typename: "Studio" }; type Scene (line 13) | type Scene = Target & { __typename: "Scene" }; type TypeName (line 15) | interface TypeName { FILE: frontend/src/utils/markdown.tsx type Props (line 7) | interface Props { FILE: frontend/src/utils/route.ts constant ROUTES_WITH_ID (line 48) | const ROUTES_WITH_ID = [ROUTE_PERFORMER, ROUTE_SCENE, ROUTE_STUDIO, ROUT... FILE: frontend/src/utils/transforms.ts type Image (line 33) | type Image = { FILE: frontend/src/utils/user.ts type PrivateUser (line 4) | type PrivateUser = NonNullable; type PublicUser (line 5) | type PublicUser = NonNullable; constant USER_STORAGE (line 7) | const USER_STORAGE = "stash_box_user"; FILE: internal/api/context_keys.go type key (line 5) | type key constant ContextRepo (line 8) | ContextRepo key = iota FILE: internal/api/directives.go function IsUserOwnerDirective (line 11) | func IsUserOwnerDirective(ctx context.Context, obj interface{}, next gra... function HasRoleDirective (line 19) | func HasRoleDirective(ctx context.Context, obj interface{}, next graphql... FILE: internal/api/draft_integration_test.go type draftTestRunner (line 12) | type draftTestRunner struct method testSubmitSceneDraft (line 22) | func (s *draftTestRunner) testSubmitSceneDraft() { method testSubmitPerformerDraft (line 51) | func (s *draftTestRunner) testSubmitPerformerDraft() { method testFindDraft (line 69) | func (s *draftTestRunner) testFindDraft() { method testFindDrafts (line 89) | func (s *draftTestRunner) testFindDrafts() { method testDestroyDraft (line 126) | func (s *draftTestRunner) testDestroyDraft() { method testSceneDraftTagResolution (line 176) | func (s *draftTestRunner) testSceneDraftTagResolution() { function createDraftTestRunner (line 16) | func createDraftTestRunner(t *testing.T) *draftTestRunner { function TestSubmitSceneDraft (line 151) | func TestSubmitSceneDraft(t *testing.T) { function TestSubmitPerformerDraft (line 156) | func TestSubmitPerformerDraft(t *testing.T) { function TestFindDraft (line 161) | func TestFindDraft(t *testing.T) { function TestFindDrafts (line 166) | func TestFindDrafts(t *testing.T) { function TestDestroyDraft (line 171) | func TestDestroyDraft(t *testing.T) { function TestSceneDraftTagResolution (line 253) | func TestSceneDraftTagResolution(t *testing.T) { FILE: internal/api/edit_amend_integration_test.go type editAmendTestRunner (line 12) | type editAmendTestRunner struct method testAmendClosedEdit (line 22) | func (s *editAmendTestRunner) testAmendClosedEdit() { method testAmendArrayItems (line 57) | func (s *editAmendTestRunner) testAmendArrayItems() { method testCannotAmendPendingEdit (line 92) | func (s *editAmendTestRunner) testCannotAmendPendingEdit() { method testNonModeratorCannotAmend (line 112) | func (s *editAmendTestRunner) testNonModeratorCannotAmend() { method testAmendRequiresReason (line 137) | func (s *editAmendTestRunner) testAmendRequiresReason() { method testAmendRequiresChanges (line 165) | func (s *editAmendTestRunner) testAmendRequiresChanges() { function createEditAmendTestRunner (line 16) | func createEditAmendTestRunner(t *testing.T) *editAmendTestRunner { function TestAmendClosedEdit (line 186) | func TestAmendClosedEdit(t *testing.T) { function TestAmendArrayItems (line 191) | func TestAmendArrayItems(t *testing.T) { function TestCannotAmendPendingEdit (line 196) | func TestCannotAmendPendingEdit(t *testing.T) { function TestNonModeratorCannotAmendEdit (line 201) | func TestNonModeratorCannotAmendEdit(t *testing.T) { function TestAmendRequiresReason (line 206) | func TestAmendRequiresReason(t *testing.T) { function TestAmendRequiresChanges (line 211) | func TestAmendRequiresChanges(t *testing.T) { FILE: internal/api/edit_delete_integration_test.go type editDeleteTestRunner (line 12) | type editDeleteTestRunner struct method testDeleteClosedEdit (line 22) | func (s *editDeleteTestRunner) testDeleteClosedEdit() { method testCannotDeletePendingEdit (line 54) | func (s *editDeleteTestRunner) testCannotDeletePendingEdit() { method testNonModeratorCannotDelete (line 80) | func (s *editDeleteTestRunner) testNonModeratorCannotDelete() { method testDeleteRejectedEdit (line 111) | func (s *editDeleteTestRunner) testDeleteRejectedEdit() { method testDeleteEditWithComments (line 142) | func (s *editDeleteTestRunner) testDeleteEditWithComments() { method testDeleteEditWithVotes (line 183) | func (s *editDeleteTestRunner) testDeleteEditWithVotes() { function createEditDeleteTestRunner (line 16) | func createEditDeleteTestRunner(t *testing.T) *editDeleteTestRunner { function TestDeleteClosedEdit (line 224) | func TestDeleteClosedEdit(t *testing.T) { function TestCannotDeletePendingEdit (line 229) | func TestCannotDeletePendingEdit(t *testing.T) { function TestNonModeratorCannotDeleteEdit (line 234) | func TestNonModeratorCannotDeleteEdit(t *testing.T) { function TestDeleteRejectedEdit (line 239) | func TestDeleteRejectedEdit(t *testing.T) { function TestDeleteEditWithComments (line 244) | func TestDeleteEditWithComments(t *testing.T) { function TestDeleteEditWithVotes (line 249) | func TestDeleteEditWithVotes(t *testing.T) { FILE: internal/api/edit_integration_test.go type editTestRunner (line 15) | type editTestRunner struct method testAdminCancelEdit (line 25) | func (s *editTestRunner) testAdminCancelEdit() { method verifyAdminCancelEdit (line 39) | func (s *editTestRunner) verifyAdminCancelEdit(edit *models.Edit) { method testOwnerCancelEdit (line 46) | func (s *editTestRunner) testOwnerCancelEdit() { method verifyOwnerCancelEdit (line 58) | func (s *editTestRunner) verifyOwnerCancelEdit(edit *models.Edit) { method testEditComment (line 65) | func (s *editTestRunner) testEditComment() { method verifyEditComment (line 79) | func (s *editTestRunner) verifyEditComment(edit *models.Edit, comment ... method testVotePermissionsPromotion (line 85) | func (s *editTestRunner) testVotePermissionsPromotion() { method verifyUserRolePromotion (line 109) | func (s *editTestRunner) verifyUserRolePromotion(user *models.User) { method testPositiveEditVoteApplication (line 121) | func (s *editTestRunner) testPositiveEditVoteApplication() { method verifyEditApplied (line 148) | func (s *editTestRunner) verifyEditApplied(edit *models.Edit) { method verifyEditRejected (line 152) | func (s *editTestRunner) verifyEditRejected(edit *models.Edit) { method testNegativeEditVoteApplication (line 156) | func (s *editTestRunner) testNegativeEditVoteApplication() { method testEditVoteNotApplying (line 183) | func (s *editTestRunner) testEditVoteNotApplying() { method verifyEditPending (line 219) | func (s *editTestRunner) verifyEditPending(edit *models.Edit) { method testDestructiveEditsNotAutoApplied (line 223) | func (s *editTestRunner) testDestructiveEditsNotAutoApplied() { method testVoteOwnedEditsDisallowed (line 251) | func (s *editTestRunner) testVoteOwnedEditsDisallowed() { method testQueryEdits (line 311) | func (s *editTestRunner) testQueryEdits() { method testBotFlag (line 574) | func (s *editTestRunner) testBotFlag() { function createEditTestRunner (line 19) | func createEditTestRunner(t *testing.T) *editTestRunner { function TestAdminCancelEdit (line 262) | func TestAdminCancelEdit(t *testing.T) { function TestOwnerCancelEdit (line 269) | func TestOwnerCancelEdit(t *testing.T) { function TestEditComment (line 276) | func TestEditComment(t *testing.T) { function TestVotePermissionsPromotion (line 281) | func TestVotePermissionsPromotion(t *testing.T) { function TestPositiveEditVoteApplication (line 286) | func TestPositiveEditVoteApplication(t *testing.T) { function TestNegativeEditVoteApplication (line 291) | func TestNegativeEditVoteApplication(t *testing.T) { function TestEditVoteNotApplying (line 296) | func TestEditVoteNotApplying(t *testing.T) { function TestDestructiveEditsNotAutoApplied (line 301) | func TestDestructiveEditsNotAutoApplied(t *testing.T) { function TestVoteOwnedEditsDisallowed (line 306) | func TestVoteOwnedEditsDisallowed(t *testing.T) { function TestQueryEdits (line 569) | func TestQueryEdits(t *testing.T) { function TestBotFlag (line 610) | func TestBotFlag(t *testing.T) { FILE: internal/api/field_test.go type fieldComparator (line 11) | type fieldComparator struct method strPtrStrPtr (line 15) | func (c *fieldComparator) strPtrStrPtr(expected *string, actual *strin... method strPtrNullStr (line 33) | func (c *fieldComparator) strPtrNullStr(expected *string, actual sql.N... method strPtrNullUUID (line 51) | func (c *fieldComparator) strPtrNullUUID(expected *string, actual uuid... method intPtrIntPtr (line 69) | func (c *fieldComparator) intPtrIntPtr(expected *int, actual *int, fie... method uuidPtrUUIDPtr (line 87) | func (c *fieldComparator) uuidPtrUUIDPtr(expected *uuid.UUID, actual *... method uuidPtrNullUUID (line 105) | func (c *fieldComparator) uuidPtrNullUUID(expected *uuid.UUID, actual ... FILE: internal/api/fingerprint_filter.go function filterMD5FingerprintInputs (line 6) | func filterMD5FingerprintInputs(fps []models.FingerprintInput) []models.... function filterMD5FingerprintQueryInputs (line 17) | func filterMD5FingerprintQueryInputs(fps [][]models.FingerprintQueryInpu... function filterMD5FingerprintEditInputs (line 31) | func filterMD5FingerprintEditInputs(fps []models.FingerprintEditInput) [... FILE: internal/api/graphql_client_test.go type idObject (line 15) | type idObject struct type performerAppearance (line 19) | type performerAppearance struct type fingerprint (line 25) | type fingerprint struct method FingerprintHash (line 35) | func (f fingerprint) FingerprintHash() models.FingerprintHash { type siteURL (line 40) | type siteURL struct type sceneOutput (line 45) | type sceneOutput struct method UUID (line 63) | func (s sceneOutput) UUID() uuid.UUID { type queryScenesResultType (line 67) | type queryScenesResultType struct type measurements (line 72) | type measurements struct type performerOutput (line 79) | type performerOutput struct method UUID (line 97) | func (p performerOutput) UUID() uuid.UUID { type studioOutput (line 101) | type studioOutput struct method UUID (line 111) | func (s studioOutput) UUID() uuid.UUID { type tagOutput (line 115) | type tagOutput struct method UUID (line 125) | func (t tagOutput) UUID() uuid.UUID { type siteOutput (line 129) | type siteOutput struct method UUID (line 138) | func (s siteOutput) UUID() uuid.UUID { type querySitesResultType (line 142) | type querySitesResultType struct type queryPerformersResultType (line 146) | type queryPerformersResultType struct type queryStudiosResultType (line 151) | type queryStudiosResultType struct type queryTagsResultType (line 156) | type queryTagsResultType struct type tagCategoryOutput (line 161) | type tagCategoryOutput struct method UUID (line 167) | func (tc tagCategoryOutput) UUID() uuid.UUID { type queryTagCategoriesResultType (line 171) | type queryTagCategoriesResultType struct type userOutput (line 176) | type userOutput struct method UUID (line 181) | func (u userOutput) UUID() uuid.UUID { type draftSubmissionStatusOutput (line 185) | type draftSubmissionStatusOutput struct method UUID (line 189) | func (d draftSubmissionStatusOutput) UUID() *uuid.UUID { type draftEntityOutput (line 197) | type draftEntityOutput struct type draftFingerprintOutput (line 202) | type draftFingerprintOutput struct type sceneDraftOutput (line 208) | type sceneDraftOutput struct type performerDraftOutput (line 222) | type performerDraftOutput struct type draftOutput (line 244) | type draftOutput struct method UUID (line 251) | func (d draftOutput) UUID() uuid.UUID { type notificationOutput (line 255) | type notificationOutput struct type queryNotificationsResultType (line 260) | type queryNotificationsResultType struct function makeFragment (line 265) | func makeFragment(t reflect.Type) string { type graphqlClient (line 292) | type graphqlClient struct method createScene (line 296) | func (c *graphqlClient) createScene(input models.SceneCreateInput) (*s... method findScene (line 314) | func (c *graphqlClient) findScene(id uuid.UUID) (*sceneOutput, error) { method findScenesBySceneFingerprints (line 332) | func (c *graphqlClient) findScenesBySceneFingerprints(sceneFingerprint... method queryScenes (line 350) | func (c *graphqlClient) queryScenes(input models.SceneQueryInput) (*qu... method updateScene (line 368) | func (c *graphqlClient) updateScene(updateInput models.SceneUpdateInpu... method destroyScene (line 386) | func (c *graphqlClient) destroyScene(input models.SceneDestroyInput) (... method submitFingerprint (line 402) | func (c *graphqlClient) submitFingerprint(input models.FingerprintSubm... method submitFingerprints (line 424) | func (c *graphqlClient) submitFingerprints(input []models.FingerprintB... method sceneMoveFingerprintSubmissions (line 455) | func (c *graphqlClient) sceneMoveFingerprintSubmissions(input models.M... method sceneDeleteFingerprintSubmissions (line 471) | func (c *graphqlClient) sceneDeleteFingerprintSubmissions(input models... method createPerformer (line 487) | func (c *graphqlClient) createPerformer(input models.PerformerCreateIn... method findPerformer (line 505) | func (c *graphqlClient) findPerformer(id uuid.UUID) (*performerOutput,... method createStudio (line 523) | func (c *graphqlClient) createStudio(input models.StudioCreateInput) (... method findStudio (line 541) | func (c *graphqlClient) findStudio(id uuid.UUID) (*studioOutput, error) { method createTag (line 559) | func (c *graphqlClient) createTag(input models.TagCreateInput) (*tagOu... method findSite (line 577) | func (c *graphqlClient) findSite(id uuid.UUID) (*siteOutput, error) { method querySites (line 595) | func (c *graphqlClient) querySites() (*querySitesResultType, error) { method updateSite (line 613) | func (c *graphqlClient) updateSite(input models.SiteUpdateInput) (*sit... method destroySite (line 631) | func (c *graphqlClient) destroySite(input models.SiteDestroyInput) (bo... method queryPerformers (line 647) | func (c *graphqlClient) queryPerformers(input models.PerformerQueryInp... method queryStudios (line 665) | func (c *graphqlClient) queryStudios(input models.StudioQueryInput) (*... method queryTags (line 683) | func (c *graphqlClient) queryTags(input models.TagQueryInput) (*queryT... method queryTagCategories (line 701) | func (c *graphqlClient) queryTagCategories() (*queryTagCategoriesResul... method findTagOrAlias (line 719) | func (c *graphqlClient) findTagOrAlias(name string) (*tagOutput, error) { method me (line 737) | func (c *graphqlClient) me() (*userOutput, error) { method favoritePerformer (line 755) | func (c *graphqlClient) favoritePerformer(id uuid.UUID, favorite bool)... method favoriteStudio (line 771) | func (c *graphqlClient) favoriteStudio(id uuid.UUID, favorite bool) (b... method submitSceneDraft (line 787) | func (c *graphqlClient) submitSceneDraft(input models.SceneDraftInput)... method submitPerformerDraft (line 805) | func (c *graphqlClient) submitPerformerDraft(input models.PerformerDra... method findDraft (line 823) | func (c *graphqlClient) findDraft(id uuid.UUID) (*draftOutput, error) { method findDraftWithTags (line 843) | func (c *graphqlClient) findDraftWithTags(id uuid.UUID) (*draftOutput,... method findDrafts (line 877) | func (c *graphqlClient) findDrafts() ([]draftOutput, error) { method destroyDraft (line 897) | func (c *graphqlClient) destroyDraft(id uuid.UUID) (bool, error) { method queryNotifications (line 913) | func (c *graphqlClient) queryNotifications(input models.QueryNotificat... method getUnreadNotificationCount (line 935) | func (c *graphqlClient) getUnreadNotificationCount() (int, error) { method updateNotificationSubscriptions (line 951) | func (c *graphqlClient) updateNotificationSubscriptions(subscriptions ... method markNotificationsRead (line 967) | func (c *graphqlClient) markNotificationsRead(notification *models.Mar... method getNotificationSubscriptions (line 983) | func (c *graphqlClient) getNotificationSubscriptions() ([]models.Notif... method deleteEdit (line 1003) | func (c *graphqlClient) deleteEdit(input models.DeleteEditInput) (bool... method amendEdit (line 1019) | func (c *graphqlClient) amendEdit(input models.AmendEditInput) (bool, ... type fingerprintSubmissionResultOutput (line 418) | type fingerprintSubmissionResultOutput struct FILE: internal/api/integration_test.go type userPopulator (line 27) | type userPopulator struct method PopulateDB (line 44) | func (p *userPopulator) PopulateDB(factory *service.Factory) error { function TestMain (line 154) | func TestMain(m *testing.M) { type testRunner (line 159) | type testRunner struct method doTest (line 241) | func (t *testRunner) doTest(test func()) { method fieldMismatch (line 249) | func (t *testRunner) fieldMismatch(expected interface{}, actual interf... method updateContext (line 254) | func (t *testRunner) updateContext(fields []string) context.Context { method generatePerformerName (line 266) | func (s *testRunner) generatePerformerName() string { method createTestPerformer (line 271) | func (s *testRunner) createTestPerformer(input *models.PerformerCreate... method createFullPerformerCreateInput (line 289) | func (s *testRunner) createFullPerformerCreateInput() *models.Performe... method generateStudioName (line 352) | func (s *testRunner) generateStudioName() string { method createTestStudio (line 357) | func (s *testRunner) createTestStudio(input *models.StudioCreateInput)... method generateTagName (line 375) | func (s *testRunner) generateTagName() string { method createTestTag (line 380) | func (s *testRunner) createTestTag(input *models.TagCreateInput) (*tag... method generateSceneName (line 398) | func (s *testRunner) generateSceneName() string { method createTestScene (line 403) | func (s *testRunner) createTestScene(input *models.SceneCreateInput) (... method generateSceneFingerprint (line 430) | func (s *testRunner) generateSceneFingerprint(userIDs []uuid.UUID) mod... method generateSceneFingerprintWithAlgorithm (line 434) | func (s *testRunner) generateSceneFingerprintWithAlgorithm(algorithm m... method generateUserName (line 448) | func (s *testRunner) generateUserName() string { method createTestUser (line 453) | func (s *testRunner) createTestUser(input *models.UserCreateInput, rol... method generateCategoryName (line 483) | func (s *testRunner) generateCategoryName() string { method createTestTagCategory (line 488) | func (s *testRunner) createTestTagCategory(input *models.TagCategoryCr... method createTestTagEdit (line 511) | func (s *testRunner) createTestTagEdit(operation models.OperationEnum,... method createTestStudioEdit (line 544) | func (s *testRunner) createTestStudioEdit(operation models.OperationEn... method applyEdit (line 577) | func (s *testRunner) applyEdit(id uuid.UUID) (*models.Edit, error) { method getEditTagDetails (line 593) | func (s *testRunner) getEditTagDetails(input *models.Edit) *models.Tag... method getEditTagTarget (line 602) | func (s *testRunner) getEditTagTarget(input *models.Edit) *models.Tag { method getEditStudioDetails (line 611) | func (s *testRunner) getEditStudioDetails(input *models.Edit) *models.... method getEditStudioTarget (line 620) | func (s *testRunner) getEditStudioTarget(input *models.Edit) *models.S... method verifyEditOperation (line 637) | func (s *testRunner) verifyEditOperation(operation string, edit *model... method verifyEditStatus (line 643) | func (s *testRunner) verifyEditStatus(status string, edit *models.Edit) { method verifyEditApplication (line 649) | func (s *testRunner) verifyEditApplication(applied bool, edit *models.... method verifyEditTargetType (line 655) | func (s *testRunner) verifyEditTargetType(targetType string, edit *mod... method verifyAppliedPerformerEdit (line 661) | func (s *testRunner) verifyAppliedPerformerEdit(edit *models.Edit) { method verifyAppliedSceneEdit (line 668) | func (s *testRunner) verifyAppliedSceneEdit(edit *models.Edit) { method createTestPerformerEdit (line 675) | func (s *testRunner) createTestPerformerEdit(operation models.Operatio... method getEditPerformerDetails (line 709) | func (s *testRunner) getEditPerformerDetails(input *models.Edit) *mode... method getEditPerformerTarget (line 718) | func (s *testRunner) getEditPerformerTarget(input *models.Edit) *model... method createPerformerEditDetailsInput (line 727) | func (s *testRunner) createPerformerEditDetailsInput() *models.Perform... method createFullSceneCreateInput (line 790) | func (s *testRunner) createFullSceneCreateInput() *models.SceneCreateI... method createSceneEditDetailsInput (line 823) | func (s *testRunner) createSceneEditDetailsInput() *models.SceneEditDe... method createFullSceneEditDetailsInput (line 853) | func (s *testRunner) createFullSceneEditDetailsInput() *models.SceneEd... method createTestSceneEdit (line 904) | func (s *testRunner) createTestSceneEdit(operation models.OperationEnu... method getEditSceneDetails (line 937) | func (s *testRunner) getEditSceneDetails(input *models.Edit) *models.S... method getEditSceneTarget (line 946) | func (s *testRunner) getEditSceneTarget(input *models.Edit) *models.Sc... method generateSiteName (line 955) | func (s *testRunner) generateSiteName() string { method createTestSite (line 960) | func (s *testRunner) createTestSite(input *models.SiteCreateInput) (*m... method compareSiteURLs (line 983) | func (s *testRunner) compareSiteURLs(input []models.URL, output []site... method getUserNotificationSubscriptions (line 1115) | func (s *testRunner) getUserNotificationSubscriptions() ([]models.Noti... function createTestRunner (line 176) | func createTestRunner(t *testing.T, u *models.User, roles []models.RoleE... function asAdmin (line 217) | func asAdmin(t *testing.T) *testRunner { function asModify (line 221) | func asModify(t *testing.T) *testRunner { function asModerate (line 225) | func asModerate(t *testing.T) *testRunner { function asRead (line 229) | func asRead(t *testing.T) *testRunner { function asNone (line 233) | func asNone(t *testing.T) *testRunner { function asEdit (line 237) | func asEdit(t *testing.T) *testRunner { function oneNil (line 629) | func oneNil(l interface{}, r interface{}) bool { function bothNil (line 633) | func bothNil(l interface{}, r interface{}) bool { function comparePerformers (line 995) | func comparePerformers(input []models.PerformerAppearanceInput, performe... function comparePerformersInput (line 1020) | func comparePerformersInput(input, performers []models.PerformerAppearan... function compareTags (line 1045) | func compareTags(tagIDs []uuid.UUID, tags []idObject) bool { function compareFingerprints (line 1060) | func compareFingerprints(input []models.FingerprintEditInput, fingerprin... function compareFingerprintsInput (line 1074) | func compareFingerprintsInput(input, fingerprints []models.FingerprintEd... function assertBodyMods (line 1088) | func assertBodyMods(t *testing.T, input []models.BodyModificationInput, ... FILE: internal/api/loaders.go function tagList (line 11) | func tagList(ctx context.Context, tagIDs []uuid.UUID) ([]models.Tag, err... function imageList (line 33) | func imageList(ctx context.Context, imageIDs []uuid.UUID) ([]models.Imag... FILE: internal/api/notification_integration_test.go type notificationTestRunner (line 15) | type notificationTestRunner struct method testNotificationOnCommentOwnEdit (line 26) | func (s *notificationTestRunner) testNotificationOnCommentOwnEdit() { method testNotificationOnDownvoteOwnEdit (line 83) | func (s *notificationTestRunner) testNotificationOnDownvoteOwnEdit() { method testNotificationOnFailedOwnEdit (line 129) | func (s *notificationTestRunner) testNotificationOnFailedOwnEdit() { method testNotificationOnAdminCancelEdit (line 161) | func (s *notificationTestRunner) testNotificationOnAdminCancelEdit() { method testMarkSpecificNotificationRead (line 204) | func (s *notificationTestRunner) testMarkSpecificNotificationRead() { method testMarkAllNotificationsRead (line 271) | func (s *notificationTestRunner) testMarkAllNotificationsRead() { method testNotificationSubscriptionRoleEnforcement (line 362) | func (s *notificationTestRunner) testNotificationSubscriptionRoleEnfor... method testQueryNotificationsPagination (line 436) | func (s *notificationTestRunner) testQueryNotificationsPagination() { method testQueryNotificationsTypeFilter (line 527) | func (s *notificationTestRunner) testQueryNotificationsTypeFilter() { method testNotificationOnFavoriteStudioScene (line 615) | func (s *notificationTestRunner) testNotificationOnFavoriteStudioScene... function createNotificationTestRunner (line 19) | func createNotificationTestRunner(t *testing.T) *notificationTestRunner { function pointerTo (line 327) | func pointerTo[T any](v T) *T { function TestNotificationOnCommentOwnEdit (line 331) | func TestNotificationOnCommentOwnEdit(t *testing.T) { function TestNotificationOnDownvoteOwnEdit (line 336) | func TestNotificationOnDownvoteOwnEdit(t *testing.T) { function TestNotificationOnFailedOwnEdit (line 341) | func TestNotificationOnFailedOwnEdit(t *testing.T) { function TestNotificationOnAdminCancelEdit (line 346) | func TestNotificationOnAdminCancelEdit(t *testing.T) { function TestMarkSpecificNotificationRead (line 351) | func TestMarkSpecificNotificationRead(t *testing.T) { function TestMarkAllNotificationsRead (line 356) | func TestMarkAllNotificationsRead(t *testing.T) { function TestNotificationSubscriptionRoleEnforcement (line 430) | func TestNotificationSubscriptionRoleEnforcement(t *testing.T) { function TestQueryNotificationsPagination (line 521) | func TestQueryNotificationsPagination(t *testing.T) { function TestQueryNotificationsTypeFilter (line 608) | func TestQueryNotificationsTypeFilter(t *testing.T) { function TestNotificationOnFavoriteStudioScene (line 684) | func TestNotificationOnFavoriteStudioScene(t *testing.T) { FILE: internal/api/performer_edit_integration_test.go type performerEditTestRunner (line 14) | type performerEditTestRunner struct method compareBodyModifications (line 33) | func (s *performerEditTestRunner) compareBodyModifications(input []mod... method testCreatePerformerEdit (line 45) | func (s *performerEditTestRunner) testCreatePerformerEdit() { method verifyCreatedPerformerEdit (line 52) | func (s *performerEditTestRunner) verifyCreatedPerformerEdit(input mod... method testFindEditById (line 63) | func (s *performerEditTestRunner) testFindEditById() { method testModifyPerformerEdit (line 73) | func (s *performerEditTestRunner) testModifyPerformerEdit() { method verifyUpdatedPerformerEdit (line 99) | func (s *performerEditTestRunner) verifyUpdatedPerformerEdit(originalP... method verifyPerformerEditDetails (line 108) | func (s *performerEditTestRunner) verifyPerformerEditDetails(input mod... method verifyPerformerEdit (line 203) | func (s *performerEditTestRunner) verifyPerformerEdit(input models.Per... method testDestroyPerformerEdit (line 336) | func (s *performerEditTestRunner) testDestroyPerformerEdit() { method verifyDestroyPerformerEdit (line 353) | func (s *performerEditTestRunner) verifyDestroyPerformerEdit(performer... method testMergePerformerEdit (line 364) | func (s *performerEditTestRunner) testMergePerformerEdit() { method verifyMergePerformerEdit (line 392) | func (s *performerEditTestRunner) verifyMergePerformerEdit(originalPer... method testApplyCreatePerformerEdit (line 409) | func (s *performerEditTestRunner) testApplyCreatePerformerEdit() { method verifyAppliedPerformerCreateEdit (line 419) | func (s *performerEditTestRunner) verifyAppliedPerformerCreateEdit(inp... method testApplyModifyPerformerEdit (line 431) | func (s *performerEditTestRunner) testApplyModifyPerformerEdit() { method testApplyModifyPerformerWithoutAliases (line 478) | func (s *performerEditTestRunner) testApplyModifyPerformerWithoutAlias... method testApplyModifyPerformerWithAliases (line 540) | func (s *performerEditTestRunner) testApplyModifyPerformerWithAliases() { method testApplyModifyUnsetPerformerEdit (line 581) | func (s *performerEditTestRunner) testApplyModifyUnsetPerformerEdit() { method testApplyDestroyPerformerEdit (line 647) | func (s *performerEditTestRunner) testApplyDestroyPerformerEdit() { method verifyApplyDestroyPerformerEdit (line 681) | func (s *performerEditTestRunner) verifyApplyDestroyPerformerEdit(dest... method testApplyMergePerformerEdit (line 693) | func (s *performerEditTestRunner) testApplyMergePerformerEdit() { method verifyAppliedMergePerformerEdit (line 794) | func (s *performerEditTestRunner) verifyAppliedMergePerformerEdit(inpu... method verifyPerformanceAlias (line 818) | func (s *performerEditTestRunner) verifyPerformanceAlias(scene *sceneO... method testApplyMergePerformerEditWithoutAlias (line 830) | func (s *performerEditTestRunner) testApplyMergePerformerEditWithoutAl... method testPerformerEditUpdate (line 915) | func (s *performerEditTestRunner) testPerformerEditUpdate() { method testQueryExistingPerformer (line 1051) | func (s *performerEditTestRunner) testQueryExistingPerformer() { method testApplyModifyPerformerEnumFields (line 1256) | func (s *performerEditTestRunner) testApplyModifyPerformerEnumFields() { function contains (line 18) | func contains(slice []uuid.UUID, item uuid.UUID) bool { function createPerformerEditTestRunner (line 27) | func createPerformerEditTestRunner(t *testing.T) *performerEditTestRunner { method testChangeURLSite (line 871) | func (s *performerTestRunner) testChangeURLSite() { function TestCreatePerformerEdit (line 985) | func TestCreatePerformerEdit(t *testing.T) { function TestModifyPerformerEdit (line 990) | func TestModifyPerformerEdit(t *testing.T) { function TestDestroyPerformerEdit (line 995) | func TestDestroyPerformerEdit(t *testing.T) { function TestMergePerformerEdit (line 1000) | func TestMergePerformerEdit(t *testing.T) { function TestApplyCreatePerformerEdit (line 1005) | func TestApplyCreatePerformerEdit(t *testing.T) { function TestApplyModifyPerformerEdit (line 1010) | func TestApplyModifyPerformerEdit(t *testing.T) { function TestApplyModifyPerformerEditOptions (line 1015) | func TestApplyModifyPerformerEditOptions(t *testing.T) { function TestApplyMergePerformerEditWithoutAlias (line 1021) | func TestApplyMergePerformerEditWithoutAlias(t *testing.T) { function TestApplyModifyUnsetPerformerEdit (line 1026) | func TestApplyModifyUnsetPerformerEdit(t *testing.T) { function TestApplyDestroyPerformerEdit (line 1031) | func TestApplyDestroyPerformerEdit(t *testing.T) { function TestApplyMergePerformerEdit (line 1036) | func TestApplyMergePerformerEdit(t *testing.T) { function TestChangeURLSite (line 1041) | func TestChangeURLSite(t *testing.T) { function TestPerformerEditUpdate (line 1046) | func TestPerformerEditUpdate(t *testing.T) { function TestQueryExistingPerformer (line 1251) | func TestQueryExistingPerformer(t *testing.T) { function TestApplyModifyPerformerEnumFields (line 1311) | func TestApplyModifyPerformerEnumFields(t *testing.T) { FILE: internal/api/performer_integration_test.go type performerTestRunner (line 14) | type performerTestRunner struct method testCreatePerformer (line 24) | func (s *performerTestRunner) testCreatePerformer() { method verifyCreatedPerformer (line 87) | func (s *performerTestRunner) verifyCreatedPerformer(input models.Perf... method testFindPerformer (line 145) | func (s *performerTestRunner) testFindPerformer() { method testUpdatePerformer (line 158) | func (s *performerTestRunner) testUpdatePerformer() { method verifyUpdatedPerformer (line 250) | func (s *performerTestRunner) verifyUpdatedPerformer(input models.Perf... method testDestroyPerformer (line 287) | func (s *performerTestRunner) testDestroyPerformer() { method testQueryPerformers (line 308) | func (s *performerTestRunner) testQueryPerformers() { method testQueryPerformersBirthdate (line 353) | func (s *performerTestRunner) testQueryPerformersBirthdate() { method testQueryPerformersByAgeAndBirthYear (line 513) | func (s *performerTestRunner) testQueryPerformersByAgeAndBirthYear() { method testQueryPerformersSceneCountSort (line 673) | func (s *performerTestRunner) testQueryPerformersSceneCountSort() { function createPerformerTestRunner (line 18) | func createPerformerTestRunner(t *testing.T) *performerTestRunner { function TestCreatePerformer (line 490) | func TestCreatePerformer(t *testing.T) { function TestFindPerformer (line 495) | func TestFindPerformer(t *testing.T) { function TestUpdatePerformer (line 500) | func TestUpdatePerformer(t *testing.T) { function TestDestroyPerformer (line 508) | func TestDestroyPerformer(t *testing.T) { function TestQueryPerformers (line 816) | func TestQueryPerformers(t *testing.T) { function TestQueryPerformersBirthdate (line 821) | func TestQueryPerformersBirthdate(t *testing.T) { function TestQueryPerformersByAgeAndBirthYear (line 826) | func TestQueryPerformersByAgeAndBirthYear(t *testing.T) { function TestQueryPerformersSceneCountSort (line 831) | func TestQueryPerformersSceneCountSort(t *testing.T) { FILE: internal/api/performer_resolver_integration_test.go type performerResolverTestRunner (line 13) | type performerResolverTestRunner struct method testPerformerImages (line 24) | func (s *performerResolverTestRunner) testPerformerImages() { method testPerformerDeleted (line 39) | func (s *performerResolverTestRunner) testPerformerDeleted() { method testPerformerEdits (line 67) | func (s *performerResolverTestRunner) testPerformerEdits() { method testPerformerSceneCount (line 102) | func (s *performerResolverTestRunner) testPerformerSceneCount() { method testPerformerScenes (line 139) | func (s *performerResolverTestRunner) testPerformerScenes() { method testPerformerStudios (line 192) | func (s *performerResolverTestRunner) testPerformerStudios() { method testPerformerCreatedUpdated (line 264) | func (s *performerResolverTestRunner) testPerformerCreatedUpdated() { method testPerformerAge (line 303) | func (s *performerResolverTestRunner) testPerformerAge() { method testPerformerAliases (line 354) | func (s *performerResolverTestRunner) testPerformerAliases() { method testPerformerUrls (line 383) | func (s *performerResolverTestRunner) testPerformerUrls() { method testPerformerBirthdate (line 416) | func (s *performerResolverTestRunner) testPerformerBirthdate() { method testPerformerTattoosAndPiercings (line 446) | func (s *performerResolverTestRunner) testPerformerTattoosAndPiercings... function createPerformerResolverTestRunner (line 17) | func createPerformerResolverTestRunner(t *testing.T) *performerResolverT... function TestPerformerImages (line 480) | func TestPerformerImages(t *testing.T) { function TestPerformerDeleted (line 485) | func TestPerformerDeleted(t *testing.T) { function TestPerformerEdits (line 490) | func TestPerformerEdits(t *testing.T) { function TestPerformerSceneCount (line 495) | func TestPerformerSceneCount(t *testing.T) { function TestPerformerScenes (line 500) | func TestPerformerScenes(t *testing.T) { function TestPerformerStudios (line 505) | func TestPerformerStudios(t *testing.T) { function TestPerformerCreatedUpdated (line 510) | func TestPerformerCreatedUpdated(t *testing.T) { function TestPerformerAge (line 515) | func TestPerformerAge(t *testing.T) { function TestPerformerAliases (line 520) | func TestPerformerAliases(t *testing.T) { function TestPerformerUrls (line 525) | func TestPerformerUrls(t *testing.T) { function TestPerformerBirthdate (line 530) | func TestPerformerBirthdate(t *testing.T) { function TestPerformerTattoosAndPiercings (line 535) | func TestPerformerTattoosAndPiercings(t *testing.T) { FILE: internal/api/resolver.go type Resolver (line 11) | type Resolver struct method Mutation (line 21) | func (r *Resolver) Mutation() models.MutationResolver { method Edit (line 24) | func (r *Resolver) Edit() models.EditResolver { method EditComment (line 27) | func (r *Resolver) EditComment() models.EditCommentResolver { method EditVote (line 30) | func (r *Resolver) EditVote() models.EditVoteResolver { method Performer (line 33) | func (r *Resolver) Performer() models.PerformerResolver { method PerformerEdit (line 36) | func (r *Resolver) PerformerEdit() models.PerformerEditResolver { method StudioEdit (line 39) | func (r *Resolver) StudioEdit() models.StudioEditResolver { method TagEdit (line 42) | func (r *Resolver) TagEdit() models.TagEditResolver { method SceneEdit (line 45) | func (r *Resolver) SceneEdit() models.SceneEditResolver { method Tag (line 48) | func (r *Resolver) Tag() models.TagResolver { method TagCategory (line 51) | func (r *Resolver) TagCategory() models.TagCategoryResolver { method Image (line 54) | func (r *Resolver) Image() models.ImageResolver { method Studio (line 57) | func (r *Resolver) Studio() models.StudioResolver { method Scene (line 60) | func (r *Resolver) Scene() models.SceneResolver { method Site (line 63) | func (r *Resolver) Site() models.SiteResolver { method URL (line 66) | func (r *Resolver) URL() models.URLResolver { method User (line 69) | func (r *Resolver) User() models.UserResolver { method Query (line 72) | func (r *Resolver) Query() models.QueryResolver { method QueryPerformersResultType (line 75) | func (r *Resolver) QueryPerformersResultType() models.QueryPerformersR... method QueryScenesResultType (line 78) | func (r *Resolver) QueryScenesResultType() models.QueryScenesResultTyp... method QueryEditsResultType (line 81) | func (r *Resolver) QueryEditsResultType() models.QueryEditsResultTypeR... method Draft (line 84) | func (r *Resolver) Draft() models.DraftResolver { method PerformerDraft (line 87) | func (r *Resolver) PerformerDraft() models.PerformerDraftResolver { method SceneDraft (line 90) | func (r *Resolver) SceneDraft() models.SceneDraftResolver { method QueryExistingSceneResult (line 93) | func (r *Resolver) QueryExistingSceneResult() models.QueryExistingScen... method QueryExistingPerformerResult (line 96) | func (r *Resolver) QueryExistingPerformerResult() models.QueryExisting... method QueryNotificationsResult (line 99) | func (r *Resolver) QueryNotificationsResult() models.QueryNotification... method Notification (line 102) | func (r *Resolver) Notification() models.NotificationResolver { method QueryModAuditsResultType (line 105) | func (r *Resolver) QueryModAuditsResultType() models.QueryModAuditsRes... method ModAudit (line 108) | func (r *Resolver) ModAudit() models.ModAuditResolver { function NewResolver (line 15) | func NewResolver(fac service.Factory) *Resolver { type mutationResolver (line 112) | type mutationResolver struct type queryResolver (line 114) | type queryResolver struct method Version (line 116) | func (r *queryResolver) Version(ctx context.Context) (*models.Version,... method GetConfig (line 127) | func (r *queryResolver) GetConfig(ctx context.Context) (*models.StashB... FILE: internal/api/resolver_model_draft.go type draftResolver (line 12) | type draftResolver struct method Created (line 14) | func (r *draftResolver) Created(ctx context.Context, obj *models.Draft... method Expires (line 18) | func (r *draftResolver) Expires(ctx context.Context, obj *models.Draft... method Data (line 24) | func (r *draftResolver) Data(ctx context.Context, obj *models.Draft) (... FILE: internal/api/resolver_model_edit.go type editResolver (line 13) | type editResolver struct method ID (line 15) | func (r *editResolver) ID(ctx context.Context, obj *models.Edit) (stri... method User (line 19) | func (r *editResolver) User(ctx context.Context, obj *models.Edit) (*m... method Created (line 27) | func (r *editResolver) Created(ctx context.Context, obj *models.Edit) ... method Updated (line 31) | func (r *editResolver) Updated(ctx context.Context, obj *models.Edit) ... method Closed (line 35) | func (r *editResolver) Closed(ctx context.Context, obj *models.Edit) (... method Expires (line 39) | func (r *editResolver) Expires(ctx context.Context, obj *models.Edit) ... method Target (line 62) | func (r *editResolver) Target(ctx context.Context, obj *models.Edit) (... method TargetType (line 74) | func (r *editResolver) TargetType(ctx context.Context, obj *models.Edi... method MergeSources (line 83) | func (r *editResolver) MergeSources(ctx context.Context, obj *models.E... method Operation (line 96) | func (r *editResolver) Operation(ctx context.Context, obj *models.Edit... method Details (line 105) | func (r *editResolver) Details(ctx context.Context, obj *models.Edit) ... method OldDetails (line 152) | func (r *editResolver) OldDetails(ctx context.Context, obj *models.Edi... method Comments (line 187) | func (r *editResolver) Comments(ctx context.Context, obj *models.Edit)... method Votes (line 191) | func (r *editResolver) Votes(ctx context.Context, obj *models.Edit) ([... method Status (line 195) | func (r *editResolver) Status(ctx context.Context, obj *models.Edit) (... method Options (line 204) | func (r *editResolver) Options(ctx context.Context, obj *models.Edit) ... method Destructive (line 220) | func (r *editResolver) Destructive(ctx context.Context, obj *models.Ed... method Updatable (line 224) | func (r *editResolver) Updatable(ctx context.Context, obj *models.Edit... FILE: internal/api/resolver_model_edit_comment.go type editCommentResolver (line 10) | type editCommentResolver struct method ID (line 12) | func (r *editCommentResolver) ID(ctx context.Context, obj *models.Edit... method Comment (line 16) | func (r *editCommentResolver) Comment(ctx context.Context, obj *models... method Date (line 20) | func (r *editCommentResolver) Date(ctx context.Context, obj *models.Ed... method User (line 24) | func (r *editCommentResolver) User(ctx context.Context, obj *models.Ed... method Edit (line 32) | func (r *editCommentResolver) Edit(ctx context.Context, obj *models.Ed... FILE: internal/api/resolver_model_edit_vote.go type editVoteResolver (line 12) | type editVoteResolver struct method Vote (line 14) | func (r *editVoteResolver) Vote(ctx context.Context, obj *models.EditV... method Date (line 22) | func (r *editVoteResolver) Date(ctx context.Context, obj *models.EditV... method User (line 26) | func (r *editVoteResolver) User(ctx context.Context, obj *models.EditV... FILE: internal/api/resolver_model_image.go type imageResolver (line 9) | type imageResolver struct method ID (line 11) | func (r *imageResolver) ID(ctx context.Context, obj *models.Image) (st... method URL (line 14) | func (r *imageResolver) URL(ctx context.Context, obj *models.Image) (s... FILE: internal/api/resolver_model_notification.go type notificationResolver (line 11) | type notificationResolver struct method Created (line 13) | func (r *notificationResolver) Created(ctx context.Context, obj *model... method Read (line 17) | func (r *notificationResolver) Read(ctx context.Context, obj *models.N... method Data (line 21) | func (r *notificationResolver) Data(ctx context.Context, obj *models.N... FILE: internal/api/resolver_model_performer.go type performerResolver (line 16) | type performerResolver struct method ID (line 18) | func (r *performerResolver) ID(ctx context.Context, obj *models.Perfor... method Aliases (line 22) | func (r *performerResolver) Aliases(ctx context.Context, obj *models.P... method Urls (line 33) | func (r *performerResolver) Urls(ctx context.Context, obj *models.Perf... method Birthdate (line 38) | func (r *performerResolver) Birthdate(ctx context.Context, obj *models... method Age (line 42) | func (r *performerResolver) Age(ctx context.Context, obj *models.Perfo... method Measurements (line 71) | func (r *performerResolver) Measurements(ctx context.Context, obj *mod... method Tattoos (line 81) | func (r *performerResolver) Tattoos(ctx context.Context, obj *models.P... method Piercings (line 85) | func (r *performerResolver) Piercings(ctx context.Context, obj *models... method Images (line 89) | func (r *performerResolver) Images(ctx context.Context, obj *models.Pe... method Edits (line 99) | func (r *performerResolver) Edits(ctx context.Context, obj *models.Per... method SceneCount (line 103) | func (r *performerResolver) SceneCount(ctx context.Context, obj *model... method Scenes (line 107) | func (r *performerResolver) Scenes(ctx context.Context, obj *models.Pe... method MergedIds (line 144) | func (r *performerResolver) MergedIds(ctx context.Context, obj *models... method MergedIntoID (line 148) | func (r *performerResolver) MergedIntoID(ctx context.Context, obj *mod... method Studios (line 158) | func (r *performerResolver) Studios(ctx context.Context, obj *models.P... method IsFavorite (line 162) | func (r *performerResolver) IsFavorite(ctx context.Context, obj *model... FILE: internal/api/resolver_model_performer_draft.go type performerDraftResolver (line 9) | type performerDraftResolver struct method ID (line 11) | func (r *performerDraftResolver) ID(ctx context.Context, obj *models.P... method Image (line 19) | func (r *performerDraftResolver) Image(ctx context.Context, obj *model... FILE: internal/api/resolver_model_performer_edit.go type performerEditResolver (line 10) | type performerEditResolver struct method Gender (line 12) | func (r *performerEditResolver) Gender(ctx context.Context, obj *model... method HairColor (line 21) | func (r *performerEditResolver) HairColor(ctx context.Context, obj *mo... method EyeColor (line 30) | func (r *performerEditResolver) EyeColor(ctx context.Context, obj *mod... method Ethnicity (line 39) | func (r *performerEditResolver) Ethnicity(ctx context.Context, obj *mo... method BreastType (line 48) | func (r *performerEditResolver) BreastType(ctx context.Context, obj *m... method AddedImages (line 57) | func (r *performerEditResolver) AddedImages(ctx context.Context, obj *... method RemovedImages (line 61) | func (r *performerEditResolver) RemovedImages(ctx context.Context, obj... method Images (line 65) | func (r *performerEditResolver) Images(ctx context.Context, obj *model... method Urls (line 69) | func (r *performerEditResolver) Urls(ctx context.Context, obj *models.... method Aliases (line 73) | func (r *performerEditResolver) Aliases(ctx context.Context, obj *mode... method Tattoos (line 77) | func (r *performerEditResolver) Tattoos(ctx context.Context, obj *mode... method Piercings (line 81) | func (r *performerEditResolver) Piercings(ctx context.Context, obj *mo... FILE: internal/api/resolver_model_scene.go type sceneResolver (line 12) | type sceneResolver struct method ID (line 14) | func (r *sceneResolver) ID(ctx context.Context, obj *models.Scene) (st... method Date (line 19) | func (r *sceneResolver) Date(ctx context.Context, obj *models.Scene) (... method ReleaseDate (line 27) | func (r *sceneResolver) ReleaseDate(ctx context.Context, obj *models.S... method Studio (line 31) | func (r *sceneResolver) Studio(ctx context.Context, obj *models.Scene)... method Tags (line 44) | func (r *sceneResolver) Tags(ctx context.Context, obj *models.Scene) (... method Images (line 52) | func (r *sceneResolver) Images(ctx context.Context, obj *models.Scene)... method Performers (line 63) | func (r *sceneResolver) Performers(ctx context.Context, obj *models.Sc... method Fingerprints (line 86) | func (r *sceneResolver) Fingerprints(ctx context.Context, obj *models.... method Urls (line 93) | func (r *sceneResolver) Urls(ctx context.Context, obj *models.Scene) (... method Edits (line 97) | func (r *sceneResolver) Edits(ctx context.Context, obj *models.Scene) ... method Created (line 101) | func (r *sceneResolver) Created(ctx context.Context, obj *models.Scene... method Updated (line 105) | func (r *sceneResolver) Updated(ctx context.Context, obj *models.Scene... FILE: internal/api/resolver_model_scene_draft.go type sceneDraftResolver (line 9) | type sceneDraftResolver struct method ID (line 11) | func (r *sceneDraftResolver) ID(ctx context.Context, obj *models.Scene... method Image (line 19) | func (r *sceneDraftResolver) Image(ctx context.Context, obj *models.Sc... method Performers (line 27) | func (r *sceneDraftResolver) Performers(ctx context.Context, obj *mode... method Tags (line 31) | func (r *sceneDraftResolver) Tags(ctx context.Context, obj *models.Sce... method Studio (line 35) | func (r *sceneDraftResolver) Studio(ctx context.Context, obj *models.S... FILE: internal/api/resolver_model_scene_edit.go type sceneEditResolver (line 11) | type sceneEditResolver struct method Studio (line 13) | func (r *sceneEditResolver) Studio(ctx context.Context, obj *models.Sc... method performerAppearanceList (line 21) | func (r *sceneEditResolver) performerAppearanceList(ctx context.Contex... method AddedPerformers (line 49) | func (r *sceneEditResolver) AddedPerformers(ctx context.Context, obj *... method RemovedPerformers (line 53) | func (r *sceneEditResolver) RemovedPerformers(ctx context.Context, obj... method AddedTags (line 57) | func (r *sceneEditResolver) AddedTags(ctx context.Context, obj *models... method RemovedTags (line 61) | func (r *sceneEditResolver) RemovedTags(ctx context.Context, obj *mode... method AddedImages (line 65) | func (r *sceneEditResolver) AddedImages(ctx context.Context, obj *mode... method RemovedImages (line 69) | func (r *sceneEditResolver) RemovedImages(ctx context.Context, obj *mo... method fingerprintList (line 73) | func (r *sceneEditResolver) fingerprintList(ctx context.Context, finge... method AddedFingerprints (line 87) | func (r *sceneEditResolver) AddedFingerprints(ctx context.Context, obj... method RemovedFingerprints (line 91) | func (r *sceneEditResolver) RemovedFingerprints(ctx context.Context, o... method Fingerprints (line 95) | func (r *sceneEditResolver) Fingerprints(ctx context.Context, obj *mod... method Images (line 110) | func (r *sceneEditResolver) Images(ctx context.Context, obj *models.Sc... method Tags (line 114) | func (r *sceneEditResolver) Tags(ctx context.Context, obj *models.Scen... method Performers (line 118) | func (r *sceneEditResolver) Performers(ctx context.Context, obj *model... method Urls (line 122) | func (r *sceneEditResolver) Urls(ctx context.Context, obj *models.Scen... FILE: internal/api/resolver_model_site.go type siteResolver (line 11) | type siteResolver struct method ValidTypes (line 13) | func (r *siteResolver) ValidTypes(ctx context.Context, obj *models.Sit... method Created (line 25) | func (r *siteResolver) Created(ctx context.Context, obj *models.Site) ... method Updated (line 29) | func (r *siteResolver) Updated(ctx context.Context, obj *models.Site) ... method Icon (line 33) | func (r *siteResolver) Icon(ctx context.Context, obj *models.Site) (st... FILE: internal/api/resolver_model_studio.go type studioResolver (line 13) | type studioResolver struct method ID (line 15) | func (r *studioResolver) ID(ctx context.Context, obj *models.Studio) (... method Urls (line 19) | func (r *studioResolver) Urls(ctx context.Context, obj *models.Studio)... method Parent (line 23) | func (r *studioResolver) Parent(ctx context.Context, obj *models.Studi... method ChildStudios (line 31) | func (r *studioResolver) ChildStudios(ctx context.Context, obj *models... method SubStudios (line 35) | func (r *studioResolver) SubStudios(ctx context.Context, obj *models.S... method Images (line 47) | func (r *studioResolver) Images(ctx context.Context, obj *models.Studi... method IsFavorite (line 55) | func (r *studioResolver) IsFavorite(ctx context.Context, obj *models.S... method Created (line 59) | func (r *studioResolver) Created(ctx context.Context, obj *models.Stud... method Updated (line 63) | func (r *studioResolver) Updated(ctx context.Context, obj *models.Stud... method Performers (line 67) | func (r *studioResolver) Performers(ctx context.Context, obj *models.S... method Aliases (line 74) | func (r *studioResolver) Aliases(ctx context.Context, obj *models.Stud... FILE: internal/api/resolver_model_studio_edit.go type studioEditResolver (line 9) | type studioEditResolver struct method Parent (line 11) | func (r *studioEditResolver) Parent(ctx context.Context, obj *models.S... method AddedImages (line 19) | func (r *studioEditResolver) AddedImages(ctx context.Context, obj *mod... method RemovedImages (line 23) | func (r *studioEditResolver) RemovedImages(ctx context.Context, obj *m... method Images (line 27) | func (r *studioEditResolver) Images(ctx context.Context, obj *models.S... method Urls (line 31) | func (r *studioEditResolver) Urls(ctx context.Context, obj *models.Stu... FILE: internal/api/resolver_model_tag.go type tagResolver (line 12) | type tagResolver struct method ID (line 14) | func (r *tagResolver) ID(ctx context.Context, obj *models.Tag) (string... method Description (line 17) | func (r *tagResolver) Description(ctx context.Context, obj *models.Tag... method Aliases (line 20) | func (r *tagResolver) Aliases(ctx context.Context, obj *models.Tag) ([... method Edits (line 32) | func (r *tagResolver) Edits(ctx context.Context, obj *models.Tag) ([]m... method Category (line 36) | func (r *tagResolver) Category(ctx context.Context, obj *models.Tag) (... method Created (line 43) | func (r *tagResolver) Created(ctx context.Context, obj *models.Tag) (*... method Updated (line 47) | func (r *tagResolver) Updated(ctx context.Context, obj *models.Tag) (*... FILE: internal/api/resolver_model_tag_category.go type tagCategoryResolver (line 10) | type tagCategoryResolver struct method ID (line 12) | func (r *tagCategoryResolver) ID(ctx context.Context, obj *models.TagC... method Name (line 16) | func (r *tagCategoryResolver) Name(ctx context.Context, obj *models.Ta... method Group (line 20) | func (r *tagCategoryResolver) Group(ctx context.Context, obj *models.T... FILE: internal/api/resolver_model_tag_edit.go type tagEditResolver (line 9) | type tagEditResolver struct method Category (line 11) | func (r *tagEditResolver) Category(ctx context.Context, obj *models.Ta... method Aliases (line 19) | func (r *tagEditResolver) Aliases(ctx context.Context, obj *models.Tag... FILE: internal/api/resolver_model_url.go type urlResolver (line 11) | type urlResolver struct method URL (line 13) | func (r *urlResolver) URL(ctx context.Context, obj *models.URL) (strin... method Site (line 17) | func (r *urlResolver) Site(ctx context.Context, obj *models.URL) (*mod... method Type (line 21) | func (r *urlResolver) Type(ctx context.Context, obj *models.URL) (stri... FILE: internal/api/resolver_model_user.go type userResolver (line 10) | type userResolver struct method ID (line 12) | func (r *userResolver) ID(ctx context.Context, user *models.User) (str... method Roles (line 16) | func (r *userResolver) Roles(ctx context.Context, user *models.User) (... method VoteCount (line 27) | func (r *userResolver) VoteCount(ctx context.Context, obj *models.User... method EditCount (line 31) | func (r *userResolver) EditCount(ctx context.Context, obj *models.User... method InvitedBy (line 35) | func (r *userResolver) InvitedBy(ctx context.Context, user *models.Use... method ActiveInviteCodes (line 43) | func (r *userResolver) ActiveInviteCodes(ctx context.Context, user *mo... method InviteCodes (line 65) | func (r *userResolver) InviteCodes(ctx context.Context, user *models.U... method NotificationSubscriptions (line 78) | func (r *userResolver) NotificationSubscriptions(ctx context.Context, ... FILE: internal/api/resolver_mutation_draft.go method SubmitSceneDraft (line 12) | func (r *mutationResolver) SubmitSceneDraft(ctx context.Context, input m... method SubmitPerformerDraft (line 22) | func (r *mutationResolver) SubmitPerformerDraft(ctx context.Context, inp... method DestroyDraft (line 30) | func (r *mutationResolver) DestroyDraft(ctx context.Context, id uuid.UUI... method createImage (line 34) | func (r *mutationResolver) createImage(ctx context.Context, file *graphq... FILE: internal/api/resolver_mutation_edit.go method SceneEdit (line 11) | func (r *mutationResolver) SceneEdit(ctx context.Context, input models.S... method SceneEditUpdate (line 23) | func (r *mutationResolver) SceneEditUpdate(ctx context.Context, id uuid.... method StudioEdit (line 35) | func (r *mutationResolver) StudioEdit(ctx context.Context, input models.... method StudioEditUpdate (line 43) | func (r *mutationResolver) StudioEditUpdate(ctx context.Context, id uuid... method TagEdit (line 51) | func (r *mutationResolver) TagEdit(ctx context.Context, input models.Tag... method TagEditUpdate (line 59) | func (r *mutationResolver) TagEditUpdate(ctx context.Context, id uuid.UU... method PerformerEdit (line 67) | func (r *mutationResolver) PerformerEdit(ctx context.Context, input mode... method PerformerEditUpdate (line 75) | func (r *mutationResolver) PerformerEditUpdate(ctx context.Context, id u... method EditVote (line 83) | func (r *mutationResolver) EditVote(ctx context.Context, input models.Ed... method EditComment (line 98) | func (r *mutationResolver) EditComment(ctx context.Context, input models... method CancelEdit (line 106) | func (r *mutationResolver) CancelEdit(ctx context.Context, input models.... method ApplyEdit (line 115) | func (r *mutationResolver) ApplyEdit(ctx context.Context, input models.A... method DeleteEdit (line 124) | func (r *mutationResolver) DeleteEdit(ctx context.Context, input models.... method AmendEdit (line 129) | func (r *mutationResolver) AmendEdit(ctx context.Context, input models.A... FILE: internal/api/resolver_mutation_image.go method ImageCreate (line 9) | func (r *mutationResolver) ImageCreate(ctx context.Context, input models... method ImageDestroy (line 13) | func (r *mutationResolver) ImageDestroy(ctx context.Context, input model... FILE: internal/api/resolver_mutation_notifications.go method MarkNotificationsRead (line 10) | func (r *mutationResolver) MarkNotificationsRead(ctx context.Context, no... method UpdateNotificationSubscriptions (line 21) | func (r *mutationResolver) UpdateNotificationSubscriptions(ctx context.C... FILE: internal/api/resolver_mutation_performer.go method PerformerCreate (line 12) | func (r *mutationResolver) PerformerCreate(ctx context.Context, input mo... method PerformerUpdate (line 16) | func (r *mutationResolver) PerformerUpdate(ctx context.Context, input mo... method PerformerDestroy (line 20) | func (r *mutationResolver) PerformerDestroy(ctx context.Context, input m... method FavoritePerformer (line 29) | func (r *mutationResolver) FavoritePerformer(ctx context.Context, id uui... FILE: internal/api/resolver_mutation_scene.go method SceneCreate (line 10) | func (r *mutationResolver) SceneCreate(ctx context.Context, input models... method SceneUpdate (line 17) | func (r *mutationResolver) SceneUpdate(ctx context.Context, input models... method SceneDestroy (line 24) | func (r *mutationResolver) SceneDestroy(ctx context.Context, input model... method SubmitFingerprint (line 30) | func (r *mutationResolver) SubmitFingerprint(ctx context.Context, input ... method SubmitFingerprints (line 40) | func (r *mutationResolver) SubmitFingerprints(ctx context.Context, input... method SceneMoveFingerprintSubmissions (line 50) | func (r *mutationResolver) SceneMoveFingerprintSubmissions(ctx context.C... method SceneDeleteFingerprintSubmissions (line 56) | func (r *mutationResolver) SceneDeleteFingerprintSubmissions(ctx context... FILE: internal/api/resolver_mutation_site.go method SiteCreate (line 9) | func (r *mutationResolver) SiteCreate(ctx context.Context, input models.... method SiteUpdate (line 13) | func (r *mutationResolver) SiteUpdate(ctx context.Context, input models.... method SiteDestroy (line 17) | func (r *mutationResolver) SiteDestroy(ctx context.Context, input models... FILE: internal/api/resolver_mutation_studio.go method StudioCreate (line 11) | func (r *mutationResolver) StudioCreate(ctx context.Context, input model... method StudioUpdate (line 15) | func (r *mutationResolver) StudioUpdate(ctx context.Context, input model... method StudioDestroy (line 19) | func (r *mutationResolver) StudioDestroy(ctx context.Context, input mode... method FavoriteStudio (line 24) | func (r *mutationResolver) FavoriteStudio(ctx context.Context, id uuid.U... FILE: internal/api/resolver_mutation_tag.go method TagCreate (line 9) | func (r *mutationResolver) TagCreate(ctx context.Context, input models.T... method TagUpdate (line 13) | func (r *mutationResolver) TagUpdate(ctx context.Context, input models.T... method TagDestroy (line 17) | func (r *mutationResolver) TagDestroy(ctx context.Context, input models.... FILE: internal/api/resolver_mutation_tag_category.go method TagCategoryCreate (line 9) | func (r *mutationResolver) TagCategoryCreate(ctx context.Context, input ... method TagCategoryUpdate (line 13) | func (r *mutationResolver) TagCategoryUpdate(ctx context.Context, input ... method TagCategoryDestroy (line 17) | func (r *mutationResolver) TagCategoryDestroy(ctx context.Context, input... FILE: internal/api/resolver_mutation_user.go method UserCreate (line 11) | func (r *mutationResolver) UserCreate(ctx context.Context, input models.... method UserUpdate (line 15) | func (r *mutationResolver) UserUpdate(ctx context.Context, input models.... method UserDestroy (line 19) | func (r *mutationResolver) UserDestroy(ctx context.Context, input models... method RegenerateAPIKey (line 24) | func (r *mutationResolver) RegenerateAPIKey(ctx context.Context, userID ... method ResetPassword (line 28) | func (r *mutationResolver) ResetPassword(ctx context.Context, input mode... method ChangePassword (line 33) | func (r *mutationResolver) ChangePassword(ctx context.Context, input mod... method NewUser (line 38) | func (r *mutationResolver) NewUser(ctx context.Context, input models.New... method ActivateNewUser (line 42) | func (r *mutationResolver) ActivateNewUser(ctx context.Context, input mo... method GenerateInviteCodes (line 46) | func (r *mutationResolver) GenerateInviteCodes(ctx context.Context, inpu... method GenerateInviteCode (line 50) | func (r *mutationResolver) GenerateInviteCode(ctx context.Context) (*uui... method RescindInviteCode (line 54) | func (r *mutationResolver) RescindInviteCode(ctx context.Context, invite... method GrantInvite (line 59) | func (r *mutationResolver) GrantInvite(ctx context.Context, input models... method RevokeInvite (line 63) | func (r *mutationResolver) RevokeInvite(ctx context.Context, input model... method RequestChangeEmail (line 67) | func (r *mutationResolver) RequestChangeEmail(ctx context.Context) (mode... method ValidateChangeEmail (line 71) | func (r *mutationResolver) ValidateChangeEmail(ctx context.Context, toke... method ConfirmChangeEmail (line 75) | func (r *mutationResolver) ConfirmChangeEmail(ctx context.Context, token... FILE: internal/api/resolver_query_draft.go method FindDrafts (line 12) | func (r *queryResolver) FindDrafts(ctx context.Context) ([]models.Draft,... method FindDraft (line 17) | func (r *queryResolver) FindDraft(ctx context.Context, id uuid.UUID) (*m... FILE: internal/api/resolver_query_edit.go method FindEdit (line 10) | func (r *queryResolver) FindEdit(ctx context.Context, id uuid.UUID) (*mo... method QueryEdits (line 14) | func (r *queryResolver) QueryEdits(ctx context.Context, input models.Edi... type queryEditResolver (line 20) | type queryEditResolver struct method Count (line 22) | func (r *queryEditResolver) Count(ctx context.Context, obj *models.Edi... method Edits (line 26) | func (r *queryEditResolver) Edits(ctx context.Context, obj *models.Edi... FILE: internal/api/resolver_query_mod_audit.go method QueryModAudits (line 9) | func (r *queryResolver) QueryModAudits(ctx context.Context, input models... type queryModAuditResolver (line 15) | type queryModAuditResolver struct method Count (line 17) | func (r *queryModAuditResolver) Count(ctx context.Context, obj *models... method Audits (line 21) | func (r *queryModAuditResolver) Audits(ctx context.Context, obj *model... type modAuditResolver (line 25) | type modAuditResolver struct method Action (line 27) | func (r *modAuditResolver) Action(ctx context.Context, obj *models.Mod... method User (line 31) | func (r *modAuditResolver) User(ctx context.Context, obj *models.ModAu... FILE: internal/api/resolver_query_notifications.go method QueryNotifications (line 10) | func (r *queryResolver) QueryNotifications(ctx context.Context, input mo... type queryNotificationsResolver (line 16) | type queryNotificationsResolver struct method Count (line 18) | func (r *queryNotificationsResolver) Count(ctx context.Context, query ... method Notifications (line 24) | func (r *queryNotificationsResolver) Notifications(ctx context.Context... method GetUnreadNotificationCount (line 32) | func (r *queryResolver) GetUnreadNotificationCount(ctx context.Context) ... FILE: internal/api/resolver_query_performer.go method FindPerformer (line 11) | func (r *queryResolver) FindPerformer(ctx context.Context, id uuid.UUID)... method QueryPerformers (line 15) | func (r *queryResolver) QueryPerformers(ctx context.Context, input model... type queryPerformerResolver (line 21) | type queryPerformerResolver struct method Count (line 23) | func (r *queryPerformerResolver) Count(ctx context.Context, obj *model... method Performers (line 30) | func (r *queryPerformerResolver) Performers(ctx context.Context, obj *... method Facets (line 37) | func (r *queryPerformerResolver) Facets(ctx context.Context, obj *mode... method QueryExistingPerformer (line 44) | func (r *queryResolver) QueryExistingPerformer(ctx context.Context, inpu... type queryExistingPerformerResolver (line 50) | type queryExistingPerformerResolver struct method Edits (line 52) | func (r *queryExistingPerformerResolver) Edits(ctx context.Context, ob... method Performers (line 56) | func (r *queryExistingPerformerResolver) Performers(ctx context.Contex... method SearchPerformer (line 61) | func (r *queryResolver) SearchPerformer(ctx context.Context, term string... method SearchPerformers (line 72) | func (r *queryResolver) SearchPerformers(ctx context.Context, term strin... FILE: internal/api/resolver_query_scene.go method FindScene (line 13) | func (r *queryResolver) FindScene(ctx context.Context, id uuid.UUID) (*m... method QueryScenes (line 17) | func (r *queryResolver) QueryScenes(ctx context.Context, input models.Sc... method FindScenesBySceneFingerprints (line 23) | func (r *queryResolver) FindScenesBySceneFingerprints(ctx context.Contex... type querySceneResolver (line 32) | type querySceneResolver struct method Count (line 34) | func (r *querySceneResolver) Count(ctx context.Context, obj *models.Sc... method Scenes (line 41) | func (r *querySceneResolver) Scenes(ctx context.Context, obj *models.S... method QueryExistingScene (line 48) | func (r *queryResolver) QueryExistingScene(ctx context.Context, input mo... type queryExistingSceneResolver (line 55) | type queryExistingSceneResolver struct method Edits (line 57) | func (r *queryExistingSceneResolver) Edits(ctx context.Context, obj *m... method Scenes (line 61) | func (r *queryExistingSceneResolver) Scenes(ctx context.Context, obj *... method SearchScene (line 66) | func (r *queryResolver) SearchScene(ctx context.Context, term string, li... method SearchScenes (line 77) | func (r *queryResolver) SearchScenes(ctx context.Context, term string, l... method searchScenes (line 81) | func (r *queryResolver) searchScenes(ctx context.Context, term string, l... FILE: internal/api/resolver_query_site.go method FindSite (line 11) | func (r *queryResolver) FindSite(ctx context.Context, id uuid.UUID) (*mo... method QuerySites (line 15) | func (r *queryResolver) QuerySites(ctx context.Context) (*models.QuerySi... FILE: internal/api/resolver_query_studio.go method FindStudio (line 11) | func (r *queryResolver) FindStudio(ctx context.Context, id *uuid.UUID, n... method QueryStudios (line 21) | func (r *queryResolver) QueryStudios(ctx context.Context, input models.S... method SearchStudio (line 25) | func (r *queryResolver) SearchStudio(ctx context.Context, term string, l... FILE: internal/api/resolver_query_tag.go method FindTag (line 12) | func (r *queryResolver) FindTag(ctx context.Context, id *uuid.UUID, name... method FindTagOrAlias (line 23) | func (r *queryResolver) FindTagOrAlias(ctx context.Context, name string)... method QueryTags (line 27) | func (r *queryResolver) QueryTags(ctx context.Context, input models.TagQ... method SearchTag (line 46) | func (r *queryResolver) SearchTag(ctx context.Context, term string, limi... FILE: internal/api/resolver_query_tag_category.go method FindTagCategory (line 11) | func (r *queryResolver) FindTagCategory(ctx context.Context, id uuid.UUI... method QueryTagCategories (line 15) | func (r *queryResolver) QueryTagCategories(ctx context.Context) (*models... FILE: internal/api/resolver_query_user.go method FindUser (line 12) | func (r *queryResolver) FindUser(ctx context.Context, id *uuid.UUID, use... method QueryUsers (line 24) | func (r *queryResolver) QueryUsers(ctx context.Context, input models.Use... method Me (line 28) | func (r *queryResolver) Me(ctx context.Context) (*models.User, error) { FILE: internal/api/routes_image.go type imageRoutes (line 25) | type imageRoutes struct method Routes (line 29) | func (rs imageRoutes) Routes() chi.Router { method image (line 38) | func (rs imageRoutes) image(w http.ResponseWriter, r *http.Request) { method siteImage (line 131) | func (rs imageRoutes) siteImage(w http.ResponseWriter, r *http.Request) { function getImageSize (line 164) | func getImageSize(r *http.Request) (int, error) { function shouldResize (line 186) | func shouldResize(image *models.Image, requestedSize int) bool { FILE: internal/api/routes_root.go type rootRoutes (line 15) | type rootRoutes struct method Routes (line 20) | func (rr rootRoutes) Routes(fac service.Factory) chi.Router { method assets (line 44) | func (rr rootRoutes) assets(w http.ResponseWriter, r *http.Request) { method app (line 53) | func (rr rootRoutes) app(w http.ResponseWriter, r *http.Request) { function getIndex (line 65) | func getIndex(ui embed.FS) []byte { FILE: internal/api/scene_edit_integration_test.go type sceneEditTestRunner (line 14) | type sceneEditTestRunner struct method testCreateSceneEdit (line 24) | func (s *sceneEditTestRunner) testCreateSceneEdit() { method verifyCreatedSceneEdit (line 32) | func (s *sceneEditTestRunner) verifyCreatedSceneEdit(input models.Scen... method testFindEditById (line 43) | func (s *sceneEditTestRunner) testFindEditById() { method testModifySceneEdit (line 52) | func (s *sceneEditTestRunner) testModifySceneEdit() { method verifyUpdatedSceneEdit (line 79) | func (s *sceneEditTestRunner) verifyUpdatedSceneEdit(originalScene *sc... method verifySceneEditDetails (line 88) | func (s *sceneEditTestRunner) verifySceneEditDetails(input models.Scen... method verifySceneEdit (line 110) | func (s *sceneEditTestRunner) verifySceneEdit(input models.SceneEditDe... method testDestroySceneEdit (line 160) | func (s *sceneEditTestRunner) testDestroySceneEdit() { method verifyDestroySceneEdit (line 177) | func (s *sceneEditTestRunner) verifyDestroySceneEdit(sceneID uuid.UUID... method testMergeSceneEdit (line 187) | func (s *sceneEditTestRunner) testMergeSceneEdit() { method verifyMergeSceneEdit (line 215) | func (s *sceneEditTestRunner) verifyMergeSceneEdit(originalScene *scen... method testApplyCreateSceneEdit (line 232) | func (s *sceneEditTestRunner) testApplyCreateSceneEdit() { method verifyAppliedSceneCreateEdit (line 240) | func (s *sceneEditTestRunner) verifyAppliedSceneCreateEdit(input model... method testApplyModifySceneEdit (line 252) | func (s *sceneEditTestRunner) testApplyModifySceneEdit() { method verifyApplyModifySceneEdit (line 290) | func (s *sceneEditTestRunner) verifyApplyModifySceneEdit(input models.... method testApplyModifyUnsetSceneEdit (line 299) | func (s *sceneEditTestRunner) testApplyModifyUnsetSceneEdit() { method testApplyDestroySceneEdit (line 353) | func (s *sceneEditTestRunner) testApplyDestroySceneEdit() { method verifyApplyDestroySceneEdit (line 372) | func (s *sceneEditTestRunner) verifyApplyDestroySceneEdit(destroyedSce... method testApplyMergeSceneEdit (line 381) | func (s *sceneEditTestRunner) testApplyMergeSceneEdit() { method verifyAppliedMergeSceneEdit (line 413) | func (s *sceneEditTestRunner) verifyAppliedMergeSceneEdit(input models... method testQueryExistingScene (line 428) | func (s *sceneEditTestRunner) testQueryExistingScene() { method testSceneEditUpdate (line 495) | func (s *sceneEditTestRunner) testSceneEditUpdate() { function createSceneEditTestRunner (line 18) | func createSceneEditTestRunner(t *testing.T) *sceneEditTestRunner { function TestCreateSceneEdit (line 519) | func TestCreateSceneEdit(t *testing.T) { function TestModifySceneEdit (line 524) | func TestModifySceneEdit(t *testing.T) { function TestDestroySceneEdit (line 529) | func TestDestroySceneEdit(t *testing.T) { function TestMergeSceneEdit (line 534) | func TestMergeSceneEdit(t *testing.T) { function TestApplyCreateSceneEdit (line 539) | func TestApplyCreateSceneEdit(t *testing.T) { function TestApplyModifySceneEdit (line 544) | func TestApplyModifySceneEdit(t *testing.T) { function TestApplyModifyUnsetSceneEdit (line 549) | func TestApplyModifyUnsetSceneEdit(t *testing.T) { function TestApplyDestroySceneEdit (line 554) | func TestApplyDestroySceneEdit(t *testing.T) { function TestApplyMergeSceneEdit (line 559) | func TestApplyMergeSceneEdit(t *testing.T) { function TestQueryExistingScene (line 564) | func TestQueryExistingScene(t *testing.T) { function TestSceneEditUpdate (line 569) | func TestSceneEditUpdate(t *testing.T) { FILE: internal/api/scene_integration_test.go type sceneTestRunner (line 15) | type sceneTestRunner struct method testCreateScene (line 25) | func (s *sceneTestRunner) testCreateScene() { method verifyCreatedScene (line 74) | func (s *sceneTestRunner) verifyCreatedScene(input models.SceneCreateI... method testFindSceneById (line 90) | func (s *sceneTestRunner) testFindSceneById() { method testUpdateScene (line 104) | func (s *sceneTestRunner) testUpdateScene() { method verifyUpdatedScene (line 222) | func (s *sceneTestRunner) verifyUpdatedScene(input models.SceneUpdateI... method verifyUpdatedFingerprints (line 236) | func (s *sceneTestRunner) verifyUpdatedFingerprints(original, updated ... method testDestroyScene (line 277) | func (s *sceneTestRunner) testDestroyScene() { method testSubmitFingerprint (line 297) | func (s *sceneTestRunner) testSubmitFingerprint() { method testSubmitFingerprintUnmatch (line 344) | func (s *sceneTestRunner) testSubmitFingerprintUnmatch() { method testSubmitFingerprintModify (line 366) | func (s *sceneTestRunner) testSubmitFingerprintModify() { method testSubmitFingerprintUnmatchModify (line 426) | func (s *sceneTestRunner) testSubmitFingerprintUnmatchModify() { method verifyQueryScenesResult (line 481) | func (s *sceneTestRunner) verifyQueryScenesResult(filter models.SceneQ... method verifyInvalidModifier (line 507) | func (s *sceneTestRunner) verifyInvalidModifier(filter models.SceneQue... method testQueryScenesByStudio (line 518) | func (s *sceneTestRunner) testQueryScenesByStudio() { method testQueryScenesByPerformer (line 596) | func (s *sceneTestRunner) testQueryScenesByPerformer() { method testQueryScenesByTag (line 680) | func (s *sceneTestRunner) testQueryScenesByTag() { method testSubmitFingerprintsBatch (line 833) | func (s *sceneTestRunner) testSubmitFingerprintsBatch() { method testSubmitFingerprintsBatchMixedResults (line 878) | func (s *sceneTestRunner) testSubmitFingerprintsBatchMixedResults() { method testSubmitFingerprintsBatchMaxLimit (line 921) | func (s *sceneTestRunner) testSubmitFingerprintsBatchMaxLimit() { method testFindScenesBySceneFingerprints (line 943) | func (s *sceneTestRunner) testFindScenesBySceneFingerprints() { method testMoveFingerprintSubmissions (line 1010) | func (s *sceneTestRunner) testMoveFingerprintSubmissions() { method testDeleteFingerprintSubmissions (line 1088) | func (s *sceneTestRunner) testDeleteFingerprintSubmissions() { method testFindScenesBySceneFingerprintsMultipleMatches (line 1158) | func (s *sceneTestRunner) testFindScenesBySceneFingerprintsMultipleMat... function createSceneTestRunner (line 19) | func createSceneTestRunner(t *testing.T) *sceneTestRunner { function TestCreateScene (line 760) | func TestCreateScene(t *testing.T) { function TestFindSceneById (line 765) | func TestFindSceneById(t *testing.T) { function TestUpdateScene (line 770) | func TestUpdateScene(t *testing.T) { function TestDestroyScene (line 778) | func TestDestroyScene(t *testing.T) { function TestQueryScenesByStudio (line 783) | func TestQueryScenesByStudio(t *testing.T) { function TestQueryScenesByPerformer (line 788) | func TestQueryScenesByPerformer(t *testing.T) { function TestQueryScenesByTag (line 793) | func TestQueryScenesByTag(t *testing.T) { function TestSubmitFingerprint (line 798) | func TestSubmitFingerprint(t *testing.T) { function TestSubmitFingerprintUnmatch (line 803) | func TestSubmitFingerprintUnmatch(t *testing.T) { function TestSubmitFingerprintModify (line 808) | func TestSubmitFingerprintModify(t *testing.T) { function TestSubmitFingerprintUnmatchModify (line 813) | func TestSubmitFingerprintUnmatchModify(t *testing.T) { function TestSubmitFingerprintsBatch (line 818) | func TestSubmitFingerprintsBatch(t *testing.T) { function TestSubmitFingerprintsBatchMixedResults (line 823) | func TestSubmitFingerprintsBatchMixedResults(t *testing.T) { function TestSubmitFingerprintsBatchMaxLimit (line 828) | func TestSubmitFingerprintsBatchMaxLimit(t *testing.T) { function TestFindScenesBySceneFingerprints (line 1005) | func TestFindScenesBySceneFingerprints(t *testing.T) { function TestMoveFingerprintSubmissions (line 1148) | func TestMoveFingerprintSubmissions(t *testing.T) { function TestDeleteFingerprintSubmissions (line 1153) | func TestDeleteFingerprintSubmissions(t *testing.T) { function TestFindScenesBySceneFingerprintsMultipleMatches (line 1244) | func TestFindScenesBySceneFingerprintsMultipleMatches(t *testing.T) { FILE: internal/api/search_integration_test.go type searchTestRunner (line 12) | type searchTestRunner struct method testSearchPerformerByTerm (line 22) | func (s *searchTestRunner) testSearchPerformerByTerm() { method testSearchPerformerByID (line 38) | func (s *searchTestRunner) testSearchPerformerByID() { method testSearchPerformerByNonExistentID (line 54) | func (s *searchTestRunner) testSearchPerformerByNonExistentID() { method testSearchSceneByTerm (line 62) | func (s *searchTestRunner) testSearchSceneByTerm() { method testSearchSceneByID (line 88) | func (s *searchTestRunner) testSearchSceneByID() { method testSearchTagByTerm (line 104) | func (s *searchTestRunner) testSearchTagByTerm() { method testSearchTagByID (line 118) | func (s *searchTestRunner) testSearchTagByID() { method testSearchPerformerFacets (line 167) | func (s *searchTestRunner) testSearchPerformerFacets() { method testQueryPerformerNoFacets (line 196) | func (s *searchTestRunner) testQueryPerformerNoFacets() { function createSearchTestRunner (line 16) | func createSearchTestRunner(t *testing.T) *searchTestRunner { function TestSearchPerformerByTerm (line 132) | func TestSearchPerformerByTerm(t *testing.T) { function TestSearchPerformerByID (line 137) | func TestSearchPerformerByID(t *testing.T) { function TestSearchPerformerByNonExistentID (line 142) | func TestSearchPerformerByNonExistentID(t *testing.T) { function TestSearchSceneByTerm (line 147) | func TestSearchSceneByTerm(t *testing.T) { function TestSearchSceneByID (line 152) | func TestSearchSceneByID(t *testing.T) { function TestSearchTagByTerm (line 157) | func TestSearchTagByTerm(t *testing.T) { function TestSearchTagByID (line 162) | func TestSearchTagByID(t *testing.T) { function TestSearchPerformerFacets (line 211) | func TestSearchPerformerFacets(t *testing.T) { function TestQueryPerformerNoFacets (line 216) | func TestQueryPerformerNoFacets(t *testing.T) { FILE: internal/api/server.go constant APIKeyHeader (line 48) | APIKeyHeader = "ApiKey" function getUserAndRoles (line 50) | func getUserAndRoles(ctx context.Context, fac service.Factory, userID st... function authenticateHandler (line 71) | func authenticateHandler(fac service.Factory) func(http.Handler) http.Ha... function redirect (line 128) | func redirect(w http.ResponseWriter, req *http.Request) { function Start (line 136) | func Start(fac service.Factory, ui embed.FS) { function printVersion (line 287) | func printVersion() { function GetVersion (line 295) | func GetVersion() (string, string, string) { function makeTLSConfig (line 299) | func makeTLSConfig() *tls.Config { type contextKey (line 323) | type contextKey struct function BaseURLMiddleware (line 331) | func BaseURLMiddleware(next http.Handler) http.Handler { FILE: internal/api/session.go constant cookieName (line 14) | cookieName = "stashbox" constant usernameFormKey (line 15) | usernameFormKey = "username" constant passwordFormKey (line 16) | passwordFormKey = "password" constant userIDKey (line 17) | userIDKey = "userID" constant maxCookieAge (line 18) | maxCookieAge = 60 * 60 * 24 * 30 function InitializeSession (line 22) | func InitializeSession() { function handleLogin (line 26) | func handleLogin(fac service.Factory) func(http.ResponseWriter, *http.Re... function handleLogout (line 67) | func handleLogout(w http.ResponseWriter, r *http.Request) { function getSessionUserID (line 94) | func getSessionUserID(w http.ResponseWriter, r *http.Request) (string, e... FILE: internal/api/site_integration_test.go type siteTestRunner (line 13) | type siteTestRunner struct method testCreateSite (line 23) | func (s *siteTestRunner) testCreateSite() { method verifyCreatedSite (line 42) | func (s *siteTestRunner) verifyCreatedSite(input models.SiteCreateInpu... method testFindSiteById (line 67) | func (s *siteTestRunner) testFindSiteById() { method testQuerySites (line 83) | func (s *siteTestRunner) testQuerySites() { method testUpdateSite (line 113) | func (s *siteTestRunner) testUpdateSite() { method verifyUpdatedSite (line 137) | func (s *siteTestRunner) verifyUpdatedSite(input models.SiteUpdateInpu... method testDestroySite (line 155) | func (s *siteTestRunner) testDestroySite() { function createSiteTestRunner (line 17) | func createSiteTestRunner(t *testing.T) *siteTestRunner { function TestCreateSite (line 175) | func TestCreateSite(t *testing.T) { function TestFindSiteById (line 180) | func TestFindSiteById(t *testing.T) { function TestQuerySites (line 185) | func TestQuerySites(t *testing.T) { function TestUpdateSite (line 190) | func TestUpdateSite(t *testing.T) { function TestDestroySite (line 195) | func TestDestroySite(t *testing.T) { FILE: internal/api/studio_edit_integration_test.go type studioEditTestRunner (line 14) | type studioEditTestRunner struct method testCreateStudioEdit (line 24) | func (s *studioEditTestRunner) testCreateStudioEdit() { method verifyCreatedStudioEdit (line 40) | func (s *studioEditTestRunner) verifyCreatedStudioEdit(input models.St... method testFindEditById (line 58) | func (s *studioEditTestRunner) testFindEditById() { method testModifyStudioEdit (line 69) | func (s *studioEditTestRunner) testModifyStudioEdit() { method verifyUpdatedStudioEdit (line 112) | func (s *studioEditTestRunner) verifyUpdatedStudioEdit(originalStudio ... method testDestroyStudioEdit (line 127) | func (s *studioEditTestRunner) testDestroyStudioEdit() { method verifyDestroyStudioEdit (line 144) | func (s *studioEditTestRunner) verifyDestroyStudioEdit(studioID uuid.U... method testMergeStudioEdit (line 155) | func (s *studioEditTestRunner) testMergeStudioEdit() { method verifyMergeStudioEdit (line 183) | func (s *studioEditTestRunner) verifyMergeStudioEdit(originalStudio *s... method testApplyCreateStudioEdit (line 203) | func (s *studioEditTestRunner) testApplyCreateStudioEdit() { method verifyAppliedStudioCreateEdit (line 221) | func (s *studioEditTestRunner) verifyAppliedStudioCreateEdit(input mod... method testApplyModifyStudioEdit (line 236) | func (s *studioEditTestRunner) testApplyModifyStudioEdit() { method verifyApplyModifyStudioEdit (line 283) | func (s *studioEditTestRunner) verifyApplyModifyStudioEdit(input model... method testApplyModifyUnsetStudioEdit (line 297) | func (s *studioEditTestRunner) testApplyModifyUnsetStudioEdit() { method testApplyDestroyStudioEdit (line 368) | func (s *studioEditTestRunner) testApplyDestroyStudioEdit() { method verifyApplyDestroyStudioEdit (line 400) | func (s *studioEditTestRunner) verifyApplyDestroyStudioEdit(destroyedS... method testApplyMergeStudioEdit (line 410) | func (s *studioEditTestRunner) testApplyMergeStudioEdit() { method verifyAppliedMergeStudioEdit (line 464) | func (s *studioEditTestRunner) verifyAppliedMergeStudioEdit(input mode... method testStudioEditUpdate (line 484) | func (s *studioEditTestRunner) testStudioEditUpdate() { function createStudioEditTestRunner (line 18) | func createStudioEditTestRunner(t *testing.T) *studioEditTestRunner { function TestCreateStudioEdit (line 511) | func TestCreateStudioEdit(t *testing.T) { function TestModifyStudioEdit (line 516) | func TestModifyStudioEdit(t *testing.T) { function TestDestroyStudioEdit (line 521) | func TestDestroyStudioEdit(t *testing.T) { function TestMergeStudioEdit (line 526) | func TestMergeStudioEdit(t *testing.T) { function TestApplyCreateStudioEdit (line 531) | func TestApplyCreateStudioEdit(t *testing.T) { function TestApplyModifyStudioEdit (line 536) | func TestApplyModifyStudioEdit(t *testing.T) { function TestApplyModifyUnsetStudioEdit (line 541) | func TestApplyModifyUnsetStudioEdit(t *testing.T) { function TestApplyDestroyStudioEdit (line 546) | func TestApplyDestroyStudioEdit(t *testing.T) { function TestApplyMergeStudioEdit (line 551) | func TestApplyMergeStudioEdit(t *testing.T) { function TestStudioEditUpdate (line 556) | func TestStudioEditUpdate(t *testing.T) { FILE: internal/api/studio_integration_test.go type studioTestRunner (line 14) | type studioTestRunner struct method generateStudioName (line 25) | func (s *studioTestRunner) generateStudioName() string { method testCreateStudio (line 30) | func (s *studioTestRunner) testCreateStudio() { method verifyCreatedStudio (line 41) | func (s *studioTestRunner) verifyCreatedStudio(input models.StudioCrea... method testFindStudioById (line 48) | func (s *studioTestRunner) testFindStudioById() { method testFindStudioByName (line 63) | func (s *studioTestRunner) testFindStudioByName() { method testUpdateStudioName (line 78) | func (s *studioTestRunner) testUpdateStudioName() { method verifyUpdatedStudio (line 105) | func (s *studioTestRunner) verifyUpdatedStudio(input models.StudioUpda... method testDestroyStudio (line 110) | func (s *studioTestRunner) testDestroyStudio() { method testQueryStudios (line 132) | func (s *studioTestRunner) testQueryStudios() { method testParentChildStudios (line 211) | func (s *studioTestRunner) testParentChildStudios() { function createStudioTestRunner (line 19) | func createStudioTestRunner(t *testing.T) *studioTestRunner { function TestCreateStudio (line 181) | func TestCreateStudio(t *testing.T) { function TestFindStudioById (line 186) | func TestFindStudioById(t *testing.T) { function TestFindStudioByName (line 191) | func TestFindStudioByName(t *testing.T) { function TestUpdateStudioName (line 196) | func TestUpdateStudioName(t *testing.T) { function TestDestroyStudio (line 201) | func TestDestroyStudio(t *testing.T) { function TestQueryStudios (line 206) | func TestQueryStudios(t *testing.T) { function TestParentChildStudios (line 274) | func TestParentChildStudios(t *testing.T) { FILE: internal/api/tag_category_integration_test.go type tagCategoryTestRunner (line 13) | type tagCategoryTestRunner struct method testCreateTagCategory (line 23) | func (s *tagCategoryTestRunner) testCreateTagCategory() { method verifyCreatedTagCategory (line 38) | func (s *tagCategoryTestRunner) verifyCreatedTagCategory(input models.... method testFindTagCategoryById (line 52) | func (s *tagCategoryTestRunner) testFindTagCategoryById() { method testUpdateTagCategory (line 66) | func (s *tagCategoryTestRunner) testUpdateTagCategory() { method verifyUpdatedTagCategory (line 85) | func (s *tagCategoryTestRunner) verifyUpdatedTagCategory(input models.... method testDestroyTagCategory (line 92) | func (s *tagCategoryTestRunner) testDestroyTagCategory() { method testQueryTagCategories (line 112) | func (s *tagCategoryTestRunner) testQueryTagCategories() { function createTagCategoryTestRunner (line 17) | func createTagCategoryTestRunner(t *testing.T) *tagCategoryTestRunner { function TestCreateTagCategory (line 146) | func TestCreateTagCategory(t *testing.T) { function TestUpdateTagCategory (line 151) | func TestUpdateTagCategory(t *testing.T) { function TestDestroyTagCategory (line 156) | func TestDestroyTagCategory(t *testing.T) { function TestQueryTagCategories (line 161) | func TestQueryTagCategories(t *testing.T) { FILE: internal/api/tag_edit_integration_test.go type tagEditTestRunner (line 13) | type tagEditTestRunner struct method testCreateTagEdit (line 23) | func (s *tagEditTestRunner) testCreateTagEdit() { method verifyCreatedTagEdit (line 42) | func (s *tagEditTestRunner) verifyCreatedTagEdit(input models.TagEditD... method testFindEditById (line 62) | func (s *tagEditTestRunner) testFindEditById() { method testModifyTagEdit (line 73) | func (s *tagEditTestRunner) testModifyTagEdit() { method verifyUpdatedTagEdit (line 113) | func (s *tagEditTestRunner) verifyUpdatedTagEdit(originalTag *tagOutpu... method testDestroyTagEdit (line 132) | func (s *tagEditTestRunner) testDestroyTagEdit() { method verifyDestroyTagEdit (line 149) | func (s *tagEditTestRunner) verifyDestroyTagEdit(tagID uuid.UUID, edit... method testMergeTagEdit (line 160) | func (s *tagEditTestRunner) testMergeTagEdit() { method verifyMergeTagEdit (line 195) | func (s *tagEditTestRunner) verifyMergeTagEdit(originalTag *tagOutput,... method testApplyCreateTagEdit (line 220) | func (s *tagEditTestRunner) testApplyCreateTagEdit() { method verifyAppliedTagCreateEdit (line 242) | func (s *tagEditTestRunner) verifyAppliedTagCreateEdit(input models.Ta... method testApplyModifyTagEdit (line 263) | func (s *tagEditTestRunner) testApplyModifyTagEdit() { method verifyApplyModifyTagEdit (line 303) | func (s *tagEditTestRunner) verifyApplyModifyTagEdit(input models.TagE... method testApplyDestroyTagEdit (line 319) | func (s *tagEditTestRunner) testApplyDestroyTagEdit() { method verifyApplyDestroyTagEdit (line 350) | func (s *tagEditTestRunner) verifyApplyDestroyTagEdit(destroyedTag *mo... method testApplyMergeTagEdit (line 362) | func (s *tagEditTestRunner) testApplyMergeTagEdit() { method verifyAppliedMergeTagEdit (line 418) | func (s *tagEditTestRunner) verifyAppliedMergeTagEdit(input models.Tag... method testTagEditUpdate (line 446) | func (s *tagEditTestRunner) testTagEditUpdate() { function createTagEditTestRunner (line 17) | func createTagEditTestRunner(t *testing.T) *tagEditTestRunner { function TestCreateTagEdit (line 473) | func TestCreateTagEdit(t *testing.T) { function TestModifyTagEdit (line 478) | func TestModifyTagEdit(t *testing.T) { function TestDestroyTagEdit (line 483) | func TestDestroyTagEdit(t *testing.T) { function TestMergeTagEdit (line 488) | func TestMergeTagEdit(t *testing.T) { function TestApplyCreateTagEdit (line 493) | func TestApplyCreateTagEdit(t *testing.T) { function TestApplyModifyTagEdit (line 498) | func TestApplyModifyTagEdit(t *testing.T) { function TestApplyDestroyTagEdit (line 503) | func TestApplyDestroyTagEdit(t *testing.T) { function TestApplyMergeTagEdit (line 508) | func TestApplyMergeTagEdit(t *testing.T) { function TestTagEditUpdate (line 513) | func TestTagEditUpdate(t *testing.T) { FILE: internal/api/tag_integration_test.go type tagTestRunner (line 13) | type tagTestRunner struct method testCreateTag (line 23) | func (s *tagTestRunner) testCreateTag() { method verifyCreatedTag (line 37) | func (s *tagTestRunner) verifyCreatedTag(input models.TagCreateInput, ... method testFindTagById (line 45) | func (s *tagTestRunner) testFindTagById() { method testFindTagByName (line 60) | func (s *tagTestRunner) testFindTagByName() { method testUpdateTag (line 76) | func (s *tagTestRunner) testUpdateTag() { method verifyUpdatedTag (line 96) | func (s *tagTestRunner) verifyUpdatedTag(input models.TagUpdateInput, ... method testDestroyTag (line 102) | func (s *tagTestRunner) testDestroyTag() { method testQueryTags (line 124) | func (s *tagTestRunner) testQueryTags() { method testFindTagOrAlias (line 173) | func (s *tagTestRunner) testFindTagOrAlias() { function createTagTestRunner (line 17) | func createTagTestRunner(t *testing.T) *tagTestRunner { function TestCreateTag (line 203) | func TestCreateTag(t *testing.T) { function TestFindTagById (line 208) | func TestFindTagById(t *testing.T) { function TestFindTagByName (line 213) | func TestFindTagByName(t *testing.T) { function TestUpdateTag (line 218) | func TestUpdateTag(t *testing.T) { function TestDestroyTag (line 223) | func TestDestroyTag(t *testing.T) { function TestQueryTags (line 228) | func TestQueryTags(t *testing.T) { function TestFindTagOrAlias (line 233) | func TestFindTagOrAlias(t *testing.T) { FILE: internal/api/user_integration_test.go type userTestRunner (line 16) | type userTestRunner struct method testCreateUser (line 26) | func (s *userTestRunner) testCreateUser() { method verifyCreatedUser (line 43) | func (s *userTestRunner) verifyCreatedUser(input models.UserCreateInpu... method testFindUserById (line 57) | func (s *userTestRunner) testFindUserById() { method testFindUserByName (line 71) | func (s *userTestRunner) testFindUserByName() { method testQueryUserByName (line 86) | func (s *userTestRunner) testQueryUserByName() { method testUpdateUserName (line 108) | func (s *userTestRunner) testUpdateUserName() { method testUpdatePassword (line 138) | func (s *userTestRunner) testUpdatePassword() { method verifyUpdatedUser (line 170) | func (s *userTestRunner) verifyUpdatedUser(input models.UserUpdateInpu... method testDestroyUser (line 175) | func (s *userTestRunner) testDestroyUser() { method testUserQuery (line 195) | func (s *userTestRunner) testUserQuery() { method testChangePassword (line 210) | func (s *userTestRunner) testChangePassword() { method testRegenerateAPIKey (line 247) | func (s *userTestRunner) testRegenerateAPIKey() { method testUserEditQuery (line 284) | func (s *userTestRunner) testUserEditQuery() { method testMeQuery (line 353) | func (s *userTestRunner) testMeQuery() { method testFavoritePerformer (line 363) | func (s *userTestRunner) testFavoritePerformer() { method testFavoriteStudio (line 381) | func (s *userTestRunner) testFavoriteStudio() { method testQueryNotifications (line 414) | func (s *userTestRunner) testQueryNotifications() { method testGetUnreadNotificationCount (line 426) | func (s *userTestRunner) testGetUnreadNotificationCount() { method testUpdateNotificationSubscriptions (line 432) | func (s *userTestRunner) testUpdateNotificationSubscriptions() { method testNewUser (line 458) | func (s *userTestRunner) testNewUser() { function createUserTestRunner (line 20) | func createUserTestRunner(t *testing.T) *userTestRunner { function TestCreateUser (line 298) | func TestCreateUser(t *testing.T) { function TestFindUserById (line 303) | func TestFindUserById(t *testing.T) { function TestFindUserByName (line 308) | func TestFindUserByName(t *testing.T) { function TestQueryUserByName (line 313) | func TestQueryUserByName(t *testing.T) { function TestUpdateUserName (line 318) | func TestUpdateUserName(t *testing.T) { function TestUpdateUserPassword (line 323) | func TestUpdateUserPassword(t *testing.T) { function TestDestroyUser (line 328) | func TestDestroyUser(t *testing.T) { function TestUserQuery (line 333) | func TestUserQuery(t *testing.T) { function TestChangePassword (line 338) | func TestChangePassword(t *testing.T) { function TestRegenerateAPIKey (line 343) | func TestRegenerateAPIKey(t *testing.T) { function TestUserEditQuery (line 348) | func TestUserEditQuery(t *testing.T) { function TestMeQuery (line 399) | func TestMeQuery(t *testing.T) { function TestFavoritePerformer (line 404) | func TestFavoritePerformer(t *testing.T) { function TestFavoriteStudio (line 409) | func TestFavoriteStudio(t *testing.T) { function TestQueryNotifications (line 443) | func TestQueryNotifications(t *testing.T) { function TestGetUnreadNotificationCount (line 448) | func TestGetUnreadNotificationCount(t *testing.T) { function TestUpdateNotificationSubscriptions (line 453) | func TestUpdateNotificationSubscriptions(t *testing.T) { function TestNewUser (line 506) | func TestNewUser(t *testing.T) { FILE: internal/api/utils.go function parseUUID (line 11) | func parseUUID(id string) uuid.UUID { function resolveFuzzyDate (line 16) | func resolveFuzzyDate(date *string) *models.FuzzyDate { FILE: internal/auth/authorization.go type key (line 11) | type key constant ContextUser (line 14) | ContextUser key = iota constant ContextRoles (line 15) | ContextRoles constant APIKeyHeader (line 18) | APIKeyHeader = "ApiKey" function GetCurrentUser (line 22) | func GetCurrentUser(ctx context.Context) *models.User { function IsRole (line 32) | func IsRole(ctx context.Context, requiredRole models.RoleEnum) bool { function ValidateRole (line 52) | func ValidateRole(ctx context.Context, requiredRole models.RoleEnum) err... function ValidateInvite (line 60) | func ValidateInvite(ctx context.Context) error { function ValidateManageInvites (line 64) | func ValidateManageInvites(ctx context.Context) error { function ValidateAdmin (line 68) | func ValidateAdmin(ctx context.Context) error { function ValidateOwner (line 72) | func ValidateOwner(ctx context.Context, userID uuid.UUID) error { function ValidateUserOrAdmin (line 81) | func ValidateUserOrAdmin(ctx context.Context, userID uuid.UUID) error { function ValidateBot (line 88) | func ValidateBot(ctx context.Context) error { FILE: internal/autocert/autocert.go function Init (line 22) | func Init() *tls.Config { function HTTPHandler (line 49) | func HTTPHandler(fallback http.Handler) http.Handler { function CheckAndRenew (line 58) | func CheckAndRenew() { function checkAndRenew (line 65) | func checkAndRenew() { FILE: internal/config/config.go type S3Config (line 12) | type S3Config struct type PostgresConfig (line 21) | type PostgresConfig struct type OTelConfig (line 27) | type OTelConfig struct type ImageResizeConfig (line 32) | type ImageResizeConfig struct type AutocertConfig (line 38) | type AutocertConfig struct type config (line 45) | type config struct type ImageBackendType (line 143) | type ImageBackendType constant FileBackend (line 146) | FileBackend ImageBackendType = "file" constant S3Backend (line 147) | S3Backend ImageBackendType = "s3" function GetDatabasePath (line 171) | func GetDatabasePath() string { function GetHost (line 175) | func GetHost() string { function GetPort (line 179) | func GetPort() int { function GetProfilerPort (line 183) | func GetProfilerPort() *int { function GetJWTSignKey (line 190) | func GetJWTSignKey() []byte { function GetSessionStoreKey (line 194) | func GetSessionStoreKey() []byte { function GetHTTPUpgrade (line 198) | func GetHTTPUpgrade() bool { function GetIsProduction (line 202) | func GetIsProduction() bool { function GetRequireInvite (line 208) | func GetRequireInvite() bool { function GetRequireActivation (line 214) | func GetRequireActivation() bool { function GetActivationExpiry (line 219) | func GetActivationExpiry() time.Duration { function GetEmailCooldown (line 225) | func GetEmailCooldown() time.Duration { function GetDefaultUserRoles (line 231) | func GetDefaultUserRoles() []string { function GetEmailHost (line 238) | func GetEmailHost() string { function GetEmailPort (line 242) | func GetEmailPort() int { function GetEmailUser (line 246) | func GetEmailUser() string { function GetEmailPassword (line 250) | func GetEmailPassword() string { function GetEmailFrom (line 254) | func GetEmailFrom() string { function GetHostURL (line 258) | func GetHostURL() string { function GetGuidelinesURL (line 262) | func GetGuidelinesURL() string { function GetImageLocation (line 267) | func GetImageLocation() string { function GetImageBackend (line 272) | func GetImageBackend() ImageBackendType { function GetS3Config (line 276) | func GetS3Config() *S3Config { function GetImageResizeConfig (line 280) | func GetImageResizeConfig() *ImageResizeConfig { function GetOTelConfig (line 284) | func GetOTelConfig() *OTelConfig { function GetAutocertConfig (line 291) | func GetAutocertConfig() *AutocertConfig { function GetMissingAutocertSettings (line 298) | func GetMissingAutocertSettings() []string { function ValidateImageLocation (line 318) | func ValidateImageLocation() error { function GetImageMaxSize (line 326) | func GetImageMaxSize() *int { function GetImageJpegQuality (line 334) | func GetImageJpegQuality() int { function GetLogFile (line 343) | func GetLogFile() string { function GetUserLogFile (line 350) | func GetUserLogFile() string { function GetLogOut (line 357) | func GetLogOut() bool { function GetLogLevel (line 363) | func GetLogLevel() string { function GetPHashDistance (line 374) | func GetPHashDistance() int { function InitializeDefaults (line 378) | func InitializeDefaults() error { function Initialize (line 406) | func Initialize() error { function GetMissingEmailSettings (line 410) | func GetMissingEmailSettings() []string { function GetVotePromotionThreshold (line 429) | func GetVotePromotionThreshold() *int { function GetVoteApplicationThreshold (line 436) | func GetVoteApplicationThreshold() int { function GetVotingPeriod (line 440) | func GetVotingPeriod() int { function GetMinDestructiveVotingPeriod (line 444) | func GetMinDestructiveVotingPeriod() int { function GetVoteCronInterval (line 448) | func GetVoteCronInterval() string { function GetEditUpdateLimit (line 452) | func GetEditUpdateLimit() int { function GetRequireSceneDraft (line 456) | func GetRequireSceneDraft() bool { function GetRequireTagRole (line 460) | func GetRequireTagRole() bool { function GetTitle (line 464) | func GetTitle() string { function GetFaviconPath (line 471) | func GetFaviconPath() (*string, error) { function GetDraftTimeLimit (line 478) | func GetDraftTimeLimit() int { function GetModAuditRetentionDays (line 482) | func GetModAuditRetentionDays() int { function GetMaxOpenConns (line 486) | func GetMaxOpenConns() int { function GetMaxIdleConns (line 493) | func GetMaxIdleConns() int { function GetConnMaxLifetime (line 500) | func GetConnMaxLifetime() int { function GetCSP (line 504) | func GetCSP() string { FILE: internal/config/paths.go function GetConfigDirectory (line 7) | func GetConfigDirectory() string { function GetDefaultDatabaseFilePath (line 11) | func GetDefaultDatabaseFilePath() string { function GetConfigName (line 15) | func GetConfigName() string { function GetDefaultConfigFilePath (line 19) | func GetDefaultConfigFilePath() string { function GetSSLKey (line 23) | func GetSSLKey() string { function GetSSLCert (line 27) | func GetSSLCert() string { FILE: internal/converter/converter.go function ImageToModel (line 24) | func ImageToModel(i queries.Image) models.Image { function ImageToModelPtr (line 28) | func ImageToModelPtr(i queries.Image) *models.Image { function ImagesToModels (line 34) | func ImagesToModels(images []queries.Image) []models.Image { function PerformerToModel (line 39) | func PerformerToModel(p queries.Performer) models.Performer { function PerformerToModelPtr (line 43) | func PerformerToModelPtr(p queries.Performer) *models.Performer { function SceneToModel (line 49) | func SceneToModel(s queries.Scene) models.Scene { function SceneToModelPtr (line 53) | func SceneToModelPtr(s queries.Scene) *models.Scene { function SiteToModel (line 59) | func SiteToModel(s queries.Site) models.Site { function SiteToModelPtr (line 63) | func SiteToModelPtr(s queries.Site) *models.Site { function StudioToModel (line 69) | func StudioToModel(s queries.Studio) models.Studio { function StudioToModelPtr (line 73) | func StudioToModelPtr(s queries.Studio) *models.Studio { function TagCategoryToModel (line 79) | func TagCategoryToModel(tc queries.TagCategory) models.TagCategory { function TagCategoryToModelPtr (line 83) | func TagCategoryToModelPtr(tc queries.TagCategory) *models.TagCategory { function TagToModel (line 89) | func TagToModel(t queries.Tag) models.Tag { function TagToModelPtr (line 93) | func TagToModelPtr(t queries.Tag) *models.Tag { function UserTokenToModel (line 99) | func UserTokenToModel(ut queries.UserToken) models.UserToken { function UserTokenToModelPtr (line 103) | func UserTokenToModelPtr(ut queries.UserToken) *models.UserToken { function SceneDraftInputToSceneDraft (line 109) | func SceneDraftInputToSceneDraft(input models.SceneDraftInput) models.Sc... function EditToModel (line 114) | func EditToModel(e queries.Edit) models.Edit { function EditToModelPtr (line 118) | func EditToModelPtr(e queries.Edit) *models.Edit { function EditsToModels (line 124) | func EditsToModels(edits []queries.Edit) []models.Edit { function EditVoteToModel (line 129) | func EditVoteToModel(ec queries.EditVote) models.EditVote { function EditCommentToModel (line 134) | func EditCommentToModel(ec queries.EditComment) models.EditComment { function EditCommentToModelPtr (line 138) | func EditCommentToModelPtr(ec queries.EditComment) *models.EditComment { function TagToCreateParams (line 144) | func TagToCreateParams(t models.Tag) queries.CreateTagParams { function TagToUpdateParams (line 149) | func TagToUpdateParams(t models.Tag) queries.UpdateTagParams { function StudioToCreateParams (line 154) | func StudioToCreateParams(s models.Studio) queries.CreateStudioParams { function StudioToUpdateParams (line 159) | func StudioToUpdateParams(s models.Studio) queries.UpdateStudioParams { function SceneToCreateParams (line 164) | func SceneToCreateParams(s models.Scene) queries.CreateSceneParams { function SceneToUpdateParams (line 169) | func SceneToUpdateParams(s models.Scene) queries.UpdateSceneParams { function BodyModInputToModel (line 174) | func BodyModInputToModel(inputs []models.BodyModificationInput) []models... function PerformerToCreateParams (line 179) | func PerformerToCreateParams(p models.Performer) queries.CreatePerformer... function PerformerToUpdateParams (line 184) | func PerformerToUpdateParams(p models.Performer) queries.UpdatePerformer... function EditToUpdateParams (line 189) | func EditToUpdateParams(e models.Edit) queries.UpdateEditParams { function EditToCreateParams (line 194) | func EditToCreateParams(e models.Edit) queries.CreateEditParams { function EditCommentToCreateParams (line 199) | func EditCommentToCreateParams(ec models.EditComment) queries.CreateEdit... function UserToModel (line 204) | func UserToModel(u queries.User) models.User { function UserToModelPtr (line 208) | func UserToModelPtr(u queries.User) *models.User { function PerformerCreateInputToPerformer (line 214) | func PerformerCreateInputToPerformer(input models.PerformerCreateInput) ... function UpdatePerformerFromUpdateInput (line 237) | func UpdatePerformerFromUpdateInput(performer *models.Performer, input m... function SceneCreateInputToScene (line 292) | func SceneCreateInputToScene(input models.SceneCreateInput) models.Scene { function UpdateSceneFromUpdateInput (line 311) | func UpdateSceneFromUpdateInput(scene *models.Scene, input models.SceneU... function SiteCreateInputToSite (line 339) | func SiteCreateInputToSite(input models.SiteCreateInput) models.Site { function SiteToCreateParams (line 355) | func SiteToCreateParams(s models.Site) queries.CreateSiteParams { function SiteToUpdateParams (line 360) | func SiteToUpdateParams(s models.Site) queries.UpdateSiteParams { function UpdateSiteFromUpdateInput (line 365) | func UpdateSiteFromUpdateInput(site *models.Site, input models.SiteUpdat... function StudioCreateInputToCreateParams (line 379) | func StudioCreateInputToCreateParams(input models.StudioCreateInput) (qu... function UpdateStudioFromUpdateInput (line 398) | func UpdateStudioFromUpdateInput(studio queries.Studio, input models.Stu... function TagCategoryCreateInputToCreateParams (line 419) | func TagCategoryCreateInputToCreateParams(input models.TagCategoryCreate... function UpdateTagCategoryFromUpdateInput (line 434) | func UpdateTagCategoryFromUpdateInput(tagCategory queries.TagCategory, i... function TagCreateInputToCreateParams (line 460) | func TagCreateInputToCreateParams(input models.TagCreateInput) (queries.... function UpdateTagFromUpdateInput (line 480) | func UpdateTagFromUpdateInput(tag queries.Tag, input models.TagUpdateInp... function UserCreateInputToCreateParams (line 502) | func UserCreateInputToCreateParams(input models.UserCreateInput, id uuid... function UpdateUserFromUpdateInput (line 521) | func UpdateUserFromUpdateInput(user queries.User, input models.UserUpdat... function CreateUserTokenParamsFromData (line 547) | func CreateUserTokenParamsFromData(tokenType string, data any) (queries.... function DraftToModel (line 571) | func DraftToModel(d queries.Draft) models.Draft { function DraftToModelPtr (line 581) | func DraftToModelPtr(d queries.Draft) *models.Draft { function CreateEditCommentParams (line 587) | func CreateEditCommentParams(editID, userID uuid.UUID, commentText strin... function PerformersToModels (line 602) | func PerformersToModels(performers []queries.Performer) []models.Perform... function ScenesToModels (line 606) | func ScenesToModels(scenes []queries.Scene) []models.Scene { function StudiosToModels (line 611) | func StudiosToModels(studios []queries.Studio) []models.Studio { function TagCategoriesToModels (line 616) | func TagCategoriesToModels(tagCategories []queries.TagCategory) []models... function TagsToModels (line 621) | func TagsToModels(tags []queries.Tag) []models.Tag { function EditCommentsToModels (line 626) | func EditCommentsToModels(comments []queries.EditComment) []models.EditC... function EditVotesToModels (line 631) | func EditVotesToModels(votes []queries.EditVote) []models.EditVote { function InviteKeysToModels (line 636) | func InviteKeysToModels(keys []queries.InviteKey) []models.InviteKey { function NotificationsToModels (line 641) | func NotificationsToModels(notifications []queries.Notification) []model... function InviteKeyToModel (line 646) | func InviteKeyToModel(ik queries.InviteKey) models.InviteKey { function StringToRoleEnum (line 662) | func StringToRoleEnum(s string) *models.RoleEnum { function StringsToRoleEnums (line 672) | func StringsToRoleEnums(strings []string) []models.RoleEnum { function NotificationToModel (line 683) | func NotificationToModel(dbNotification queries.Notification) models.Not... FILE: internal/converter/gen/extensions.go function ConvertTime (line 12) | func ConvertTime(t time.Time) time.Time { function ConvertNullIntToInt (line 16) | func ConvertNullIntToInt(i *int) int { function ConvertNotificationType (line 23) | func ConvertNotificationType(t queries.NotificationType) models.Notifica... FILE: internal/converter/gen/generated.go type CreateParamsConverterImpl (line 14) | type CreateParamsConverterImpl struct method ConvertEditCommentToCreateParams (line 16) | func (c *CreateParamsConverterImpl) ConvertEditCommentToCreateParams(s... method ConvertEditToCreateParams (line 24) | func (c *CreateParamsConverterImpl) ConvertEditToCreateParams(source m... method ConvertPerformerToCreateParams (line 37) | func (c *CreateParamsConverterImpl) ConvertPerformerToCreateParams(sou... method ConvertSceneToCreateParams (line 107) | func (c *CreateParamsConverterImpl) ConvertSceneToCreateParams(source ... method ConvertSiteToCreateParams (line 141) | func (c *CreateParamsConverterImpl) ConvertSiteToCreateParams(source m... method ConvertStudioToCreateParams (line 165) | func (c *CreateParamsConverterImpl) ConvertStudioToCreateParams(source... method ConvertTagToCreateParams (line 172) | func (c *CreateParamsConverterImpl) ConvertTagToCreateParams(source mo... method jsonRawMessageToByteList (line 183) | func (c *CreateParamsConverterImpl) jsonRawMessageToByteList(source js... method modelsBreastTypeEnumToModelsBreastTypeEnum (line 193) | func (c *CreateParamsConverterImpl) modelsBreastTypeEnumToModelsBreast... method modelsEthnicityEnumToModelsEthnicityEnum (line 206) | func (c *CreateParamsConverterImpl) modelsEthnicityEnumToModelsEthnici... method modelsEyeColorEnumToModelsEyeColorEnum (line 229) | func (c *CreateParamsConverterImpl) modelsEyeColorEnumToModelsEyeColor... method modelsGenderEnumToModelsGenderEnum (line 248) | func (c *CreateParamsConverterImpl) modelsGenderEnumToModelsGenderEnum... method modelsHairColorEnumToModelsHairColorEnum (line 267) | func (c *CreateParamsConverterImpl) modelsHairColorEnumToModelsHairCol... method uuidNullUUIDToUuidNullUUID (line 294) | func (c *CreateParamsConverterImpl) uuidNullUUIDToUuidNullUUID(source ... method uuidUUIDToUuidUUID (line 300) | func (c *CreateParamsConverterImpl) uuidUUIDToUuidUUID(source uuid.UUI... type InputConverterImpl (line 308) | type InputConverterImpl struct method ConvertBodyModInputSlice (line 310) | func (c *InputConverterImpl) ConvertBodyModInputSlice(source []models.... method ConvertSceneDraftInput (line 320) | func (c *InputConverterImpl) ConvertSceneDraftInput(source models.Scen... method modelsBodyModificationInputToModelsBodyModification (line 368) | func (c *InputConverterImpl) modelsBodyModificationInputToModelsBodyMo... method modelsDraftEntityInputToModelsDraftEntity (line 377) | func (c *InputConverterImpl) modelsDraftEntityInputToModelsDraftEntity... method modelsFingerprintAlgorithmToModelsFingerprintAlgorithm (line 383) | func (c *InputConverterImpl) modelsFingerprintAlgorithmToModelsFingerp... method modelsFingerprintInputToModelsDraftFingerprint (line 396) | func (c *InputConverterImpl) modelsFingerprintInputToModelsDraftFinger... method pModelsDraftEntityInputToPModelsDraftEntity (line 403) | func (c *InputConverterImpl) pModelsDraftEntityInputToPModelsDraftEnti... method pUuidUUIDToPUuidUUID (line 413) | func (c *InputConverterImpl) pUuidUUIDToPUuidUUID(source *uuid.UUID) *... method uuidUUIDToUuidUUID2 (line 421) | func (c *InputConverterImpl) uuidUUIDToUuidUUID2(source uuid.UUID) uui... type ModelConverterImpl (line 429) | type ModelConverterImpl struct method ConvertEdit (line 431) | func (c *ModelConverterImpl) ConvertEdit(source queries.Edit) models.E... method ConvertEditComment (line 448) | func (c *ModelConverterImpl) ConvertEditComment(source queries.EditCom... method ConvertEditComments (line 457) | func (c *ModelConverterImpl) ConvertEditComments(source []queries.Edit... method ConvertEditVote (line 467) | func (c *ModelConverterImpl) ConvertEditVote(source queries.EditVote) ... method ConvertEditVotes (line 475) | func (c *ModelConverterImpl) ConvertEditVotes(source []queries.EditVot... method ConvertEdits (line 485) | func (c *ModelConverterImpl) ConvertEdits(source []queries.Edit) []mod... method ConvertImage (line 495) | func (c *ModelConverterImpl) ConvertImage(source queries.Image) models... method ConvertImages (line 507) | func (c *ModelConverterImpl) ConvertImages(source []queries.Image) []m... method ConvertInviteKey (line 517) | func (c *ModelConverterImpl) ConvertInviteKey(source queries.InviteKey... method ConvertInviteKeys (line 529) | func (c *ModelConverterImpl) ConvertInviteKeys(source []queries.Invite... method ConvertNotification (line 539) | func (c *ModelConverterImpl) ConvertNotification(source queries.Notifi... method ConvertNotifications (line 548) | func (c *ModelConverterImpl) ConvertNotifications(source []queries.Not... method ConvertPerformer (line 558) | func (c *ModelConverterImpl) ConvertPerformer(source queries.Performer... method ConvertPerformers (line 631) | func (c *ModelConverterImpl) ConvertPerformers(source []queries.Perfor... method ConvertScene (line 641) | func (c *ModelConverterImpl) ConvertScene(source queries.Scene) models... method ConvertScenes (line 678) | func (c *ModelConverterImpl) ConvertScenes(source []queries.Scene) []m... method ConvertSite (line 688) | func (c *ModelConverterImpl) ConvertSite(source queries.Site) models.S... method ConvertStudio (line 714) | func (c *ModelConverterImpl) ConvertStudio(source queries.Studio) mode... method ConvertStudios (line 724) | func (c *ModelConverterImpl) ConvertStudios(source []queries.Studio) [... method ConvertTag (line 734) | func (c *ModelConverterImpl) ConvertTag(source queries.Tag) models.Tag { method ConvertTagCategories (line 748) | func (c *ModelConverterImpl) ConvertTagCategories(source []queries.Tag... method ConvertTagCategory (line 758) | func (c *ModelConverterImpl) ConvertTagCategory(source queries.TagCate... method ConvertTags (line 771) | func (c *ModelConverterImpl) ConvertTags(source []queries.Tag) []model... method ConvertUser (line 781) | func (c *ModelConverterImpl) ConvertUser(source queries.User) models.U... method ConvertUserToken (line 796) | func (c *ModelConverterImpl) ConvertUserToken(source queries.UserToken... method byteListToJsonRawMessage (line 805) | func (c *ModelConverterImpl) byteListToJsonRawMessage(source []uint8) ... method modelsBreastTypeEnumToModelsBreastTypeEnum2 (line 815) | func (c *ModelConverterImpl) modelsBreastTypeEnumToModelsBreastTypeEnu... method modelsEthnicityEnumToModelsEthnicityEnum2 (line 828) | func (c *ModelConverterImpl) modelsEthnicityEnumToModelsEthnicityEnum2... method modelsEyeColorEnumToModelsEyeColorEnum2 (line 851) | func (c *ModelConverterImpl) modelsEyeColorEnumToModelsEyeColorEnum2(s... method modelsGenderEnumToModelsGenderEnum2 (line 870) | func (c *ModelConverterImpl) modelsGenderEnumToModelsGenderEnum2(sourc... method modelsHairColorEnumToModelsHairColorEnum2 (line 889) | func (c *ModelConverterImpl) modelsHairColorEnumToModelsHairColorEnum2... method pTimeTimeToPTimeTime (line 916) | func (c *ModelConverterImpl) pTimeTimeToPTimeTime(source *time.Time) *... method uuidNullUUIDToUuidNullUUID2 (line 924) | func (c *ModelConverterImpl) uuidNullUUIDToUuidNullUUID2(source uuid.N... method uuidUUIDToUuidUUID3 (line 930) | func (c *ModelConverterImpl) uuidUUIDToUuidUUID3(source uuid.UUID) uui... type UpdateParamsConverterImpl (line 938) | type UpdateParamsConverterImpl struct method ConvertEditToUpdateParams (line 940) | func (c *UpdateParamsConverterImpl) ConvertEditToUpdateParams(source m... method ConvertPerformerToUpdateParams (line 951) | func (c *UpdateParamsConverterImpl) ConvertPerformerToUpdateParams(sou... method ConvertSceneToUpdateParams (line 1021) | func (c *UpdateParamsConverterImpl) ConvertSceneToUpdateParams(source ... method ConvertSiteToUpdateParams (line 1055) | func (c *UpdateParamsConverterImpl) ConvertSiteToUpdateParams(source m... method ConvertStudioToUpdateParams (line 1079) | func (c *UpdateParamsConverterImpl) ConvertStudioToUpdateParams(source... method ConvertTagToUpdateParams (line 1086) | func (c *UpdateParamsConverterImpl) ConvertTagToUpdateParams(source mo... method jsonRawMessageToByteList2 (line 1097) | func (c *UpdateParamsConverterImpl) jsonRawMessageToByteList2(source j... method modelsBreastTypeEnumToModelsBreastTypeEnum3 (line 1107) | func (c *UpdateParamsConverterImpl) modelsBreastTypeEnumToModelsBreast... method modelsEthnicityEnumToModelsEthnicityEnum3 (line 1120) | func (c *UpdateParamsConverterImpl) modelsEthnicityEnumToModelsEthnici... method modelsEyeColorEnumToModelsEyeColorEnum3 (line 1143) | func (c *UpdateParamsConverterImpl) modelsEyeColorEnumToModelsEyeColor... method modelsGenderEnumToModelsGenderEnum3 (line 1162) | func (c *UpdateParamsConverterImpl) modelsGenderEnumToModelsGenderEnum... method modelsHairColorEnumToModelsHairColorEnum3 (line 1181) | func (c *UpdateParamsConverterImpl) modelsHairColorEnumToModelsHairCol... method pTimeTimeToPTimeTime2 (line 1208) | func (c *UpdateParamsConverterImpl) pTimeTimeToPTimeTime2(source *time... method uuidNullUUIDToUuidNullUUID3 (line 1216) | func (c *UpdateParamsConverterImpl) uuidNullUUIDToUuidNullUUID3(source... method uuidUUIDToUuidUUID4 (line 1222) | func (c *UpdateParamsConverterImpl) uuidUUIDToUuidUUID4(source uuid.UU... FILE: internal/converter/gen/interfaces.go type ModelConverter (line 15) | type ModelConverter interface type InputConverter (line 86) | type InputConverter interface type CreateParamsConverter (line 101) | type CreateParamsConverter interface type UpdateParamsConverter (line 127) | type UpdateParamsConverter interface FILE: internal/cron/cron.go type Cron (line 17) | type Cron struct method processEdits (line 23) | func (c Cron) processEdits() { method cleanDrafts (line 43) | func (c Cron) cleanDrafts() { method cleanTokens (line 52) | func (c Cron) cleanTokens() { method cleanInvites (line 61) | func (c Cron) cleanInvites() { method cleanNotifications (line 70) | func (c Cron) cleanNotifications() { method cleanModAudits (line 79) | func (c Cron) cleanModAudits() { function Init (line 93) | func Init(fac service.Factory) { FILE: internal/database/database.go constant postgresDriver (line 23) | postgresDriver = "postgres" constant schemaVersion (line 24) | schemaVersion = 57 function extractSQLCQueryName (line 33) | func extractSQLCQueryName(query string) string { function Initialize (line 45) | func Initialize(databasePath string) *pgxpool.Pool { function runMigrations (line 77) | func runMigrations(databasePath string) error { type migrateLogger (line 107) | type migrateLogger struct method Printf (line 112) | func (*migrateLogger) Printf(format string, v ...any) { method Verbose (line 117) | func (*migrateLogger) Verbose() bool { FILE: internal/database/migrations/postgres/01_initial.up.sql type "performers" (line 1) | CREATE TABLE "performers" ( type "performer_aliases" (line 24) | CREATE TABLE "performer_aliases" ( type "performer_urls" (line 31) | CREATE TABLE "performer_urls" ( type "performer_piercings" (line 40) | CREATE TABLE "performer_piercings" ( type "performer_tattoos" (line 48) | CREATE TABLE "performer_tattoos" ( type "performers" (line 56) | CREATE INDEX "index_performers_on_name" on "performers" ("name") type "performer_aliases" (line 57) | CREATE INDEX "index_performers_on_alias" on "performer_aliases" ("alias") type "performer_piercings" (line 58) | CREATE INDEX "index_performers_on_piercing_location" on "performer_pierc... type "performer_tattoos" (line 59) | CREATE INDEX "index_performers_on_tattoo_location" on "performer_tattoos... type "performer_tattoos" (line 60) | CREATE INDEX "index_performers_on_tattoo_description" on "performer_tatt... type "tags" (line 62) | CREATE TABLE "tags" ( type "tag_aliases" (line 71) | CREATE TABLE "tag_aliases" ( type "studios" (line 78) | CREATE TABLE "studios" ( type "studio_urls" (line 87) | CREATE TABLE "studio_urls" ( type "scenes" (line 96) | CREATE TABLE "scenes" ( type "scene_urls" (line 107) | CREATE TABLE "scene_urls" ( type "scene_fingerprints" (line 116) | CREATE TABLE "scene_fingerprints" ( type "scene_fingerprints" (line 124) | CREATE INDEX "index_scene_fingerprints_on_hash" on "scene_fingerprints" ... type "scene_performers" (line 126) | CREATE TABLE "scene_performers" ( type "scene_tags" (line 135) | CREATE TABLE "scene_tags" ( type "users" (line 143) | CREATE TABLE "users" ( type "user_roles" (line 157) | CREATE TABLE "user_roles" ( type "users" (line 164) | CREATE INDEX "index_users_on_name" on "users" ("name") type "users" (line 165) | CREATE INDEX "index_users_on_email" on "users" ("email") type "users" (line 166) | CREATE INDEX "index_users_on_api_key" on "users" ("api_key") FILE: internal/database/migrations/postgres/02_create_search.up.sql type scene_search (line 8) | CREATE TABLE scene_search AS type name_trgm_idx (line 22) | CREATE INDEX name_trgm_idx ON performers USING GIN (name gin_trgm_ops) type ts_idx (line 23) | CREATE INDEX ts_idx ON scene_search USING gist ( function update_performers (line 32) | CREATE OR REPLACE FUNCTION update_performers() RETURNS TRIGGER AS $$ function update_scene (line 53) | CREATE OR REPLACE FUNCTION update_scene() RETURNS TRIGGER AS $$ function insert_scene (line 67) | CREATE OR REPLACE FUNCTION insert_scene() RETURNS TRIGGER AS $$ function update_studio (line 85) | CREATE OR REPLACE FUNCTION update_studio() RETURNS TRIGGER AS $$ function update_scene_performers (line 108) | CREATE OR REPLACE FUNCTION update_scene_performers() RETURNS TRIGGER AS $$ FILE: internal/database/migrations/postgres/04_image_tables.up.sql type images (line 1) | CREATE TABLE images ( type scene_images (line 8) | CREATE TABLE scene_images ( type performer_images (line 13) | CREATE TABLE performer_images ( type studio_images (line 18) | CREATE TABLE studio_images ( FILE: internal/database/migrations/postgres/05_edits.up.sql type "edits" (line 1) | CREATE TABLE "edits" ( type edit_merge_sources_idx (line 14) | CREATE INDEX edit_merge_sources_idx ON edits USING gin ((data->'merge_so... type "edit_comments" (line 16) | CREATE TABLE "edit_comments" ( type "performer_edits" (line 26) | CREATE TABLE "performer_edits" ( type "studio_edits" (line 33) | CREATE TABLE "studio_edits" ( type "tag_edits" (line 40) | CREATE TABLE "tag_edits" ( type "scene_edits" (line 47) | CREATE TABLE "scene_edits" ( FILE: internal/database/migrations/postgres/06_deletion_and_redirects.up.sql type "tags" (line 7) | CREATE UNIQUE INDEX "index_active_tags_on_name" on "tags" ("name") WHERE... type "performers" (line 9) | CREATE UNIQUE INDEX "index_active_performers_on_name" on "performers" ("... type "tag_redirects" (line 11) | CREATE TABLE "tag_redirects" ( type "performer_redirects" (line 19) | CREATE TABLE "performer_redirects" ( type "scene_redirects" (line 27) | CREATE TABLE "scene_redirects" ( type "studio_redirects" (line 35) | CREATE TABLE "studio_redirects" ( FILE: internal/database/migrations/postgres/07_optimization_indexes.up.sql type performer_images_performer_id_idx (line 1) | CREATE INDEX performer_images_performer_id_idx ON performer_images (perf... type scenes_date_idx (line 2) | CREATE INDEX scenes_date_idx ON scenes (date DESC NULLS LAST) type scene_images_scene_id_idx (line 3) | CREATE INDEX scene_images_scene_id_idx ON scene_images (scene_id) type scene_performers_performer_idx (line 4) | CREATE INDEX scene_performers_performer_idx ON scene_performers (perform... type scene_tags_tag_id_idx (line 5) | CREATE INDEX scene_tags_tag_id_idx ON scene_tags (tag_id) type scene_fingerprints_hash_idx (line 6) | CREATE INDEX scene_fingerprints_hash_idx ON scene_fingerprints (hash) type studio_images_studio_id_idx (line 7) | CREATE INDEX studio_images_studio_id_idx ON studio_images (studio_id) type tag_aliases_tag_id_idx (line 8) | CREATE INDEX tag_aliases_tag_id_idx ON tag_aliases (tag_id) type tags_name_idx (line 9) | CREATE INDEX tags_name_idx ON tags (name) FILE: internal/database/migrations/postgres/08_user_invite.up.sql type "users" (line 6) | CREATE INDEX "user_invited_by_idx" ON "users" ("invited_by") type "invite_keys" (line 8) | CREATE TABLE "invite_keys" ( type "invite_keys" (line 15) | CREATE INDEX "invite_keys_generated_by_idx" ON "invite_keys" ("generated... type "pending_activations" (line 17) | CREATE TABLE "pending_activations" ( type "pending_activations" (line 26) | CREATE UNIQUE INDEX "pending_activation_email_idx" on "pending_activatio... type "pending_activations" (line 27) | CREATE UNIQUE INDEX "pending_activation_invite_key_idx" on "pending_acti... FILE: internal/database/migrations/postgres/09_image_data.up.sql type "images" (line 6) | CREATE UNIQUE INDEX "images_checksum_idx" ON "images" ("checksum") FILE: internal/database/migrations/postgres/10_tag_categories.up.sql type tag_categories (line 1) | CREATE TABLE tag_categories ( FILE: internal/database/migrations/postgres/12_fix_performer_trigger.up.sql function update_performers (line 17) | CREATE OR REPLACE FUNCTION update_performers() RETURNS TRIGGER AS $$ function update_scene_performers (line 36) | CREATE OR REPLACE FUNCTION update_scene_performers() RETURNS TRIGGER AS $$ FILE: internal/database/migrations/postgres/13_sort_indexes.up.sql type "scene_search" (line 1) | CREATE INDEX "scene_search_scene_id_idx" ON "scene_search" ("scene_id") FILE: internal/database/migrations/postgres/14_phash_distance_search.up.sql type scene_fingerprints_phash_index (line 30) | CREATE INDEX scene_fingerprints_phash_index FILE: internal/database/migrations/postgres/16_fix_scene_update_trigger.up.sql function update_scene (line 17) | CREATE OR REPLACE FUNCTION update_scene() RETURNS TRIGGER AS $$ FILE: internal/database/migrations/postgres/17_edit_votes.up.sql type "edit_votes" (line 4) | CREATE TABLE "edit_votes" ( function update_vote_count (line 14) | CREATE OR REPLACE FUNCTION update_vote_count() RETURNS TRIGGER AS $$ FILE: internal/database/migrations/postgres/18_fingerprint_user.up.sql type "scene_fingerprints" (line 29) | CREATE INDEX "index_scene_fingerprints_on_hash" on "scene_fingerprints" ... type "scene_fingerprints" (line 30) | CREATE INDEX "index_scene_fingerprints_on_user" on "scene_fingerprints" ... type "scene_fingerprints" (line 31) | CREATE INDEX "index_scene_fingerprints_on_created_at" on "scene_fingerpr... FILE: internal/database/migrations/postgres/19_scene_created_index.up.sql type scenes_created_idx (line 1) | CREATE INDEX scenes_created_idx ON scenes(created_at DESC NULLS LAST) FILE: internal/database/migrations/postgres/21_site_urls.up.sql type "sites" (line 1) | CREATE TABLE "sites" ( FILE: internal/database/migrations/postgres/22_performer_search_indexes.up.sql type disambiguation_trgm_idx (line 1) | CREATE INDEX disambiguation_trgm_idx ON "performers" USING GIN ("disambi... type performer_alias_trgm_idx (line 2) | CREATE INDEX performer_alias_trgm_idx ON "performer_aliases" USING GIN (... FILE: internal/database/migrations/postgres/23_favorites.up.sql type performer_favorites (line 1) | CREATE TABLE performer_favorites ( type studio_favorites (line 6) | CREATE TABLE studio_favorites ( type scene_edit_performers_added_idx (line 11) | CREATE INDEX scene_edit_performers_added_idx ON edits USING GIN type scene_edit_performers_removed_idx (line 15) | CREATE INDEX scene_edit_performers_removed_idx ON edits USING GIN FILE: internal/database/migrations/postgres/24_drafts.up.sql type "drafts" (line 1) | CREATE TABLE "drafts" ( FILE: internal/database/migrations/postgres/25_scene_codes.up.sql function update_scene (line 7) | CREATE OR REPLACE FUNCTION update_scene() RETURNS TRIGGER AS $$ function insert_scene (line 29) | CREATE OR REPLACE FUNCTION insert_scene() RETURNS TRIGGER AS $$ type scene_search_ts_idx (line 46) | CREATE INDEX scene_search_ts_idx ON scene_search USING gist ( FILE: internal/database/migrations/postgres/28_studio_favorite_index.up.sql type scene_edit_studio_added_idx (line 1) | CREATE INDEX scene_edit_studio_added_idx ON edits type scene_edit_studio_removed_idx (line 5) | CREATE INDEX scene_edit_studio_removed_idx ON edits FILE: internal/database/migrations/postgres/29_scene_edit_fingerprint_index.up.sql type scene_edit_fingerprint_added_idx (line 1) | CREATE INDEX scene_edit_fingerprint_added_idx ON edits USING GIN FILE: internal/database/migrations/postgres/31_scenes_deleted_idx.up.sql type "scenes" (line 1) | CREATE INDEX "scenes_deleted_idx" ON "scenes"("deleted") type "scenes" (line 2) | CREATE INDEX "scenes_id_deleted_idx" ON "scenes"("id", "deleted") type "studio_favorites" (line 3) | CREATE INDEX "studio_favorites_idx" ON "studio_favorites"("studio_id", "... type "performer_favorites" (line 4) | CREATE INDEX "performer_favorites_idx" ON "performer_favorites"("perform... FILE: internal/database/migrations/postgres/32_edit_indexes.up.sql type "edit_votes" (line 1) | CREATE INDEX "edit_votes_user_edit_idx" ON "edit_votes" ("user_id", "edi... type edits (line 2) | CREATE INDEX "edit_status_idx" ON edits ("status") type "edit_comments" (line 3) | CREATE INDEX "edit_comments_edit_idx" ON "edit_comments" ("edit_id") type "scene_edits" (line 4) | CREATE INDEX "scene_edits_scene_idx" ON "scene_edits" ("scene_id") type "scene_edits" (line 5) | CREATE INDEX "scene_edits_edit_idx" ON "scene_edits" ("edit_id") type "performer_edits" (line 6) | CREATE INDEX "performer_edits_edit_idx" ON "performer_edits" ("edit_id") type "tag_edits" (line 7) | CREATE INDEX "tag_edits_edit_idx" ON "tag_edits" ("edit_id") type "studio_edits" (line 8) | CREATE INDEX "studio_edits_edit_idx" ON "studio_edits" ("edit_id") type "studios" (line 9) | CREATE INDEX "studio_deleted_parent_idx" ON "studios" ("deleted", "paren... FILE: internal/database/migrations/postgres/34_fingerprints.up.sql type "fingerprints" (line 1) | CREATE TABLE "fingerprints" ( type "scene_fingerprints" (line 15) | CREATE TABLE "scene_fingerprints" ( type "scene_fingerprints" (line 34) | CREATE INDEX "scene_fingerprints_fingerprint_idx" ON "scene_fingerprints... type "scene_fingerprints" (line 35) | CREATE INDEX "scene_fingerprints_user_idx" on "scene_fingerprints" (user... type "scene_fingerprints" (line 36) | CREATE INDEX "scene_fingerprints_created_at" on "scene_fingerprints" (cr... type fingerprints_phash_idx (line 51) | CREATE INDEX fingerprints_phash_idx FILE: internal/database/migrations/postgres/35_websearch.up.sql type scene_search_ts_idx (line 3) | CREATE INDEX scene_search_ts_idx ON scene_search USING gist ( function update_scene (line 14) | CREATE OR REPLACE FUNCTION update_scene() RETURNS TRIGGER AS $$ function insert_scene (line 36) | CREATE OR REPLACE FUNCTION insert_scene() RETURNS TRIGGER AS $$ FILE: internal/database/migrations/postgres/37_tokens.up.sql type "user_tokens" (line 3) | CREATE TABLE "user_tokens" ( FILE: internal/database/migrations/postgres/38_scenes_studio_id_index.up.sql type "scenes" (line 1) | CREATE INDEX "scenes_studio_id_idx" ON "scenes" ("studio_id") FILE: internal/database/migrations/postgres/41_notifications.up.sql type notifications (line 15) | CREATE TABLE notifications ( type notifications_user_read_idx (line 22) | CREATE INDEX notifications_user_read_idx ON notifications (user_id, read... type user_notifications (line 24) | CREATE TABLE user_notifications ( type user_notifications_user_id_idx (line 28) | CREATE INDEX user_notifications_user_id_idx ON user_notifications (user_id) type user_notifications_type_idx (line 29) | CREATE INDEX user_notifications_type_idx ON user_notifications (type) FILE: internal/database/migrations/postgres/43_studio_aliases.up.sql type "studio_aliases" (line 1) | CREATE TABLE "studio_aliases" ( FILE: internal/database/migrations/postgres/47_favorite_unique.up.sql type "performer_favorites" (line 9) | CREATE UNIQUE INDEX "performer_favorites_unique_idx" ON "performer_favor... type "studio_favorites" (line 21) | CREATE UNIQUE INDEX "studio_favorites_unique_idx" ON "studio_favorites" ... FILE: internal/database/migrations/postgres/49_entity_search_lower_idx.up.sql type performer_urls_url_lower_idx (line 1) | CREATE INDEX performer_urls_url_lower_idx ON performer_urls (LOWER(url)) type scene_urls_url_lower_idx (line 2) | CREATE INDEX scene_urls_url_lower_idx ON scene_urls (LOWER(url)) FILE: internal/database/migrations/postgres/51_scene_deleted_sort_indexes.up.sql type scenes_deleted_created_at_id_idx (line 5) | CREATE INDEX scenes_deleted_created_at_id_idx ON scenes (created_at DESC... type scenes_deleted_updated_at_id_idx (line 6) | CREATE INDEX scenes_deleted_updated_at_id_idx ON scenes (updated_at DESC... type scenes_deleted_date_id_idx (line 7) | CREATE INDEX scenes_deleted_date_id_idx ON scenes (date DESC, id DESC) W... type scenes_deleted_title_id_idx (line 8) | CREATE INDEX scenes_deleted_title_id_idx ON scenes (title, id DESC) WHER... FILE: internal/database/migrations/postgres/52_fingerprint_hash_bigint.up.sql type fingerprints_phash_idx (line 59) | CREATE INDEX fingerprints_phash_idx FILE: internal/database/migrations/postgres/56_paradedb_search.up.sql type scene_search (line 23) | CREATE TABLE scene_search ( type scene_search_bm25_idx (line 46) | CREATE INDEX scene_search_bm25_idx ON scene_search function upsert_scene_search (line 58) | CREATE OR REPLACE FUNCTION upsert_scene_search(sid UUID) RETURNS VOID AS $$ function trg_scene_changed (line 85) | CREATE OR REPLACE FUNCTION trg_scene_changed() RETURNS TRIGGER AS $$ function trg_performer_changed_scenes (line 93) | CREATE OR REPLACE FUNCTION trg_performer_changed_scenes() RETURNS TRIGGE... function trg_studio_changed_scenes (line 105) | CREATE OR REPLACE FUNCTION trg_studio_changed_scenes() RETURNS TRIGGER A... function trg_scene_performers_inserted (line 123) | CREATE OR REPLACE FUNCTION trg_scene_performers_inserted() RETURNS TRIGG... function trg_scene_performers_deleted (line 136) | CREATE OR REPLACE FUNCTION trg_scene_performers_deleted() RETURNS TRIGGE... type performer_search (line 151) | CREATE TABLE performer_search ( type performer_search_bm25_idx (line 168) | CREATE INDEX performer_search_bm25_idx ON performer_search function upsert_performer_search (line 178) | CREATE OR REPLACE FUNCTION upsert_performer_search(pid UUID) RETURNS VOI... function trg_performer_changed (line 200) | CREATE OR REPLACE FUNCTION trg_performer_changed() RETURNS TRIGGER AS $$ function trg_performer_aliases_inserted (line 208) | CREATE OR REPLACE FUNCTION trg_performer_aliases_inserted() RETURNS TRIG... function trg_performer_aliases_deleted (line 221) | CREATE OR REPLACE FUNCTION trg_performer_aliases_deleted() RETURNS TRIGG... type studio_search (line 236) | CREATE TABLE studio_search ( type studio_search_bm25_idx (line 252) | CREATE INDEX studio_search_bm25_idx ON studio_search function upsert_studio_search (line 256) | CREATE OR REPLACE FUNCTION upsert_studio_search(sid UUID) RETURNS VOID A... function trg_studio_changed (line 277) | CREATE OR REPLACE FUNCTION trg_studio_changed() RETURNS TRIGGER AS $$ function trg_studio_aliases_inserted (line 291) | CREATE OR REPLACE FUNCTION trg_studio_aliases_inserted() RETURNS TRIGGER... function trg_studio_aliases_deleted (line 304) | CREATE OR REPLACE FUNCTION trg_studio_aliases_deleted() RETURNS TRIGGER ... type tag_search (line 319) | CREATE TABLE tag_search ( type tag_search_bm25_idx (line 333) | CREATE INDEX tag_search_bm25_idx ON tag_search function upsert_tag_search (line 337) | CREATE OR REPLACE FUNCTION upsert_tag_search(tid UUID) RETURNS VOID AS $$ function trg_tag_changed (line 357) | CREATE OR REPLACE FUNCTION trg_tag_changed() RETURNS TRIGGER AS $$ function trg_tag_aliases_inserted (line 365) | CREATE OR REPLACE FUNCTION trg_tag_aliases_inserted() RETURNS TRIGGER AS $$ function trg_tag_aliases_deleted (line 378) | CREATE OR REPLACE FUNCTION trg_tag_aliases_deleted() RETURNS TRIGGER AS $$ FILE: internal/database/migrations/postgres/57_mod_audit.up.sql type mod_audit (line 9) | CREATE TABLE mod_audit ( type mod_audit_user_id_idx (line 21) | CREATE INDEX mod_audit_user_id_idx ON mod_audit(user_id) type mod_audit_target_id_idx (line 22) | CREATE INDEX mod_audit_target_id_idx ON mod_audit(target_id) type mod_audit_action_idx (line 23) | CREATE INDEX mod_audit_action_idx ON mod_audit(action) type mod_audit_created_at_idx (line 24) | CREATE INDEX mod_audit_created_at_idx ON mod_audit(created_at DESC) FILE: internal/database/testutil/testutil.go constant defaultTestDB (line 20) | defaultTestDB = "postgres@localhost/stash-box-test?sslmode=disable" type DatabasePopulater (line 22) | type DatabasePopulater interface function pgDropAll (line 26) | func pgDropAll(conn *pgxpool.Pool) { function initPostgres (line 46) | func initPostgres(connString string) func() { function teardownPostgres (line 65) | func teardownPostgres() { function runTests (line 73) | func runTests(m *testing.M, populater DatabasePopulater) int { function TestWithDatabase (line 97) | func TestWithDatabase(m *testing.M, populater DatabasePopulater) { function Factory (line 102) | func Factory() *service.Factory { FILE: internal/dataloader/bodymodificationsloader_gen.go type BodyModificationsLoaderConfig (line 14) | type BodyModificationsLoaderConfig struct function NewBodyModificationsLoader (line 26) | func NewBodyModificationsLoader(config BodyModificationsLoaderConfig) *B... type BodyModificationsLoader (line 35) | type BodyModificationsLoader struct method Load (line 67) | func (l *BodyModificationsLoader) Load(key uuid.UUID) ([]models.BodyMo... method LoadThunk (line 74) | func (l *BodyModificationsLoader) LoadThunk(key uuid.UUID) func() ([]m... method LoadAll (line 117) | func (l *BodyModificationsLoader) LoadAll(keys []uuid.UUID) ([][]model... method LoadAllThunk (line 135) | func (l *BodyModificationsLoader) LoadAllThunk(keys []uuid.UUID) func(... method Prime (line 153) | func (l *BodyModificationsLoader) Prime(key uuid.UUID, value []models.... method Clear (line 168) | func (l *BodyModificationsLoader) Clear(key uuid.UUID) { method unsafeSet (line 174) | func (l *BodyModificationsLoader) unsafeSet(key uuid.UUID, value []mod... type bodyModificationsLoaderBatch (line 58) | type bodyModificationsLoaderBatch struct method keyIndex (line 183) | func (b *bodyModificationsLoaderBatch) keyIndex(l *BodyModificationsLo... method startTimer (line 207) | func (b *bodyModificationsLoaderBatch) startTimer(l *BodyModifications... method end (line 223) | func (b *bodyModificationsLoaderBatch) end(l *BodyModificationsLoader) { FILE: internal/dataloader/boolsloader_gen.go type BoolsLoaderConfig (line 13) | type BoolsLoaderConfig struct function NewBoolsLoader (line 25) | func NewBoolsLoader(config BoolsLoaderConfig) *BoolsLoader { type BoolsLoader (line 34) | type BoolsLoader struct method Load (line 66) | func (l *BoolsLoader) Load(key uuid.UUID) (bool, error) { method LoadThunk (line 73) | func (l *BoolsLoader) LoadThunk(key uuid.UUID) func() (bool, error) { method LoadAll (line 116) | func (l *BoolsLoader) LoadAll(keys []uuid.UUID) ([]bool, []error) { method LoadAllThunk (line 134) | func (l *BoolsLoader) LoadAllThunk(keys []uuid.UUID) func() ([]bool, [... method Prime (line 152) | func (l *BoolsLoader) Prime(key uuid.UUID, value bool) bool { method Clear (line 163) | func (l *BoolsLoader) Clear(key uuid.UUID) { method unsafeSet (line 169) | func (l *BoolsLoader) unsafeSet(key uuid.UUID, value bool) { type boolsLoaderBatch (line 57) | type boolsLoaderBatch struct method keyIndex (line 178) | func (b *boolsLoaderBatch) keyIndex(l *BoolsLoader, key uuid.UUID) int { method startTimer (line 202) | func (b *boolsLoaderBatch) startTimer(l *BoolsLoader) { method end (line 218) | func (b *boolsLoaderBatch) end(l *BoolsLoader) { FILE: internal/dataloader/editcommentloader_gen.go type EditCommentLoaderConfig (line 14) | type EditCommentLoaderConfig struct function NewEditCommentLoader (line 26) | func NewEditCommentLoader(config EditCommentLoaderConfig) *EditCommentLo... type EditCommentLoader (line 35) | type EditCommentLoader struct method Load (line 67) | func (l *EditCommentLoader) Load(key uuid.UUID) (*models.EditComment, ... method LoadThunk (line 74) | func (l *EditCommentLoader) LoadThunk(key uuid.UUID) func() (*models.E... method LoadAll (line 117) | func (l *EditCommentLoader) LoadAll(keys []uuid.UUID) ([]*models.EditC... method LoadAllThunk (line 135) | func (l *EditCommentLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*... method Prime (line 153) | func (l *EditCommentLoader) Prime(key uuid.UUID, value *models.EditCom... method Clear (line 167) | func (l *EditCommentLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *EditCommentLoader) unsafeSet(key uuid.UUID, value *models.Edi... type editCommentLoaderBatch (line 58) | type editCommentLoaderBatch struct method keyIndex (line 182) | func (b *editCommentLoaderBatch) keyIndex(l *EditCommentLoader, key uu... method startTimer (line 206) | func (b *editCommentLoaderBatch) startTimer(l *EditCommentLoader) { method end (line 222) | func (b *editCommentLoaderBatch) end(l *EditCommentLoader) { FILE: internal/dataloader/editloader_gen.go type EditLoaderConfig (line 14) | type EditLoaderConfig struct function NewEditLoader (line 26) | func NewEditLoader(config EditLoaderConfig) *EditLoader { type EditLoader (line 35) | type EditLoader struct method Load (line 67) | func (l *EditLoader) Load(key uuid.UUID) (*models.Edit, error) { method LoadThunk (line 74) | func (l *EditLoader) LoadThunk(key uuid.UUID) func() (*models.Edit, er... method LoadAll (line 117) | func (l *EditLoader) LoadAll(keys []uuid.UUID) ([]*models.Edit, []erro... method LoadAllThunk (line 135) | func (l *EditLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*models.... method Prime (line 153) | func (l *EditLoader) Prime(key uuid.UUID, value *models.Edit) bool { method Clear (line 167) | func (l *EditLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *EditLoader) unsafeSet(key uuid.UUID, value *models.Edit) { type editLoaderBatch (line 58) | type editLoaderBatch struct method keyIndex (line 182) | func (b *editLoaderBatch) keyIndex(l *EditLoader, key uuid.UUID) int { method startTimer (line 206) | func (b *editLoaderBatch) startTimer(l *EditLoader) { method end (line 222) | func (b *editLoaderBatch) end(l *EditLoader) { FILE: internal/dataloader/fingerprintsloader_gen.go type FingerprintsLoaderConfig (line 14) | type FingerprintsLoaderConfig struct function NewFingerprintsLoader (line 26) | func NewFingerprintsLoader(config FingerprintsLoaderConfig) *Fingerprint... type FingerprintsLoader (line 35) | type FingerprintsLoader struct method Load (line 67) | func (l *FingerprintsLoader) Load(key uuid.UUID) ([]models.Fingerprint... method LoadThunk (line 74) | func (l *FingerprintsLoader) LoadThunk(key uuid.UUID) func() ([]models... method LoadAll (line 117) | func (l *FingerprintsLoader) LoadAll(keys []uuid.UUID) ([][]models.Fin... method LoadAllThunk (line 135) | func (l *FingerprintsLoader) LoadAllThunk(keys []uuid.UUID) func() ([]... method Prime (line 153) | func (l *FingerprintsLoader) Prime(key uuid.UUID, value []models.Finge... method Clear (line 168) | func (l *FingerprintsLoader) Clear(key uuid.UUID) { method unsafeSet (line 174) | func (l *FingerprintsLoader) unsafeSet(key uuid.UUID, value []models.F... type fingerprintsLoaderBatch (line 58) | type fingerprintsLoaderBatch struct method keyIndex (line 183) | func (b *fingerprintsLoaderBatch) keyIndex(l *FingerprintsLoader, key ... method startTimer (line 207) | func (b *fingerprintsLoaderBatch) startTimer(l *FingerprintsLoader) { method end (line 223) | func (b *fingerprintsLoaderBatch) end(l *FingerprintsLoader) { FILE: internal/dataloader/imageloader_gen.go type ImageLoaderConfig (line 14) | type ImageLoaderConfig struct function NewImageLoader (line 26) | func NewImageLoader(config ImageLoaderConfig) *ImageLoader { type ImageLoader (line 35) | type ImageLoader struct method Load (line 67) | func (l *ImageLoader) Load(key uuid.UUID) (*models.Image, error) { method LoadThunk (line 74) | func (l *ImageLoader) LoadThunk(key uuid.UUID) func() (*models.Image, ... method LoadAll (line 117) | func (l *ImageLoader) LoadAll(keys []uuid.UUID) ([]*models.Image, []er... method LoadAllThunk (line 135) | func (l *ImageLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*models... method Prime (line 153) | func (l *ImageLoader) Prime(key uuid.UUID, value *models.Image) bool { method Clear (line 167) | func (l *ImageLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *ImageLoader) unsafeSet(key uuid.UUID, value *models.Image) { type imageLoaderBatch (line 58) | type imageLoaderBatch struct method keyIndex (line 182) | func (b *imageLoaderBatch) keyIndex(l *ImageLoader, key uuid.UUID) int { method startTimer (line 206) | func (b *imageLoaderBatch) startTimer(l *ImageLoader) { method end (line 222) | func (b *imageLoaderBatch) end(l *ImageLoader) { FILE: internal/dataloader/loaders.go type contextKey (line 14) | type contextKey constant loadersKey (line 17) | loadersKey contextKey = iota type Loaders (line 20) | type Loaders struct function Middleware (line 50) | func Middleware(fac service.Factory) func(next http.Handler) http.Handler { function For (line 61) | func For(ctx context.Context) *Loaders { function GetLoadersKey (line 65) | func GetLoadersKey() contextKey { function GetLoaders (line 68) | func GetLoaders(ctx context.Context, fac service.Factory) *Loaders { FILE: internal/dataloader/performerloader_gen.go type PerformerLoaderConfig (line 14) | type PerformerLoaderConfig struct function NewPerformerLoader (line 26) | func NewPerformerLoader(config PerformerLoaderConfig) *PerformerLoader { type PerformerLoader (line 35) | type PerformerLoader struct method Load (line 67) | func (l *PerformerLoader) Load(key uuid.UUID) (*models.Performer, erro... method LoadThunk (line 74) | func (l *PerformerLoader) LoadThunk(key uuid.UUID) func() (*models.Per... method LoadAll (line 117) | func (l *PerformerLoader) LoadAll(keys []uuid.UUID) ([]*models.Perform... method LoadAllThunk (line 135) | func (l *PerformerLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*mo... method Prime (line 153) | func (l *PerformerLoader) Prime(key uuid.UUID, value *models.Performer... method Clear (line 167) | func (l *PerformerLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *PerformerLoader) unsafeSet(key uuid.UUID, value *models.Perfo... type performerLoaderBatch (line 58) | type performerLoaderBatch struct method keyIndex (line 182) | func (b *performerLoaderBatch) keyIndex(l *PerformerLoader, key uuid.U... method startTimer (line 206) | func (b *performerLoaderBatch) startTimer(l *PerformerLoader) { method end (line 222) | func (b *performerLoaderBatch) end(l *PerformerLoader) { FILE: internal/dataloader/sceneappearancesloader_gen.go type SceneAppearancesLoaderConfig (line 14) | type SceneAppearancesLoaderConfig struct function NewSceneAppearancesLoader (line 26) | func NewSceneAppearancesLoader(config SceneAppearancesLoaderConfig) *Sce... type SceneAppearancesLoader (line 35) | type SceneAppearancesLoader struct method Load (line 67) | func (l *SceneAppearancesLoader) Load(key uuid.UUID) ([]models.Perform... method LoadThunk (line 74) | func (l *SceneAppearancesLoader) LoadThunk(key uuid.UUID) func() ([]mo... method LoadAll (line 117) | func (l *SceneAppearancesLoader) LoadAll(keys []uuid.UUID) ([][]models... method LoadAllThunk (line 135) | func (l *SceneAppearancesLoader) LoadAllThunk(keys []uuid.UUID) func()... method Prime (line 153) | func (l *SceneAppearancesLoader) Prime(key uuid.UUID, value []models.P... method Clear (line 168) | func (l *SceneAppearancesLoader) Clear(key uuid.UUID) { method unsafeSet (line 174) | func (l *SceneAppearancesLoader) unsafeSet(key uuid.UUID, value []mode... type sceneAppearancesLoaderBatch (line 58) | type sceneAppearancesLoaderBatch struct method keyIndex (line 183) | func (b *sceneAppearancesLoaderBatch) keyIndex(l *SceneAppearancesLoad... method startTimer (line 207) | func (b *sceneAppearancesLoaderBatch) startTimer(l *SceneAppearancesLo... method end (line 223) | func (b *sceneAppearancesLoaderBatch) end(l *SceneAppearancesLoader) { FILE: internal/dataloader/sceneloader_gen.go type SceneLoaderConfig (line 14) | type SceneLoaderConfig struct function NewSceneLoader (line 26) | func NewSceneLoader(config SceneLoaderConfig) *SceneLoader { type SceneLoader (line 35) | type SceneLoader struct method Load (line 67) | func (l *SceneLoader) Load(key uuid.UUID) (*models.Scene, error) { method LoadThunk (line 74) | func (l *SceneLoader) LoadThunk(key uuid.UUID) func() (*models.Scene, ... method LoadAll (line 117) | func (l *SceneLoader) LoadAll(keys []uuid.UUID) ([]*models.Scene, []er... method LoadAllThunk (line 135) | func (l *SceneLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*models... method Prime (line 153) | func (l *SceneLoader) Prime(key uuid.UUID, value *models.Scene) bool { method Clear (line 167) | func (l *SceneLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *SceneLoader) unsafeSet(key uuid.UUID, value *models.Scene) { type sceneLoaderBatch (line 58) | type sceneLoaderBatch struct method keyIndex (line 182) | func (b *sceneLoaderBatch) keyIndex(l *SceneLoader, key uuid.UUID) int { method startTimer (line 206) | func (b *sceneLoaderBatch) startTimer(l *SceneLoader) { method end (line 222) | func (b *sceneLoaderBatch) end(l *SceneLoader) { FILE: internal/dataloader/siteloader_gen.go type SiteLoaderConfig (line 14) | type SiteLoaderConfig struct function NewSiteLoader (line 26) | func NewSiteLoader(config SiteLoaderConfig) *SiteLoader { type SiteLoader (line 35) | type SiteLoader struct method Load (line 67) | func (l *SiteLoader) Load(key uuid.UUID) (*models.Site, error) { method LoadThunk (line 74) | func (l *SiteLoader) LoadThunk(key uuid.UUID) func() (*models.Site, er... method LoadAll (line 117) | func (l *SiteLoader) LoadAll(keys []uuid.UUID) ([]*models.Site, []erro... method LoadAllThunk (line 135) | func (l *SiteLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*models.... method Prime (line 153) | func (l *SiteLoader) Prime(key uuid.UUID, value *models.Site) bool { method Clear (line 167) | func (l *SiteLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *SiteLoader) unsafeSet(key uuid.UUID, value *models.Site) { type siteLoaderBatch (line 58) | type siteLoaderBatch struct method keyIndex (line 182) | func (b *siteLoaderBatch) keyIndex(l *SiteLoader, key uuid.UUID) int { method startTimer (line 206) | func (b *siteLoaderBatch) startTimer(l *SiteLoader) { method end (line 222) | func (b *siteLoaderBatch) end(l *SiteLoader) { FILE: internal/dataloader/stringsloader_gen.go type StringsLoaderConfig (line 13) | type StringsLoaderConfig struct function NewStringsLoader (line 25) | func NewStringsLoader(config StringsLoaderConfig) *StringsLoader { type StringsLoader (line 34) | type StringsLoader struct method Load (line 66) | func (l *StringsLoader) Load(key uuid.UUID) ([]string, error) { method LoadThunk (line 73) | func (l *StringsLoader) LoadThunk(key uuid.UUID) func() ([]string, err... method LoadAll (line 116) | func (l *StringsLoader) LoadAll(keys []uuid.UUID) ([][]string, []error) { method LoadAllThunk (line 134) | func (l *StringsLoader) LoadAllThunk(keys []uuid.UUID) func() ([][]str... method Prime (line 152) | func (l *StringsLoader) Prime(key uuid.UUID, value []string) bool { method Clear (line 167) | func (l *StringsLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *StringsLoader) unsafeSet(key uuid.UUID, value []string) { type stringsLoaderBatch (line 57) | type stringsLoaderBatch struct method keyIndex (line 182) | func (b *stringsLoaderBatch) keyIndex(l *StringsLoader, key uuid.UUID)... method startTimer (line 206) | func (b *stringsLoaderBatch) startTimer(l *StringsLoader) { method end (line 222) | func (b *stringsLoaderBatch) end(l *StringsLoader) { FILE: internal/dataloader/studioloader_gen.go type StudioLoaderConfig (line 14) | type StudioLoaderConfig struct function NewStudioLoader (line 26) | func NewStudioLoader(config StudioLoaderConfig) *StudioLoader { type StudioLoader (line 35) | type StudioLoader struct method Load (line 67) | func (l *StudioLoader) Load(key uuid.UUID) (*models.Studio, error) { method LoadThunk (line 74) | func (l *StudioLoader) LoadThunk(key uuid.UUID) func() (*models.Studio... method LoadAll (line 117) | func (l *StudioLoader) LoadAll(keys []uuid.UUID) ([]*models.Studio, []... method LoadAllThunk (line 135) | func (l *StudioLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*model... method Prime (line 153) | func (l *StudioLoader) Prime(key uuid.UUID, value *models.Studio) bool { method Clear (line 167) | func (l *StudioLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *StudioLoader) unsafeSet(key uuid.UUID, value *models.Studio) { type studioLoaderBatch (line 58) | type studioLoaderBatch struct method keyIndex (line 182) | func (b *studioLoaderBatch) keyIndex(l *StudioLoader, key uuid.UUID) i... method startTimer (line 206) | func (b *studioLoaderBatch) startTimer(l *StudioLoader) { method end (line 222) | func (b *studioLoaderBatch) end(l *StudioLoader) { FILE: internal/dataloader/submittedfingerprintsloader_gen.go type SubmittedFingerprintsLoaderConfig (line 14) | type SubmittedFingerprintsLoaderConfig struct function NewSubmittedFingerprintsLoader (line 26) | func NewSubmittedFingerprintsLoader(config SubmittedFingerprintsLoaderCo... type SubmittedFingerprintsLoader (line 35) | type SubmittedFingerprintsLoader struct method Load (line 67) | func (l *SubmittedFingerprintsLoader) Load(key uuid.UUID) ([]models.Fi... method LoadThunk (line 74) | func (l *SubmittedFingerprintsLoader) LoadThunk(key uuid.UUID) func() ... method LoadAll (line 117) | func (l *SubmittedFingerprintsLoader) LoadAll(keys []uuid.UUID) ([][]m... method LoadAllThunk (line 135) | func (l *SubmittedFingerprintsLoader) LoadAllThunk(keys []uuid.UUID) f... method Prime (line 153) | func (l *SubmittedFingerprintsLoader) Prime(key uuid.UUID, value []mod... method Clear (line 168) | func (l *SubmittedFingerprintsLoader) Clear(key uuid.UUID) { method unsafeSet (line 174) | func (l *SubmittedFingerprintsLoader) unsafeSet(key uuid.UUID, value [... type submittedFingerprintsLoaderBatch (line 58) | type submittedFingerprintsLoaderBatch struct method keyIndex (line 183) | func (b *submittedFingerprintsLoaderBatch) keyIndex(l *SubmittedFinger... method startTimer (line 207) | func (b *submittedFingerprintsLoaderBatch) startTimer(l *SubmittedFing... method end (line 223) | func (b *submittedFingerprintsLoaderBatch) end(l *SubmittedFingerprint... FILE: internal/dataloader/tagcategoryloader_gen.go type TagCategoryLoaderConfig (line 14) | type TagCategoryLoaderConfig struct function NewTagCategoryLoader (line 26) | func NewTagCategoryLoader(config TagCategoryLoaderConfig) *TagCategoryLo... type TagCategoryLoader (line 35) | type TagCategoryLoader struct method Load (line 67) | func (l *TagCategoryLoader) Load(key uuid.UUID) (*models.TagCategory, ... method LoadThunk (line 74) | func (l *TagCategoryLoader) LoadThunk(key uuid.UUID) func() (*models.T... method LoadAll (line 117) | func (l *TagCategoryLoader) LoadAll(keys []uuid.UUID) ([]*models.TagCa... method LoadAllThunk (line 135) | func (l *TagCategoryLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*... method Prime (line 153) | func (l *TagCategoryLoader) Prime(key uuid.UUID, value *models.TagCate... method Clear (line 167) | func (l *TagCategoryLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *TagCategoryLoader) unsafeSet(key uuid.UUID, value *models.Tag... type tagCategoryLoaderBatch (line 58) | type tagCategoryLoaderBatch struct method keyIndex (line 182) | func (b *tagCategoryLoaderBatch) keyIndex(l *TagCategoryLoader, key uu... method startTimer (line 206) | func (b *tagCategoryLoaderBatch) startTimer(l *TagCategoryLoader) { method end (line 222) | func (b *tagCategoryLoaderBatch) end(l *TagCategoryLoader) { FILE: internal/dataloader/tagloader_gen.go type TagLoaderConfig (line 14) | type TagLoaderConfig struct function NewTagLoader (line 26) | func NewTagLoader(config TagLoaderConfig) *TagLoader { type TagLoader (line 35) | type TagLoader struct method Load (line 67) | func (l *TagLoader) Load(key uuid.UUID) (*models.Tag, error) { method LoadThunk (line 74) | func (l *TagLoader) LoadThunk(key uuid.UUID) func() (*models.Tag, erro... method LoadAll (line 117) | func (l *TagLoader) LoadAll(keys []uuid.UUID) ([]*models.Tag, []error) { method LoadAllThunk (line 135) | func (l *TagLoader) LoadAllThunk(keys []uuid.UUID) func() ([]*models.T... method Prime (line 153) | func (l *TagLoader) Prime(key uuid.UUID, value *models.Tag) bool { method Clear (line 167) | func (l *TagLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *TagLoader) unsafeSet(key uuid.UUID, value *models.Tag) { type tagLoaderBatch (line 58) | type tagLoaderBatch struct method keyIndex (line 182) | func (b *tagLoaderBatch) keyIndex(l *TagLoader, key uuid.UUID) int { method startTimer (line 206) | func (b *tagLoaderBatch) startTimer(l *TagLoader) { method end (line 222) | func (b *tagLoaderBatch) end(l *TagLoader) { FILE: internal/dataloader/urlloader_gen.go type URLLoaderConfig (line 14) | type URLLoaderConfig struct function NewURLLoader (line 26) | func NewURLLoader(config URLLoaderConfig) *URLLoader { type URLLoader (line 35) | type URLLoader struct method Load (line 67) | func (l *URLLoader) Load(key uuid.UUID) ([]models.URL, error) { method LoadThunk (line 74) | func (l *URLLoader) LoadThunk(key uuid.UUID) func() ([]models.URL, err... method LoadAll (line 117) | func (l *URLLoader) LoadAll(keys []uuid.UUID) ([][]models.URL, []error) { method LoadAllThunk (line 135) | func (l *URLLoader) LoadAllThunk(keys []uuid.UUID) func() ([][]models.... method Prime (line 153) | func (l *URLLoader) Prime(key uuid.UUID, value []models.URL) bool { method Clear (line 168) | func (l *URLLoader) Clear(key uuid.UUID) { method unsafeSet (line 174) | func (l *URLLoader) unsafeSet(key uuid.UUID, value []models.URL) { type uRLLoaderBatch (line 58) | type uRLLoaderBatch struct method keyIndex (line 183) | func (b *uRLLoaderBatch) keyIndex(l *URLLoader, key uuid.UUID) int { method startTimer (line 207) | func (b *uRLLoaderBatch) startTimer(l *URLLoader) { method end (line 223) | func (b *uRLLoaderBatch) end(l *URLLoader) { FILE: internal/dataloader/uuidsloader_gen.go type UUIDsLoaderConfig (line 13) | type UUIDsLoaderConfig struct function NewUUIDsLoader (line 25) | func NewUUIDsLoader(config UUIDsLoaderConfig) *UUIDsLoader { type UUIDsLoader (line 34) | type UUIDsLoader struct method Load (line 66) | func (l *UUIDsLoader) Load(key uuid.UUID) ([]uuid.UUID, error) { method LoadThunk (line 73) | func (l *UUIDsLoader) LoadThunk(key uuid.UUID) func() ([]uuid.UUID, er... method LoadAll (line 116) | func (l *UUIDsLoader) LoadAll(keys []uuid.UUID) ([][]uuid.UUID, []erro... method LoadAllThunk (line 134) | func (l *UUIDsLoader) LoadAllThunk(keys []uuid.UUID) func() ([][]uuid.... method Prime (line 152) | func (l *UUIDsLoader) Prime(key uuid.UUID, value []uuid.UUID) bool { method Clear (line 167) | func (l *UUIDsLoader) Clear(key uuid.UUID) { method unsafeSet (line 173) | func (l *UUIDsLoader) unsafeSet(key uuid.UUID, value []uuid.UUID) { type uUIDsLoaderBatch (line 57) | type uUIDsLoaderBatch struct method keyIndex (line 182) | func (b *uUIDsLoaderBatch) keyIndex(l *UUIDsLoader, key uuid.UUID) int { method startTimer (line 206) | func (b *uUIDsLoaderBatch) startTimer(l *UUIDsLoader) { method end (line 222) | func (b *uUIDsLoaderBatch) end(l *UUIDsLoader) { FILE: internal/email/manager.go type Manager (line 13) | type Manager struct method validateEmailCooldown (line 23) | func (m *Manager) validateEmailCooldown(email string) error { method clearExpired (line 33) | func (m *Manager) clearExpired() { method Send (line 45) | func (m *Manager) Send(email, subject, text, html string) error { function NewManager (line 17) | func NewManager() *Manager { FILE: internal/email/user.go function ConfirmOldEmail (line 21) | func ConfirmOldEmail(ctx context.Context, tx *queries.Queries, user mode... function generateConfirmOldEmailKey (line 31) | func generateConfirmOldEmailKey(ctx context.Context, tx *queries.Queries... function ConfirmNewEmail (line 48) | func ConfirmNewEmail(ctx context.Context, tx *queries.Queries, user mode... function generateConfirmNewEmailKey (line 58) | func generateConfirmNewEmailKey(ctx context.Context, tx *queries.Queries... function ChangeEmail (line 72) | func ChangeEmail(ctx context.Context, tx *queries.Queries, token models.... function sendTemplatedEmail (line 84) | func sendTemplatedEmail(mgr *Manager, email, subject, preHeader, greetin... function sendConfirmOldEmail (line 130) | func sendConfirmOldEmail(mgr *Manager, user models.User, activationKey u... function SendNewUserEmail (line 141) | func SendNewUserEmail(email string, activationKey uuid.UUID, mgr *Manage... function SendResetPasswordEmail (line 152) | func SendResetPasswordEmail(user queries.User, activationKey uuid.UUID, ... function sendConfirmNewEmail (line 163) | func sendConfirmNewEmail(mgr *Manager, user *models.User, email string, ... FILE: internal/image/cache/cache.go type cacheManager (line 16) | type cacheManager struct method getItemPath (line 46) | func (c *cacheManager) getItemPath(id uuid.UUID, size int) string { method Read (line 51) | func (c *cacheManager) Read(id uuid.UUID, size int) (io.ReadCloser, er... method Write (line 56) | func (c *cacheManager) Write(id uuid.UUID, size int, data []byte) error { method Delete (line 61) | func (c *cacheManager) Delete(id uuid.UUID) error { function GetCacheManager (line 25) | func GetCacheManager() *cacheManager { FILE: internal/image/resize_unix.go function Resize (line 13) | func Resize(reader io.Reader, maxSize int, dbimage *models.Image, fileSi... function InitResizer (line 48) | func InitResizer() error { FILE: internal/image/resize_windows.go function Resize (line 17) | func Resize(reader io.Reader, max int, dbimage *models.Image, fileSize i... function InitResizer (line 21) | func InitResizer() error { return nil } function resizeImage (line 23) | func resizeImage(srcReader io.Reader, maxDimension int64) ([]byte, error) { FILE: internal/image/sort.go function OrderLandscape (line 9) | func OrderLandscape(p []models.Image) { function OrderPortrait (line 25) | func OrderPortrait(p []models.Image) { FILE: internal/models/assign/assign.go type StringEnum (line 9) | type StringEnum interface function String (line 15) | func String(out *string, in *string) { function StringPtr (line 22) | func StringPtr(out **string, in *string, old *string) { function IntPtr (line 31) | func IntPtr(out **int, in *int, old *int) { function NullUUID (line 41) | func NullUUID(out *uuid.NullUUID, in *uuid.UUID, old *uuid.UUID) { function EnumPtr (line 51) | func EnumPtr[T StringEnum](out **T, in *string, old *string) { FILE: internal/models/extension_criterion_input.go type MultiCriterionInput (line 3) | type MultiCriterionInput interface method Count (line 9) | func (i MultiIDCriterionInput) Count() int { method GetValues (line 13) | func (i MultiIDCriterionInput) GetValues() []interface{} { method GetModifier (line 21) | func (i MultiIDCriterionInput) GetModifier() CriterionModifier { method Count (line 25) | func (i MultiStringCriterionInput) Count() int { method GetModifier (line 29) | func (i MultiStringCriterionInput) GetModifier() CriterionModifier { method GetValues (line 33) | func (i MultiStringCriterionInput) GetValues() []interface{} { FILE: internal/models/extension_edit_details.go method TagEditFromDiff (line 8) | func (e TagEditDetailsInput) TagEditFromDiff(orig Tag, inputArgs utils.A... method TagEditFromMerge (line 30) | func (e TagEditDetailsInput) TagEditFromMerge(orig Tag, sources []uuid.U... method TagEditFromCreate (line 37) | func (e TagEditDetailsInput) TagEditFromCreate(inputArgs utils.Arguments... method PerformerEditFromDiff (line 45) | func (e PerformerEditDetailsInput) PerformerEditFromDiff(orig Performer,... method PerformerEditFromMerge (line 118) | func (e PerformerEditDetailsInput) PerformerEditFromMerge(orig Performer... method PerformerEditFromCreate (line 128) | func (e PerformerEditDetailsInput) PerformerEditFromCreate(inputArgs uti... method StudioEditFromDiff (line 139) | func (e StudioEditDetailsInput) StudioEditFromDiff(orig Studio, inputArg... method StudioEditFromMerge (line 158) | func (e StudioEditDetailsInput) StudioEditFromMerge(orig Studio, sources... method StudioEditFromCreate (line 165) | func (e StudioEditDetailsInput) StudioEditFromCreate() StudioEditData { method SceneEditFromDiff (line 177) | func (e SceneEditDetailsInput) SceneEditFromDiff(orig Scene, inputArgs u... method SceneEditFromMerge (line 217) | func (e SceneEditDetailsInput) SceneEditFromMerge(orig Scene, sources []... method SceneEditFromCreate (line 227) | func (e SceneEditDetailsInput) SceneEditFromCreate(inputArgs utils.Argum... FILE: internal/models/extension_edit_details_test.go function TestTagEditFromDiff (line 76) | func TestTagEditFromDiff(t *testing.T) { function TestPerformerEditFromDiff (line 140) | func TestPerformerEditFromDiff(t *testing.T) { FILE: internal/models/extension_role_enum.go method Implies (line 3) | func (r RoleEnum) Implies(other RoleEnum) bool { FILE: internal/models/generated_exec.go function NewExecutableSchema (line 24) | func NewExecutableSchema(cfg Config) graphql.ExecutableSchema { type ResolverRoot (line 30) | type ResolverRoot interface type DirectiveRoot (line 63) | type DirectiveRoot struct type ComplexityRoot (line 68) | type ComplexityRoot struct type DraftResolver (line 720) | type DraftResolver interface type EditResolver (line 725) | type EditResolver interface type EditCommentResolver (line 747) | type EditCommentResolver interface type EditVoteResolver (line 753) | type EditVoteResolver interface type ImageResolver (line 758) | type ImageResolver interface type ModAuditResolver (line 761) | type ModAuditResolver interface type MutationResolver (line 765) | type MutationResolver interface type NotificationResolver (line 828) | type NotificationResolver interface type PerformerResolver (line 833) | type PerformerResolver interface type PerformerDraftResolver (line 855) | type PerformerDraftResolver interface type PerformerEditResolver (line 858) | type PerformerEditResolver interface type QueryResolver (line 877) | type QueryResolver interface type QueryEditsResultTypeResolver (line 913) | type QueryEditsResultTypeResolver interface type QueryExistingPerformerResultResolver (line 917) | type QueryExistingPerformerResultResolver interface type QueryExistingSceneResultResolver (line 921) | type QueryExistingSceneResultResolver interface type QueryModAuditsResultTypeResolver (line 925) | type QueryModAuditsResultTypeResolver interface type QueryNotificationsResultResolver (line 929) | type QueryNotificationsResultResolver interface type QueryPerformersResultTypeResolver (line 933) | type QueryPerformersResultTypeResolver interface type QueryScenesResultTypeResolver (line 938) | type QueryScenesResultTypeResolver interface type SceneResolver (line 942) | type SceneResolver interface type SceneDraftResolver (line 956) | type SceneDraftResolver interface type SceneEditResolver (line 962) | type SceneEditResolver interface type SiteResolver (line 979) | type SiteResolver interface type StudioResolver (line 985) | type StudioResolver interface type StudioEditResolver (line 998) | type StudioEditResolver interface type TagResolver (line 1006) | type TagResolver interface type TagCategoryResolver (line 1012) | type TagCategoryResolver interface type TagEditResolver (line 1015) | type TagEditResolver interface type URLResolver (line 1019) | type URLResolver interface type UserResolver (line 1023) | type UserResolver interface type executableSchema (line 1036) | type executableSchema method Schema (line 1038) | func (e *executableSchema) Schema() *ast.Schema { method Complexity (line 1045) | func (e *executableSchema) Complexity(ctx context.Context, typeName, f... method Exec (line 4322) | func (e *executableSchema) Exec(ctx context.Context) graphql.ResponseH... type executionContext (line 4467) | type executionContext struct method dir_hasRole_args (line 6365) | func (ec *executionContext) dir_hasRole_args(ctx context.Context, rawA... method field_Mutation_activateNewUser_args (line 6376) | func (ec *executionContext) field_Mutation_activateNewUser_args(ctx co... method field_Mutation_amendEdit_args (line 6387) | func (ec *executionContext) field_Mutation_amendEdit_args(ctx context.... method field_Mutation_applyEdit_args (line 6398) | func (ec *executionContext) field_Mutation_applyEdit_args(ctx context.... method field_Mutation_cancelEdit_args (line 6409) | func (ec *executionContext) field_Mutation_cancelEdit_args(ctx context... method field_Mutation_changePassword_args (line 6420) | func (ec *executionContext) field_Mutation_changePassword_args(ctx con... method field_Mutation_confirmChangeEmail_args (line 6431) | func (ec *executionContext) field_Mutation_confirmChangeEmail_args(ctx... method field_Mutation_deleteEdit_args (line 6442) | func (ec *executionContext) field_Mutation_deleteEdit_args(ctx context... method field_Mutation_destroyDraft_args (line 6453) | func (ec *executionContext) field_Mutation_destroyDraft_args(ctx conte... method field_Mutation_editComment_args (line 6464) | func (ec *executionContext) field_Mutation_editComment_args(ctx contex... method field_Mutation_editVote_args (line 6475) | func (ec *executionContext) field_Mutation_editVote_args(ctx context.C... method field_Mutation_favoritePerformer_args (line 6486) | func (ec *executionContext) field_Mutation_favoritePerformer_args(ctx ... method field_Mutation_favoriteStudio_args (line 6502) | func (ec *executionContext) field_Mutation_favoriteStudio_args(ctx con... method field_Mutation_generateInviteCodes_args (line 6518) | func (ec *executionContext) field_Mutation_generateInviteCodes_args(ct... method field_Mutation_grantInvite_args (line 6529) | func (ec *executionContext) field_Mutation_grantInvite_args(ctx contex... method field_Mutation_imageCreate_args (line 6540) | func (ec *executionContext) field_Mutation_imageCreate_args(ctx contex... method field_Mutation_imageDestroy_args (line 6551) | func (ec *executionContext) field_Mutation_imageDestroy_args(ctx conte... method field_Mutation_markNotificationsRead_args (line 6562) | func (ec *executionContext) field_Mutation_markNotificationsRead_args(... method field_Mutation_newUser_args (line 6573) | func (ec *executionContext) field_Mutation_newUser_args(ctx context.Co... method field_Mutation_performerCreate_args (line 6584) | func (ec *executionContext) field_Mutation_performerCreate_args(ctx co... method field_Mutation_performerDestroy_args (line 6595) | func (ec *executionContext) field_Mutation_performerDestroy_args(ctx c... method field_Mutation_performerEditUpdate_args (line 6606) | func (ec *executionContext) field_Mutation_performerEditUpdate_args(ct... method field_Mutation_performerEdit_args (line 6622) | func (ec *executionContext) field_Mutation_performerEdit_args(ctx cont... method field_Mutation_performerUpdate_args (line 6633) | func (ec *executionContext) field_Mutation_performerUpdate_args(ctx co... method field_Mutation_regenerateAPIKey_args (line 6644) | func (ec *executionContext) field_Mutation_regenerateAPIKey_args(ctx c... method field_Mutation_rescindInviteCode_args (line 6655) | func (ec *executionContext) field_Mutation_rescindInviteCode_args(ctx ... method field_Mutation_resetPassword_args (line 6666) | func (ec *executionContext) field_Mutation_resetPassword_args(ctx cont... method field_Mutation_revokeInvite_args (line 6677) | func (ec *executionContext) field_Mutation_revokeInvite_args(ctx conte... method field_Mutation_sceneCreate_args (line 6688) | func (ec *executionContext) field_Mutation_sceneCreate_args(ctx contex... method field_Mutation_sceneDeleteFingerprintSubmissions_args (line 6699) | func (ec *executionContext) field_Mutation_sceneDeleteFingerprintSubmi... method field_Mutation_sceneDestroy_args (line 6710) | func (ec *executionContext) field_Mutation_sceneDestroy_args(ctx conte... method field_Mutation_sceneEditUpdate_args (line 6721) | func (ec *executionContext) field_Mutation_sceneEditUpdate_args(ctx co... method field_Mutation_sceneEdit_args (line 6737) | func (ec *executionContext) field_Mutation_sceneEdit_args(ctx context.... method field_Mutation_sceneMoveFingerprintSubmissions_args (line 6748) | func (ec *executionContext) field_Mutation_sceneMoveFingerprintSubmiss... method field_Mutation_sceneUpdate_args (line 6759) | func (ec *executionContext) field_Mutation_sceneUpdate_args(ctx contex... method field_Mutation_siteCreate_args (line 6770) | func (ec *executionContext) field_Mutation_siteCreate_args(ctx context... method field_Mutation_siteDestroy_args (line 6781) | func (ec *executionContext) field_Mutation_siteDestroy_args(ctx contex... method field_Mutation_siteUpdate_args (line 6792) | func (ec *executionContext) field_Mutation_siteUpdate_args(ctx context... method field_Mutation_studioCreate_args (line 6803) | func (ec *executionContext) field_Mutation_studioCreate_args(ctx conte... method field_Mutation_studioDestroy_args (line 6814) | func (ec *executionContext) field_Mutation_studioDestroy_args(ctx cont... method field_Mutation_studioEditUpdate_args (line 6825) | func (ec *executionContext) field_Mutation_studioEditUpdate_args(ctx c... method field_Mutation_studioEdit_args (line 6841) | func (ec *executionContext) field_Mutation_studioEdit_args(ctx context... method field_Mutation_studioUpdate_args (line 6852) | func (ec *executionContext) field_Mutation_studioUpdate_args(ctx conte... method field_Mutation_submitFingerprint_args (line 6863) | func (ec *executionContext) field_Mutation_submitFingerprint_args(ctx ... method field_Mutation_submitFingerprints_args (line 6874) | func (ec *executionContext) field_Mutation_submitFingerprints_args(ctx... method field_Mutation_submitPerformerDraft_args (line 6885) | func (ec *executionContext) field_Mutation_submitPerformerDraft_args(c... method field_Mutation_submitSceneDraft_args (line 6896) | func (ec *executionContext) field_Mutation_submitSceneDraft_args(ctx c... method field_Mutation_tagCategoryCreate_args (line 6907) | func (ec *executionContext) field_Mutation_tagCategoryCreate_args(ctx ... method field_Mutation_tagCategoryDestroy_args (line 6918) | func (ec *executionContext) field_Mutation_tagCategoryDestroy_args(ctx... method field_Mutation_tagCategoryUpdate_args (line 6929) | func (ec *executionContext) field_Mutation_tagCategoryUpdate_args(ctx ... method field_Mutation_tagCreate_args (line 6940) | func (ec *executionContext) field_Mutation_tagCreate_args(ctx context.... method field_Mutation_tagDestroy_args (line 6951) | func (ec *executionContext) field_Mutation_tagDestroy_args(ctx context... method field_Mutation_tagEditUpdate_args (line 6962) | func (ec *executionContext) field_Mutation_tagEditUpdate_args(ctx cont... method field_Mutation_tagEdit_args (line 6978) | func (ec *executionContext) field_Mutation_tagEdit_args(ctx context.Co... method field_Mutation_tagUpdate_args (line 6989) | func (ec *executionContext) field_Mutation_tagUpdate_args(ctx context.... method field_Mutation_updateNotificationSubscriptions_args (line 7000) | func (ec *executionContext) field_Mutation_updateNotificationSubscript... method field_Mutation_userCreate_args (line 7011) | func (ec *executionContext) field_Mutation_userCreate_args(ctx context... method field_Mutation_userDestroy_args (line 7022) | func (ec *executionContext) field_Mutation_userDestroy_args(ctx contex... method field_Mutation_userUpdate_args (line 7033) | func (ec *executionContext) field_Mutation_userUpdate_args(ctx context... method field_Mutation_validateChangeEmail_args (line 7044) | func (ec *executionContext) field_Mutation_validateChangeEmail_args(ct... method field_Performer_scenes_args (line 7060) | func (ec *executionContext) field_Performer_scenes_args(ctx context.Co... method field_Performer_studios_args (line 7071) | func (ec *executionContext) field_Performer_studios_args(ctx context.C... method field_Query___type_args (line 7082) | func (ec *executionContext) field_Query___type_args(ctx context.Contex... method field_Query_findDraft_args (line 7093) | func (ec *executionContext) field_Query_findDraft_args(ctx context.Con... method field_Query_findEdit_args (line 7104) | func (ec *executionContext) field_Query_findEdit_args(ctx context.Cont... method field_Query_findPerformer_args (line 7115) | func (ec *executionContext) field_Query_findPerformer_args(ctx context... method field_Query_findScene_args (line 7126) | func (ec *executionContext) field_Query_findScene_args(ctx context.Con... method field_Query_findScenesBySceneFingerprints_args (line 7137) | func (ec *executionContext) field_Query_findScenesBySceneFingerprints_... method field_Query_findSite_args (line 7148) | func (ec *executionContext) field_Query_findSite_args(ctx context.Cont... method field_Query_findStudio_args (line 7159) | func (ec *executionContext) field_Query_findStudio_args(ctx context.Co... method field_Query_findTagCategory_args (line 7175) | func (ec *executionContext) field_Query_findTagCategory_args(ctx conte... method field_Query_findTagOrAlias_args (line 7186) | func (ec *executionContext) field_Query_findTagOrAlias_args(ctx contex... method field_Query_findTag_args (line 7197) | func (ec *executionContext) field_Query_findTag_args(ctx context.Conte... method field_Query_findUser_args (line 7213) | func (ec *executionContext) field_Query_findUser_args(ctx context.Cont... method field_Query_queryEdits_args (line 7229) | func (ec *executionContext) field_Query_queryEdits_args(ctx context.Co... method field_Query_queryExistingPerformer_args (line 7240) | func (ec *executionContext) field_Query_queryExistingPerformer_args(ct... method field_Query_queryExistingScene_args (line 7251) | func (ec *executionContext) field_Query_queryExistingScene_args(ctx co... method field_Query_queryModAudits_args (line 7262) | func (ec *executionContext) field_Query_queryModAudits_args(ctx contex... method field_Query_queryNotifications_args (line 7273) | func (ec *executionContext) field_Query_queryNotifications_args(ctx co... method field_Query_queryPerformers_args (line 7284) | func (ec *executionContext) field_Query_queryPerformers_args(ctx conte... method field_Query_queryScenes_args (line 7295) | func (ec *executionContext) field_Query_queryScenes_args(ctx context.C... method field_Query_queryStudios_args (line 7306) | func (ec *executionContext) field_Query_queryStudios_args(ctx context.... method field_Query_queryTags_args (line 7317) | func (ec *executionContext) field_Query_queryTags_args(ctx context.Con... method field_Query_queryUsers_args (line 7328) | func (ec *executionContext) field_Query_queryUsers_args(ctx context.Co... method field_Query_searchPerformer_args (line 7339) | func (ec *executionContext) field_Query_searchPerformer_args(ctx conte... method field_Query_searchPerformers_args (line 7355) | func (ec *executionContext) field_Query_searchPerformers_args(ctx cont... method field_Query_searchScene_args (line 7386) | func (ec *executionContext) field_Query_searchScene_args(ctx context.C... method field_Query_searchScenes_args (line 7402) | func (ec *executionContext) field_Query_searchScenes_args(ctx context.... method field_Query_searchStudio_args (line 7428) | func (ec *executionContext) field_Query_searchStudio_args(ctx context.... method field_Query_searchTag_args (line 7444) | func (ec *executionContext) field_Query_searchTag_args(ctx context.Con... method field_Scene_fingerprints_args (line 7460) | func (ec *executionContext) field_Scene_fingerprints_args(ctx context.... method field_Studio_performers_args (line 7471) | func (ec *executionContext) field_Studio_performers_args(ctx context.C... method field_Studio_sub_studios_args (line 7482) | func (ec *executionContext) field_Studio_sub_studios_args(ctx context.... method field___Directive_args_args (line 7493) | func (ec *executionContext) field___Directive_args_args(ctx context.Co... method field___Field_args_args (line 7504) | func (ec *executionContext) field___Field_args_args(ctx context.Contex... method field___Type_enumValues_args (line 7515) | func (ec *executionContext) field___Type_enumValues_args(ctx context.C... method field___Type_fields_args (line 7526) | func (ec *executionContext) field___Type_fields_args(ctx context.Conte... method _BodyModification_location (line 7545) | func (ec *executionContext) _BodyModification_location(ctx context.Con... method fieldContext_BodyModification_location (line 7561) | func (ec *executionContext) fieldContext_BodyModification_location(_ c... method _BodyModification_description (line 7574) | func (ec *executionContext) _BodyModification_description(ctx context.... method fieldContext_BodyModification_description (line 7590) | func (ec *executionContext) fieldContext_BodyModification_description(... method _CommentCommentedEdit_comment (line 7603) | func (ec *executionContext) _CommentCommentedEdit_comment(ctx context.... method fieldContext_CommentCommentedEdit_comment (line 7619) | func (ec *executionContext) fieldContext_CommentCommentedEdit_comment(... method _CommentOwnEdit_comment (line 7644) | func (ec *executionContext) _CommentOwnEdit_comment(ctx context.Contex... method fieldContext_CommentOwnEdit_comment (line 7660) | func (ec *executionContext) fieldContext_CommentOwnEdit_comment(_ cont... method _CommentVotedEdit_comment (line 7685) | func (ec *executionContext) _CommentVotedEdit_comment(ctx context.Cont... method fieldContext_CommentVotedEdit_comment (line 7701) | func (ec *executionContext) fieldContext_CommentVotedEdit_comment(_ co... method _DownvoteOwnEdit_edit (line 7726) | func (ec *executionContext) _DownvoteOwnEdit_edit(ctx context.Context,... method fieldContext_DownvoteOwnEdit_edit (line 7742) | func (ec *executionContext) fieldContext_DownvoteOwnEdit_edit(_ contex... method _Draft_id (line 7801) | func (ec *executionContext) _Draft_id(ctx context.Context, field graph... method fieldContext_Draft_id (line 7817) | func (ec *executionContext) fieldContext_Draft_id(_ context.Context, f... method _Draft_created (line 7830) | func (ec *executionContext) _Draft_created(ctx context.Context, field ... method fieldContext_Draft_created (line 7846) | func (ec *executionContext) fieldContext_Draft_created(_ context.Conte... method _Draft_expires (line 7859) | func (ec *executionContext) _Draft_expires(ctx context.Context, field ... method fieldContext_Draft_expires (line 7875) | func (ec *executionContext) fieldContext_Draft_expires(_ context.Conte... method _Draft_data (line 7888) | func (ec *executionContext) _Draft_data(ctx context.Context, field gra... method fieldContext_Draft_data (line 7904) | func (ec *executionContext) fieldContext_Draft_data(_ context.Context,... method _DraftEntity_name (line 7917) | func (ec *executionContext) _DraftEntity_name(ctx context.Context, fie... method fieldContext_DraftEntity_name (line 7933) | func (ec *executionContext) fieldContext_DraftEntity_name(_ context.Co... method _DraftEntity_id (line 7946) | func (ec *executionContext) _DraftEntity_id(ctx context.Context, field... method fieldContext_DraftEntity_id (line 7962) | func (ec *executionContext) fieldContext_DraftEntity_id(_ context.Cont... method _DraftFingerprint_hash (line 7975) | func (ec *executionContext) _DraftFingerprint_hash(ctx context.Context... method fieldContext_DraftFingerprint_hash (line 7991) | func (ec *executionContext) fieldContext_DraftFingerprint_hash(_ conte... method _DraftFingerprint_algorithm (line 8004) | func (ec *executionContext) _DraftFingerprint_algorithm(ctx context.Co... method fieldContext_DraftFingerprint_algorithm (line 8020) | func (ec *executionContext) fieldContext_DraftFingerprint_algorithm(_ ... method _DraftFingerprint_duration (line 8033) | func (ec *executionContext) _DraftFingerprint_duration(ctx context.Con... method fieldContext_DraftFingerprint_duration (line 8049) | func (ec *executionContext) fieldContext_DraftFingerprint_duration(_ c... method _DraftSubmissionStatus_id (line 8062) | func (ec *executionContext) _DraftSubmissionStatus_id(ctx context.Cont... method fieldContext_DraftSubmissionStatus_id (line 8078) | func (ec *executionContext) fieldContext_DraftSubmissionStatus_id(_ co... method _Edit_id (line 8091) | func (ec *executionContext) _Edit_id(ctx context.Context, field graphq... method fieldContext_Edit_id (line 8107) | func (ec *executionContext) fieldContext_Edit_id(_ context.Context, fi... method _Edit_user (line 8120) | func (ec *executionContext) _Edit_user(ctx context.Context, field grap... method fieldContext_Edit_user (line 8136) | func (ec *executionContext) fieldContext_Edit_user(_ context.Context, ... method _Edit_target (line 8177) | func (ec *executionContext) _Edit_target(ctx context.Context, field gr... method fieldContext_Edit_target (line 8193) | func (ec *executionContext) fieldContext_Edit_target(_ context.Context... method _Edit_target_type (line 8206) | func (ec *executionContext) _Edit_target_type(ctx context.Context, fie... method fieldContext_Edit_target_type (line 8222) | func (ec *executionContext) fieldContext_Edit_target_type(_ context.Co... method _Edit_merge_sources (line 8235) | func (ec *executionContext) _Edit_merge_sources(ctx context.Context, f... method fieldContext_Edit_merge_sources (line 8251) | func (ec *executionContext) fieldContext_Edit_merge_sources(_ context.... method _Edit_operation (line 8264) | func (ec *executionContext) _Edit_operation(ctx context.Context, field... method fieldContext_Edit_operation (line 8280) | func (ec *executionContext) fieldContext_Edit_operation(_ context.Cont... method _Edit_bot (line 8293) | func (ec *executionContext) _Edit_bot(ctx context.Context, field graph... method fieldContext_Edit_bot (line 8309) | func (ec *executionContext) fieldContext_Edit_bot(_ context.Context, f... method _Edit_details (line 8322) | func (ec *executionContext) _Edit_details(ctx context.Context, field g... method fieldContext_Edit_details (line 8338) | func (ec *executionContext) fieldContext_Edit_details(_ context.Contex... method _Edit_old_details (line 8351) | func (ec *executionContext) _Edit_old_details(ctx context.Context, fie... method fieldContext_Edit_old_details (line 8367) | func (ec *executionContext) fieldContext_Edit_old_details(_ context.Co... method _Edit_options (line 8380) | func (ec *executionContext) _Edit_options(ctx context.Context, field g... method fieldContext_Edit_options (line 8396) | func (ec *executionContext) fieldContext_Edit_options(_ context.Contex... method _Edit_comments (line 8415) | func (ec *executionContext) _Edit_comments(ctx context.Context, field ... method fieldContext_Edit_comments (line 8431) | func (ec *executionContext) fieldContext_Edit_comments(_ context.Conte... method _Edit_votes (line 8456) | func (ec *executionContext) _Edit_votes(ctx context.Context, field gra... method fieldContext_Edit_votes (line 8472) | func (ec *executionContext) fieldContext_Edit_votes(_ context.Context,... method _Edit_vote_count (line 8493) | func (ec *executionContext) _Edit_vote_count(ctx context.Context, fiel... method fieldContext_Edit_vote_count (line 8509) | func (ec *executionContext) fieldContext_Edit_vote_count(_ context.Con... method _Edit_destructive (line 8522) | func (ec *executionContext) _Edit_destructive(ctx context.Context, fie... method fieldContext_Edit_destructive (line 8538) | func (ec *executionContext) fieldContext_Edit_destructive(_ context.Co... method _Edit_status (line 8551) | func (ec *executionContext) _Edit_status(ctx context.Context, field gr... method fieldContext_Edit_status (line 8567) | func (ec *executionContext) fieldContext_Edit_status(_ context.Context... method _Edit_applied (line 8580) | func (ec *executionContext) _Edit_applied(ctx context.Context, field g... method fieldContext_Edit_applied (line 8596) | func (ec *executionContext) fieldContext_Edit_applied(_ context.Contex... method _Edit_update_count (line 8609) | func (ec *executionContext) _Edit_update_count(ctx context.Context, fi... method fieldContext_Edit_update_count (line 8625) | func (ec *executionContext) fieldContext_Edit_update_count(_ context.C... method _Edit_updatable (line 8638) | func (ec *executionContext) _Edit_updatable(ctx context.Context, field... method fieldContext_Edit_updatable (line 8654) | func (ec *executionContext) fieldContext_Edit_updatable(_ context.Cont... method _Edit_created (line 8667) | func (ec *executionContext) _Edit_created(ctx context.Context, field g... method fieldContext_Edit_created (line 8683) | func (ec *executionContext) fieldContext_Edit_created(_ context.Contex... method _Edit_updated (line 8696) | func (ec *executionContext) _Edit_updated(ctx context.Context, field g... method fieldContext_Edit_updated (line 8712) | func (ec *executionContext) fieldContext_Edit_updated(_ context.Contex... method _Edit_closed (line 8725) | func (ec *executionContext) _Edit_closed(ctx context.Context, field gr... method fieldContext_Edit_closed (line 8741) | func (ec *executionContext) fieldContext_Edit_closed(_ context.Context... method _Edit_expires (line 8754) | func (ec *executionContext) _Edit_expires(ctx context.Context, field g... method fieldContext_Edit_expires (line 8770) | func (ec *executionContext) fieldContext_Edit_expires(_ context.Contex... method _EditComment_id (line 8783) | func (ec *executionContext) _EditComment_id(ctx context.Context, field... method fieldContext_EditComment_id (line 8799) | func (ec *executionContext) fieldContext_EditComment_id(_ context.Cont... method _EditComment_user (line 8812) | func (ec *executionContext) _EditComment_user(ctx context.Context, fie... method fieldContext_EditComment_user (line 8828) | func (ec *executionContext) fieldContext_EditComment_user(_ context.Co... method _EditComment_date (line 8869) | func (ec *executionContext) _EditComment_date(ctx context.Context, fie... method fieldContext_EditComment_date (line 8885) | func (ec *executionContext) fieldContext_EditComment_date(_ context.Co... method _EditComment_comment (line 8898) | func (ec *executionContext) _EditComment_comment(ctx context.Context, ... method fieldContext_EditComment_comment (line 8914) | func (ec *executionContext) fieldContext_EditComment_comment(_ context... method _EditComment_edit (line 8927) | func (ec *executionContext) _EditComment_edit(ctx context.Context, fie... method fieldContext_EditComment_edit (line 8943) | func (ec *executionContext) fieldContext_EditComment_edit(_ context.Co... method _EditVote_user (line 9002) | func (ec *executionContext) _EditVote_user(ctx context.Context, field ... method fieldContext_EditVote_user (line 9018) | func (ec *executionContext) fieldContext_EditVote_user(_ context.Conte... method _EditVote_date (line 9059) | func (ec *executionContext) _EditVote_date(ctx context.Context, field ... method fieldContext_EditVote_date (line 9075) | func (ec *executionContext) fieldContext_EditVote_date(_ context.Conte... method _EditVote_vote (line 9088) | func (ec *executionContext) _EditVote_vote(ctx context.Context, field ... method fieldContext_EditVote_vote (line 9104) | func (ec *executionContext) fieldContext_EditVote_vote(_ context.Conte... method _FailedOwnEdit_edit (line 9117) | func (ec *executionContext) _FailedOwnEdit_edit(ctx context.Context, f... method fieldContext_FailedOwnEdit_edit (line 9133) | func (ec *executionContext) fieldContext_FailedOwnEdit_edit(_ context.... method _FavoritePerformerEdit_edit (line 9192) | func (ec *executionContext) _FavoritePerformerEdit_edit(ctx context.Co... method fieldContext_FavoritePerformerEdit_edit (line 9208) | func (ec *executionContext) fieldContext_FavoritePerformerEdit_edit(_ ... method _FavoritePerformerScene_scene (line 9267) | func (ec *executionContext) _FavoritePerformerScene_scene(ctx context.... method fieldContext_FavoritePerformerScene_scene (line 9283) | func (ec *executionContext) fieldContext_FavoritePerformerScene_scene(... method _FavoriteStudioEdit_edit (line 9336) | func (ec *executionContext) _FavoriteStudioEdit_edit(ctx context.Conte... method fieldContext_FavoriteStudioEdit_edit (line 9352) | func (ec *executionContext) fieldContext_FavoriteStudioEdit_edit(_ con... method _FavoriteStudioScene_scene (line 9411) | func (ec *executionContext) _FavoriteStudioScene_scene(ctx context.Con... method fieldContext_FavoriteStudioScene_scene (line 9427) | func (ec *executionContext) fieldContext_FavoriteStudioScene_scene(_ c... method _Fingerprint_hash (line 9480) | func (ec *executionContext) _Fingerprint_hash(ctx context.Context, fie... method fieldContext_Fingerprint_hash (line 9496) | func (ec *executionContext) fieldContext_Fingerprint_hash(_ context.Co... method _Fingerprint_algorithm (line 9509) | func (ec *executionContext) _Fingerprint_algorithm(ctx context.Context... method fieldContext_Fingerprint_algorithm (line 9525) | func (ec *executionContext) fieldContext_Fingerprint_algorithm(_ conte... method _Fingerprint_duration (line 9538) | func (ec *executionContext) _Fingerprint_duration(ctx context.Context,... method fieldContext_Fingerprint_duration (line 9554) | func (ec *executionContext) fieldContext_Fingerprint_duration(_ contex... method _Fingerprint_submissions (line 9567) | func (ec *executionContext) _Fingerprint_submissions(ctx context.Conte... method fieldContext_Fingerprint_submissions (line 9583) | func (ec *executionContext) fieldContext_Fingerprint_submissions(_ con... method _Fingerprint_reports (line 9596) | func (ec *executionContext) _Fingerprint_reports(ctx context.Context, ... method fieldContext_Fingerprint_reports (line 9612) | func (ec *executionContext) fieldContext_Fingerprint_reports(_ context... method _Fingerprint_created (line 9625) | func (ec *executionContext) _Fingerprint_created(ctx context.Context, ... method fieldContext_Fingerprint_created (line 9641) | func (ec *executionContext) fieldContext_Fingerprint_created(_ context... method _Fingerprint_updated (line 9654) | func (ec *executionContext) _Fingerprint_updated(ctx context.Context, ... method fieldContext_Fingerprint_updated (line 9670) | func (ec *executionContext) fieldContext_Fingerprint_updated(_ context... method _Fingerprint_user_submitted (line 9683) | func (ec *executionContext) _Fingerprint_user_submitted(ctx context.Co... method fieldContext_Fingerprint_user_submitted (line 9699) | func (ec *executionContext) fieldContext_Fingerprint_user_submitted(_ ... method _Fingerprint_user_reported (line 9712) | func (ec *executionContext) _Fingerprint_user_reported(ctx context.Con... method fieldContext_Fingerprint_user_reported (line 9728) | func (ec *executionContext) fieldContext_Fingerprint_user_reported(_ c... method _FingerprintSubmissionResult_hash (line 9741) | func (ec *executionContext) _FingerprintSubmissionResult_hash(ctx cont... method fieldContext_FingerprintSubmissionResult_hash (line 9757) | func (ec *executionContext) fieldContext_FingerprintSubmissionResult_h... method _FingerprintSubmissionResult_scene_id (line 9770) | func (ec *executionContext) _FingerprintSubmissionResult_scene_id(ctx ... method fieldContext_FingerprintSubmissionResult_scene_id (line 9786) | func (ec *executionContext) fieldContext_FingerprintSubmissionResult_s... method _FingerprintSubmissionResult_error (line 9799) | func (ec *executionContext) _FingerprintSubmissionResult_error(ctx con... method fieldContext_FingerprintSubmissionResult_error (line 9815) | func (ec *executionContext) fieldContext_FingerprintSubmissionResult_e... method _FingerprintedSceneEdit_edit (line 9828) | func (ec *executionContext) _FingerprintedSceneEdit_edit(ctx context.C... method fieldContext_FingerprintedSceneEdit_edit (line 9844) | func (ec *executionContext) fieldContext_FingerprintedSceneEdit_edit(_... method _FuzzyDate_date (line 9903) | func (ec *executionContext) _FuzzyDate_date(ctx context.Context, field... method fieldContext_FuzzyDate_date (line 9919) | func (ec *executionContext) fieldContext_FuzzyDate_date(_ context.Cont... method _FuzzyDate_accuracy (line 9932) | func (ec *executionContext) _FuzzyDate_accuracy(ctx context.Context, f... method fieldContext_FuzzyDate_accuracy (line 9948) | func (ec *executionContext) fieldContext_FuzzyDate_accuracy(_ context.... method _GenderFacet_gender (line 9961) | func (ec *executionContext) _GenderFacet_gender(ctx context.Context, f... method fieldContext_GenderFacet_gender (line 9977) | func (ec *executionContext) fieldContext_GenderFacet_gender(_ context.... method _GenderFacet_count (line 9990) | func (ec *executionContext) _GenderFacet_count(ctx context.Context, fi... method fieldContext_GenderFacet_count (line 10006) | func (ec *executionContext) fieldContext_GenderFacet_count(_ context.C... method _Image_id (line 10019) | func (ec *executionContext) _Image_id(ctx context.Context, field graph... method fieldContext_Image_id (line 10035) | func (ec *executionContext) fieldContext_Image_id(_ context.Context, f... method _Image_url (line 10048) | func (ec *executionContext) _Image_url(ctx context.Context, field grap... method fieldContext_Image_url (line 10064) | func (ec *executionContext) fieldContext_Image_url(_ context.Context, ... method _Image_width (line 10077) | func (ec *executionContext) _Image_width(ctx context.Context, field gr... method fieldContext_Image_width (line 10093) | func (ec *executionContext) fieldContext_Image_width(_ context.Context... method _Image_height (line 10106) | func (ec *executionContext) _Image_height(ctx context.Context, field g... method fieldContext_Image_height (line 10122) | func (ec *executionContext) fieldContext_Image_height(_ context.Contex... method _InviteKey_id (line 10135) | func (ec *executionContext) _InviteKey_id(ctx context.Context, field g... method fieldContext_InviteKey_id (line 10151) | func (ec *executionContext) fieldContext_InviteKey_id(_ context.Contex... method _InviteKey_uses (line 10164) | func (ec *executionContext) _InviteKey_uses(ctx context.Context, field... method fieldContext_InviteKey_uses (line 10180) | func (ec *executionContext) fieldContext_InviteKey_uses(_ context.Cont... method _InviteKey_expires (line 10193) | func (ec *executionContext) _InviteKey_expires(ctx context.Context, fi... method fieldContext_InviteKey_expires (line 10209) | func (ec *executionContext) fieldContext_InviteKey_expires(_ context.C... method _Measurements_cup_size (line 10222) | func (ec *executionContext) _Measurements_cup_size(ctx context.Context... method fieldContext_Measurements_cup_size (line 10238) | func (ec *executionContext) fieldContext_Measurements_cup_size(_ conte... method _Measurements_band_size (line 10251) | func (ec *executionContext) _Measurements_band_size(ctx context.Contex... method fieldContext_Measurements_band_size (line 10267) | func (ec *executionContext) fieldContext_Measurements_band_size(_ cont... method _Measurements_waist (line 10280) | func (ec *executionContext) _Measurements_waist(ctx context.Context, f... method fieldContext_Measurements_waist (line 10296) | func (ec *executionContext) fieldContext_Measurements_waist(_ context.... method _Measurements_hip (line 10309) | func (ec *executionContext) _Measurements_hip(ctx context.Context, fie... method fieldContext_Measurements_hip (line 10325) | func (ec *executionContext) fieldContext_Measurements_hip(_ context.Co... method _ModAudit_id (line 10338) | func (ec *executionContext) _ModAudit_id(ctx context.Context, field gr... method fieldContext_ModAudit_id (line 10354) | func (ec *executionContext) fieldContext_ModAudit_id(_ context.Context... method _ModAudit_action (line 10367) | func (ec *executionContext) _ModAudit_action(ctx context.Context, fiel... method fieldContext_ModAudit_action (line 10383) | func (ec *executionContext) fieldContext_ModAudit_action(_ context.Con... method _ModAudit_user (line 10396) | func (ec *executionContext) _ModAudit_user(ctx context.Context, field ... method fieldContext_ModAudit_user (line 10412) | func (ec *executionContext) fieldContext_ModAudit_user(_ context.Conte... method _ModAudit_target_id (line 10453) | func (ec *executionContext) _ModAudit_target_id(ctx context.Context, f... method fieldContext_ModAudit_target_id (line 10469) | func (ec *executionContext) fieldContext_ModAudit_target_id(_ context.... method _ModAudit_target_type (line 10482) | func (ec *executionContext) _ModAudit_target_type(ctx context.Context,... method fieldContext_ModAudit_target_type (line 10498) | func (ec *executionContext) fieldContext_ModAudit_target_type(_ contex... method _ModAudit_data (line 10511) | func (ec *executionContext) _ModAudit_data(ctx context.Context, field ... method fieldContext_ModAudit_data (line 10527) | func (ec *executionContext) fieldContext_ModAudit_data(_ context.Conte... method _ModAudit_reason (line 10540) | func (ec *executionContext) _ModAudit_reason(ctx context.Context, fiel... method fieldContext_ModAudit_reason (line 10556) | func (ec *executionContext) fieldContext_ModAudit_reason(_ context.Con... method _ModAudit_created_at (line 10569) | func (ec *executionContext) _ModAudit_created_at(ctx context.Context, ... method fieldContext_ModAudit_created_at (line 10585) | func (ec *executionContext) fieldContext_ModAudit_created_at(_ context... method _Mutation_sceneCreate (line 10598) | func (ec *executionContext) _Mutation_sceneCreate(ctx context.Context,... method fieldContext_Mutation_sceneCreate (line 10633) | func (ec *executionContext) fieldContext_Mutation_sceneCreate(ctx cont... method _Mutation_sceneUpdate (line 10697) | func (ec *executionContext) _Mutation_sceneUpdate(ctx context.Context,... method fieldContext_Mutation_sceneUpdate (line 10732) | func (ec *executionContext) fieldContext_Mutation_sceneUpdate(ctx cont... method _Mutation_sceneDestroy (line 10796) | func (ec *executionContext) _Mutation_sceneDestroy(ctx context.Context... method fieldContext_Mutation_sceneDestroy (line 10831) | func (ec *executionContext) fieldContext_Mutation_sceneDestroy(ctx con... method _Mutation_performerCreate (line 10855) | func (ec *executionContext) _Mutation_performerCreate(ctx context.Cont... method fieldContext_Mutation_performerCreate (line 10890) | func (ec *executionContext) fieldContext_Mutation_performerCreate(ctx ... method _Mutation_performerUpdate (line 10988) | func (ec *executionContext) _Mutation_performerUpdate(ctx context.Cont... method fieldContext_Mutation_performerUpdate (line 11023) | func (ec *executionContext) fieldContext_Mutation_performerUpdate(ctx ... method _Mutation_performerDestroy (line 11121) | func (ec *executionContext) _Mutation_performerDestroy(ctx context.Con... method fieldContext_Mutation_performerDestroy (line 11156) | func (ec *executionContext) fieldContext_Mutation_performerDestroy(ctx... method _Mutation_studioCreate (line 11180) | func (ec *executionContext) _Mutation_studioCreate(ctx context.Context... method fieldContext_Mutation_studioCreate (line 11215) | func (ec *executionContext) fieldContext_Mutation_studioCreate(ctx con... method _Mutation_studioUpdate (line 11267) | func (ec *executionContext) _Mutation_studioUpdate(ctx context.Context... method fieldContext_Mutation_studioUpdate (line 11302) | func (ec *executionContext) fieldContext_Mutation_studioUpdate(ctx con... method _Mutation_studioDestroy (line 11354) | func (ec *executionContext) _Mutation_studioDestroy(ctx context.Contex... method fieldContext_Mutation_studioDestroy (line 11389) | func (ec *executionContext) fieldContext_Mutation_studioDestroy(ctx co... method _Mutation_tagCreate (line 11413) | func (ec *executionContext) _Mutation_tagCreate(ctx context.Context, f... method fieldContext_Mutation_tagCreate (line 11448) | func (ec *executionContext) fieldContext_Mutation_tagCreate(ctx contex... method _Mutation_tagUpdate (line 11492) | func (ec *executionContext) _Mutation_tagUpdate(ctx context.Context, f... method fieldContext_Mutation_tagUpdate (line 11527) | func (ec *executionContext) fieldContext_Mutation_tagUpdate(ctx contex... method _Mutation_tagDestroy (line 11571) | func (ec *executionContext) _Mutation_tagDestroy(ctx context.Context, ... method fieldContext_Mutation_tagDestroy (line 11606) | func (ec *executionContext) fieldContext_Mutation_tagDestroy(ctx conte... method _Mutation_userCreate (line 11630) | func (ec *executionContext) _Mutation_userCreate(ctx context.Context, ... method fieldContext_Mutation_userCreate (line 11665) | func (ec *executionContext) fieldContext_Mutation_userCreate(ctx conte... method _Mutation_userUpdate (line 11717) | func (ec *executionContext) _Mutation_userUpdate(ctx context.Context, ... method fieldContext_Mutation_userUpdate (line 11752) | func (ec *executionContext) fieldContext_Mutation_userUpdate(ctx conte... method _Mutation_userDestroy (line 11804) | func (ec *executionContext) _Mutation_userDestroy(ctx context.Context,... method fieldContext_Mutation_userDestroy (line 11839) | func (ec *executionContext) fieldContext_Mutation_userDestroy(ctx cont... method _Mutation_imageCreate (line 11863) | func (ec *executionContext) _Mutation_imageCreate(ctx context.Context,... method fieldContext_Mutation_imageCreate (line 11898) | func (ec *executionContext) fieldContext_Mutation_imageCreate(ctx cont... method _Mutation_imageDestroy (line 11932) | func (ec *executionContext) _Mutation_imageDestroy(ctx context.Context... method fieldContext_Mutation_imageDestroy (line 11967) | func (ec *executionContext) fieldContext_Mutation_imageDestroy(ctx con... method _Mutation_newUser (line 11991) | func (ec *executionContext) _Mutation_newUser(ctx context.Context, fie... method fieldContext_Mutation_newUser (line 12008) | func (ec *executionContext) fieldContext_Mutation_newUser(ctx context.... method _Mutation_activateNewUser (line 12032) | func (ec *executionContext) _Mutation_activateNewUser(ctx context.Cont... method fieldContext_Mutation_activateNewUser (line 12049) | func (ec *executionContext) fieldContext_Mutation_activateNewUser(ctx ... method _Mutation_generateInviteCode (line 12101) | func (ec *executionContext) _Mutation_generateInviteCode(ctx context.C... method fieldContext_Mutation_generateInviteCode (line 12117) | func (ec *executionContext) fieldContext_Mutation_generateInviteCode(_... method _Mutation_generateInviteCodes (line 12130) | func (ec *executionContext) _Mutation_generateInviteCodes(ctx context.... method fieldContext_Mutation_generateInviteCodes (line 12147) | func (ec *executionContext) fieldContext_Mutation_generateInviteCodes(... method _Mutation_rescindInviteCode (line 12171) | func (ec *executionContext) _Mutation_rescindInviteCode(ctx context.Co... method fieldContext_Mutation_rescindInviteCode (line 12188) | func (ec *executionContext) fieldContext_Mutation_rescindInviteCode(ct... method _Mutation_grantInvite (line 12212) | func (ec *executionContext) _Mutation_grantInvite(ctx context.Context,... method fieldContext_Mutation_grantInvite (line 12229) | func (ec *executionContext) fieldContext_Mutation_grantInvite(ctx cont... method _Mutation_revokeInvite (line 12253) | func (ec *executionContext) _Mutation_revokeInvite(ctx context.Context... method fieldContext_Mutation_revokeInvite (line 12270) | func (ec *executionContext) fieldContext_Mutation_revokeInvite(ctx con... method _Mutation_tagCategoryCreate (line 12294) | func (ec *executionContext) _Mutation_tagCategoryCreate(ctx context.Co... method fieldContext_Mutation_tagCategoryCreate (line 12329) | func (ec *executionContext) fieldContext_Mutation_tagCategoryCreate(ct... method _Mutation_tagCategoryUpdate (line 12363) | func (ec *executionContext) _Mutation_tagCategoryUpdate(ctx context.Co... method fieldContext_Mutation_tagCategoryUpdate (line 12398) | func (ec *executionContext) fieldContext_Mutation_tagCategoryUpdate(ct... method _Mutation_tagCategoryDestroy (line 12432) | func (ec *executionContext) _Mutation_tagCategoryDestroy(ctx context.C... method fieldContext_Mutation_tagCategoryDestroy (line 12467) | func (ec *executionContext) fieldContext_Mutation_tagCategoryDestroy(c... method _Mutation_siteCreate (line 12491) | func (ec *executionContext) _Mutation_siteCreate(ctx context.Context, ... method fieldContext_Mutation_siteCreate (line 12526) | func (ec *executionContext) fieldContext_Mutation_siteCreate(ctx conte... method _Mutation_siteUpdate (line 12570) | func (ec *executionContext) _Mutation_siteUpdate(ctx context.Context, ... method fieldContext_Mutation_siteUpdate (line 12605) | func (ec *executionContext) fieldContext_Mutation_siteUpdate(ctx conte... method _Mutation_siteDestroy (line 12649) | func (ec *executionContext) _Mutation_siteDestroy(ctx context.Context,... method fieldContext_Mutation_siteDestroy (line 12684) | func (ec *executionContext) fieldContext_Mutation_siteDestroy(ctx cont... method _Mutation_regenerateAPIKey (line 12708) | func (ec *executionContext) _Mutation_regenerateAPIKey(ctx context.Con... method fieldContext_Mutation_regenerateAPIKey (line 12725) | func (ec *executionContext) fieldContext_Mutation_regenerateAPIKey(ctx... method _Mutation_resetPassword (line 12749) | func (ec *executionContext) _Mutation_resetPassword(ctx context.Contex... method fieldContext_Mutation_resetPassword (line 12766) | func (ec *executionContext) fieldContext_Mutation_resetPassword(ctx co... method _Mutation_changePassword (line 12790) | func (ec *executionContext) _Mutation_changePassword(ctx context.Conte... method fieldContext_Mutation_changePassword (line 12807) | func (ec *executionContext) fieldContext_Mutation_changePassword(ctx c... method _Mutation_requestChangeEmail (line 12831) | func (ec *executionContext) _Mutation_requestChangeEmail(ctx context.C... method fieldContext_Mutation_requestChangeEmail (line 12865) | func (ec *executionContext) fieldContext_Mutation_requestChangeEmail(_... method _Mutation_validateChangeEmail (line 12878) | func (ec *executionContext) _Mutation_validateChangeEmail(ctx context.... method fieldContext_Mutation_validateChangeEmail (line 12913) | func (ec *executionContext) fieldContext_Mutation_validateChangeEmail(... method _Mutation_confirmChangeEmail (line 12937) | func (ec *executionContext) _Mutation_confirmChangeEmail(ctx context.C... method fieldContext_Mutation_confirmChangeEmail (line 12972) | func (ec *executionContext) fieldContext_Mutation_confirmChangeEmail(c... method _Mutation_sceneEdit (line 12996) | func (ec *executionContext) _Mutation_sceneEdit(ctx context.Context, f... method fieldContext_Mutation_sceneEdit (line 13031) | func (ec *executionContext) fieldContext_Mutation_sceneEdit(ctx contex... method _Mutation_performerEdit (line 13101) | func (ec *executionContext) _Mutation_performerEdit(ctx context.Contex... method fieldContext_Mutation_performerEdit (line 13136) | func (ec *executionContext) fieldContext_Mutation_performerEdit(ctx co... method _Mutation_studioEdit (line 13206) | func (ec *executionContext) _Mutation_studioEdit(ctx context.Context, ... method fieldContext_Mutation_studioEdit (line 13241) | func (ec *executionContext) fieldContext_Mutation_studioEdit(ctx conte... method _Mutation_tagEdit (line 13311) | func (ec *executionContext) _Mutation_tagEdit(ctx context.Context, fie... method fieldContext_Mutation_tagEdit (line 13346) | func (ec *executionContext) fieldContext_Mutation_tagEdit(ctx context.... method _Mutation_sceneEditUpdate (line 13416) | func (ec *executionContext) _Mutation_sceneEditUpdate(ctx context.Cont... method fieldContext_Mutation_sceneEditUpdate (line 13451) | func (ec *executionContext) fieldContext_Mutation_sceneEditUpdate(ctx ... method _Mutation_performerEditUpdate (line 13521) | func (ec *executionContext) _Mutation_performerEditUpdate(ctx context.... method fieldContext_Mutation_performerEditUpdate (line 13556) | func (ec *executionContext) fieldContext_Mutation_performerEditUpdate(... method _Mutation_studioEditUpdate (line 13626) | func (ec *executionContext) _Mutation_studioEditUpdate(ctx context.Con... method fieldContext_Mutation_studioEditUpdate (line 13661) | func (ec *executionContext) fieldContext_Mutation_studioEditUpdate(ctx... method _Mutation_tagEditUpdate (line 13731) | func (ec *executionContext) _Mutation_tagEditUpdate(ctx context.Contex... method fieldContext_Mutation_tagEditUpdate (line 13766) | func (ec *executionContext) fieldContext_Mutation_tagEditUpdate(ctx co... method _Mutation_editVote (line 13836) | func (ec *executionContext) _Mutation_editVote(ctx context.Context, fi... method fieldContext_Mutation_editVote (line 13871) | func (ec *executionContext) fieldContext_Mutation_editVote(ctx context... method _Mutation_editComment (line 13941) | func (ec *executionContext) _Mutation_editComment(ctx context.Context,... method fieldContext_Mutation_editComment (line 13976) | func (ec *executionContext) fieldContext_Mutation_editComment(ctx cont... method _Mutation_applyEdit (line 14046) | func (ec *executionContext) _Mutation_applyEdit(ctx context.Context, f... method fieldContext_Mutation_applyEdit (line 14081) | func (ec *executionContext) fieldContext_Mutation_applyEdit(ctx contex... method _Mutation_cancelEdit (line 14151) | func (ec *executionContext) _Mutation_cancelEdit(ctx context.Context, ... method fieldContext_Mutation_cancelEdit (line 14186) | func (ec *executionContext) fieldContext_Mutation_cancelEdit(ctx conte... method _Mutation_deleteEdit (line 14256) | func (ec *executionContext) _Mutation_deleteEdit(ctx context.Context, ... method fieldContext_Mutation_deleteEdit (line 14291) | func (ec *executionContext) fieldContext_Mutation_deleteEdit(ctx conte... method _Mutation_amendEdit (line 14315) | func (ec *executionContext) _Mutation_amendEdit(ctx context.Context, f... method fieldContext_Mutation_amendEdit (line 14350) | func (ec *executionContext) fieldContext_Mutation_amendEdit(ctx contex... method _Mutation_submitFingerprint (line 14420) | func (ec *executionContext) _Mutation_submitFingerprint(ctx context.Co... method fieldContext_Mutation_submitFingerprint (line 14455) | func (ec *executionContext) fieldContext_Mutation_submitFingerprint(ct... method _Mutation_submitFingerprints (line 14479) | func (ec *executionContext) _Mutation_submitFingerprints(ctx context.C... method fieldContext_Mutation_submitFingerprints (line 14514) | func (ec *executionContext) fieldContext_Mutation_submitFingerprints(c... method _Mutation_sceneMoveFingerprintSubmissions (line 14546) | func (ec *executionContext) _Mutation_sceneMoveFingerprintSubmissions(... method fieldContext_Mutation_sceneMoveFingerprintSubmissions (line 14581) | func (ec *executionContext) fieldContext_Mutation_sceneMoveFingerprint... method _Mutation_sceneDeleteFingerprintSubmissions (line 14605) | func (ec *executionContext) _Mutation_sceneDeleteFingerprintSubmission... method fieldContext_Mutation_sceneDeleteFingerprintSubmissions (line 14640) | func (ec *executionContext) fieldContext_Mutation_sceneDeleteFingerpri... method _Mutation_submitSceneDraft (line 14664) | func (ec *executionContext) _Mutation_submitSceneDraft(ctx context.Con... method fieldContext_Mutation_submitSceneDraft (line 14699) | func (ec *executionContext) fieldContext_Mutation_submitSceneDraft(ctx... method _Mutation_submitPerformerDraft (line 14727) | func (ec *executionContext) _Mutation_submitPerformerDraft(ctx context... method fieldContext_Mutation_submitPerformerDraft (line 14762) | func (ec *executionContext) fieldContext_Mutation_submitPerformerDraft... method _Mutation_destroyDraft (line 14790) | func (ec *executionContext) _Mutation_destroyDraft(ctx context.Context... method fieldContext_Mutation_destroyDraft (line 14825) | func (ec *executionContext) fieldContext_Mutation_destroyDraft(ctx con... method _Mutation_favoritePerformer (line 14849) | func (ec *executionContext) _Mutation_favoritePerformer(ctx context.Co... method fieldContext_Mutation_favoritePerformer (line 14884) | func (ec *executionContext) fieldContext_Mutation_favoritePerformer(ct... method _Mutation_favoriteStudio (line 14908) | func (ec *executionContext) _Mutation_favoriteStudio(ctx context.Conte... method fieldContext_Mutation_favoriteStudio (line 14943) | func (ec *executionContext) fieldContext_Mutation_favoriteStudio(ctx c... method _Mutation_markNotificationsRead (line 14967) | func (ec *executionContext) _Mutation_markNotificationsRead(ctx contex... method fieldContext_Mutation_markNotificationsRead (line 15002) | func (ec *executionContext) fieldContext_Mutation_markNotificationsRea... method _Mutation_updateNotificationSubscriptions (line 15026) | func (ec *executionContext) _Mutation_updateNotificationSubscriptions(... method fieldContext_Mutation_updateNotificationSubscriptions (line 15061) | func (ec *executionContext) fieldContext_Mutation_updateNotificationSu... method _Notification_created (line 15085) | func (ec *executionContext) _Notification_created(ctx context.Context,... method fieldContext_Notification_created (line 15101) | func (ec *executionContext) fieldContext_Notification_created(_ contex... method _Notification_read (line 15114) | func (ec *executionContext) _Notification_read(ctx context.Context, fi... method fieldContext_Notification_read (line 15130) | func (ec *executionContext) fieldContext_Notification_read(_ context.C... method _Notification_data (line 15143) | func (ec *executionContext) _Notification_data(ctx context.Context, fi... method fieldContext_Notification_data (line 15159) | func (ec *executionContext) fieldContext_Notification_data(_ context.C... method _Performer_id (line 15172) | func (ec *executionContext) _Performer_id(ctx context.Context, field g... method fieldContext_Performer_id (line 15188) | func (ec *executionContext) fieldContext_Performer_id(_ context.Contex... method _Performer_name (line 15201) | func (ec *executionContext) _Performer_name(ctx context.Context, field... method fieldContext_Performer_name (line 15217) | func (ec *executionContext) fieldContext_Performer_name(_ context.Cont... method _Performer_disambiguation (line 15230) | func (ec *executionContext) _Performer_disambiguation(ctx context.Cont... method fieldContext_Performer_disambiguation (line 15246) | func (ec *executionContext) fieldContext_Performer_disambiguation(_ co... method _Performer_aliases (line 15259) | func (ec *executionContext) _Performer_aliases(ctx context.Context, fi... method fieldContext_Performer_aliases (line 15275) | func (ec *executionContext) fieldContext_Performer_aliases(_ context.C... method _Performer_gender (line 15288) | func (ec *executionContext) _Performer_gender(ctx context.Context, fie... method fieldContext_Performer_gender (line 15304) | func (ec *executionContext) fieldContext_Performer_gender(_ context.Co... method _Performer_urls (line 15317) | func (ec *executionContext) _Performer_urls(ctx context.Context, field... method fieldContext_Performer_urls (line 15333) | func (ec *executionContext) fieldContext_Performer_urls(_ context.Cont... method _Performer_birthdate (line 15354) | func (ec *executionContext) _Performer_birthdate(ctx context.Context, ... method fieldContext_Performer_birthdate (line 15370) | func (ec *executionContext) fieldContext_Performer_birthdate(_ context... method _Performer_birth_date (line 15389) | func (ec *executionContext) _Performer_birth_date(ctx context.Context,... method fieldContext_Performer_birth_date (line 15405) | func (ec *executionContext) fieldContext_Performer_birth_date(_ contex... method _Performer_death_date (line 15418) | func (ec *executionContext) _Performer_death_date(ctx context.Context,... method fieldContext_Performer_death_date (line 15434) | func (ec *executionContext) fieldContext_Performer_death_date(_ contex... method _Performer_age (line 15447) | func (ec *executionContext) _Performer_age(ctx context.Context, field ... method fieldContext_Performer_age (line 15463) | func (ec *executionContext) fieldContext_Performer_age(_ context.Conte... method _Performer_ethnicity (line 15476) | func (ec *executionContext) _Performer_ethnicity(ctx context.Context, ... method fieldContext_Performer_ethnicity (line 15492) | func (ec *executionContext) fieldContext_Performer_ethnicity(_ context... method _Performer_country (line 15505) | func (ec *executionContext) _Performer_country(ctx context.Context, fi... method fieldContext_Performer_country (line 15521) | func (ec *executionContext) fieldContext_Performer_country(_ context.C... method _Performer_eye_color (line 15534) | func (ec *executionContext) _Performer_eye_color(ctx context.Context, ... method fieldContext_Performer_eye_color (line 15550) | func (ec *executionContext) fieldContext_Performer_eye_color(_ context... method _Performer_hair_color (line 15563) | func (ec *executionContext) _Performer_hair_color(ctx context.Context,... method fieldContext_Performer_hair_color (line 15579) | func (ec *executionContext) fieldContext_Performer_hair_color(_ contex... method _Performer_height (line 15592) | func (ec *executionContext) _Performer_height(ctx context.Context, fie... method fieldContext_Performer_height (line 15608) | func (ec *executionContext) fieldContext_Performer_height(_ context.Co... method _Performer_measurements (line 15621) | func (ec *executionContext) _Performer_measurements(ctx context.Contex... method fieldContext_Performer_measurements (line 15637) | func (ec *executionContext) fieldContext_Performer_measurements(_ cont... method _Performer_cup_size (line 15660) | func (ec *executionContext) _Performer_cup_size(ctx context.Context, f... method fieldContext_Performer_cup_size (line 15676) | func (ec *executionContext) fieldContext_Performer_cup_size(_ context.... method _Performer_band_size (line 15689) | func (ec *executionContext) _Performer_band_size(ctx context.Context, ... method fieldContext_Performer_band_size (line 15705) | func (ec *executionContext) fieldContext_Performer_band_size(_ context... method _Performer_waist_size (line 15718) | func (ec *executionContext) _Performer_waist_size(ctx context.Context,... method fieldContext_Performer_waist_size (line 15734) | func (ec *executionContext) fieldContext_Performer_waist_size(_ contex... method _Performer_hip_size (line 15747) | func (ec *executionContext) _Performer_hip_size(ctx context.Context, f... method fieldContext_Performer_hip_size (line 15763) | func (ec *executionContext) fieldContext_Performer_hip_size(_ context.... method _Performer_breast_type (line 15776) | func (ec *executionContext) _Performer_breast_type(ctx context.Context... method fieldContext_Performer_breast_type (line 15792) | func (ec *executionContext) fieldContext_Performer_breast_type(_ conte... method _Performer_career_start_year (line 15805) | func (ec *executionContext) _Performer_career_start_year(ctx context.C... method fieldContext_Performer_career_start_year (line 15821) | func (ec *executionContext) fieldContext_Performer_career_start_year(_... method _Performer_career_end_year (line 15834) | func (ec *executionContext) _Performer_career_end_year(ctx context.Con... method fieldContext_Performer_career_end_year (line 15850) | func (ec *executionContext) fieldContext_Performer_career_end_year(_ c... method _Performer_tattoos (line 15863) | func (ec *executionContext) _Performer_tattoos(ctx context.Context, fi... method fieldContext_Performer_tattoos (line 15879) | func (ec *executionContext) fieldContext_Performer_tattoos(_ context.C... method _Performer_piercings (line 15898) | func (ec *executionContext) _Performer_piercings(ctx context.Context, ... method fieldContext_Performer_piercings (line 15914) | func (ec *executionContext) fieldContext_Performer_piercings(_ context... method _Performer_images (line 15933) | func (ec *executionContext) _Performer_images(ctx context.Context, fie... method fieldContext_Performer_images (line 15949) | func (ec *executionContext) fieldContext_Performer_images(_ context.Co... method _Performer_deleted (line 15972) | func (ec *executionContext) _Performer_deleted(ctx context.Context, fi... method fieldContext_Performer_deleted (line 15988) | func (ec *executionContext) fieldContext_Performer_deleted(_ context.C... method _Performer_edits (line 16001) | func (ec *executionContext) _Performer_edits(ctx context.Context, fiel... method fieldContext_Performer_edits (line 16017) | func (ec *executionContext) fieldContext_Performer_edits(_ context.Con... method _Performer_scene_count (line 16076) | func (ec *executionContext) _Performer_scene_count(ctx context.Context... method fieldContext_Performer_scene_count (line 16092) | func (ec *executionContext) fieldContext_Performer_scene_count(_ conte... method _Performer_scenes (line 16105) | func (ec *executionContext) _Performer_scenes(ctx context.Context, fie... method fieldContext_Performer_scenes (line 16122) | func (ec *executionContext) fieldContext_Performer_scenes(ctx context.... method _Performer_merged_ids (line 16186) | func (ec *executionContext) _Performer_merged_ids(ctx context.Context,... method fieldContext_Performer_merged_ids (line 16202) | func (ec *executionContext) fieldContext_Performer_merged_ids(_ contex... method _Performer_merged_into_id (line 16215) | func (ec *executionContext) _Performer_merged_into_id(ctx context.Cont... method fieldContext_Performer_merged_into_id (line 16231) | func (ec *executionContext) fieldContext_Performer_merged_into_id(_ co... method _Performer_studios (line 16244) | func (ec *executionContext) _Performer_studios(ctx context.Context, fi... method fieldContext_Performer_studios (line 16261) | func (ec *executionContext) fieldContext_Performer_studios(ctx context... method _Performer_is_favorite (line 16291) | func (ec *executionContext) _Performer_is_favorite(ctx context.Context... method fieldContext_Performer_is_favorite (line 16307) | func (ec *executionContext) fieldContext_Performer_is_favorite(_ conte... method _Performer_created (line 16320) | func (ec *executionContext) _Performer_created(ctx context.Context, fi... method fieldContext_Performer_created (line 16336) | func (ec *executionContext) fieldContext_Performer_created(_ context.C... method _Performer_updated (line 16349) | func (ec *executionContext) _Performer_updated(ctx context.Context, fi... method fieldContext_Performer_updated (line 16365) | func (ec *executionContext) fieldContext_Performer_updated(_ context.C... method _PerformerAppearance_performer (line 16378) | func (ec *executionContext) _PerformerAppearance_performer(ctx context... method fieldContext_PerformerAppearance_performer (line 16394) | func (ec *executionContext) fieldContext_PerformerAppearance_performer... method _PerformerAppearance_as (line 16481) | func (ec *executionContext) _PerformerAppearance_as(ctx context.Contex... method fieldContext_PerformerAppearance_as (line 16497) | func (ec *executionContext) fieldContext_PerformerAppearance_as(_ cont... method _PerformerDraft_id (line 16510) | func (ec *executionContext) _PerformerDraft_id(ctx context.Context, fi... method fieldContext_PerformerDraft_id (line 16526) | func (ec *executionContext) fieldContext_PerformerDraft_id(_ context.C... method _PerformerDraft_name (line 16539) | func (ec *executionContext) _PerformerDraft_name(ctx context.Context, ... method fieldContext_PerformerDraft_name (line 16555) | func (ec *executionContext) fieldContext_PerformerDraft_name(_ context... method _PerformerDraft_disambiguation (line 16568) | func (ec *executionContext) _PerformerDraft_disambiguation(ctx context... method fieldContext_PerformerDraft_disambiguation (line 16584) | func (ec *executionContext) fieldContext_PerformerDraft_disambiguation... method _PerformerDraft_aliases (line 16597) | func (ec *executionContext) _PerformerDraft_aliases(ctx context.Contex... method fieldContext_PerformerDraft_aliases (line 16613) | func (ec *executionContext) fieldContext_PerformerDraft_aliases(_ cont... method _PerformerDraft_gender (line 16626) | func (ec *executionContext) _PerformerDraft_gender(ctx context.Context... method fieldContext_PerformerDraft_gender (line 16642) | func (ec *executionContext) fieldContext_PerformerDraft_gender(_ conte... method _PerformerDraft_birthdate (line 16655) | func (ec *executionContext) _PerformerDraft_birthdate(ctx context.Cont... method fieldContext_PerformerDraft_birthdate (line 16671) | func (ec *executionContext) fieldContext_PerformerDraft_birthdate(_ co... method _PerformerDraft_deathdate (line 16684) | func (ec *executionContext) _PerformerDraft_deathdate(ctx context.Cont... method fieldContext_PerformerDraft_deathdate (line 16700) | func (ec *executionContext) fieldContext_PerformerDraft_deathdate(_ co... method _PerformerDraft_urls (line 16713) | func (ec *executionContext) _PerformerDraft_urls(ctx context.Context, ... method fieldContext_PerformerDraft_urls (line 16729) | func (ec *executionContext) fieldContext_PerformerDraft_urls(_ context... method _PerformerDraft_ethnicity (line 16742) | func (ec *executionContext) _PerformerDraft_ethnicity(ctx context.Cont... method fieldContext_PerformerDraft_ethnicity (line 16758) | func (ec *executionContext) fieldContext_PerformerDraft_ethnicity(_ co... method _PerformerDraft_country (line 16771) | func (ec *executionContext) _PerformerDraft_country(ctx context.Contex... method fieldContext_PerformerDraft_country (line 16787) | func (ec *executionContext) fieldContext_PerformerDraft_country(_ cont... method _PerformerDraft_eye_color (line 16800) | func (ec *executionContext) _PerformerDraft_eye_color(ctx context.Cont... method fieldContext_PerformerDraft_eye_color (line 16816) | func (ec *executionContext) fieldContext_PerformerDraft_eye_color(_ co... method _PerformerDraft_hair_color (line 16829) | func (ec *executionContext) _PerformerDraft_hair_color(ctx context.Con... method fieldContext_PerformerDraft_hair_color (line 16845) | func (ec *executionContext) fieldContext_PerformerDraft_hair_color(_ c... method _PerformerDraft_height (line 16858) | func (ec *executionContext) _PerformerDraft_height(ctx context.Context... method fieldContext_PerformerDraft_height (line 16874) | func (ec *executionContext) fieldContext_PerformerDraft_height(_ conte... method _PerformerDraft_measurements (line 16887) | func (ec *executionContext) _PerformerDraft_measurements(ctx context.C... method fieldContext_PerformerDraft_measurements (line 16903) | func (ec *executionContext) fieldContext_PerformerDraft_measurements(_... method _PerformerDraft_breast_type (line 16916) | func (ec *executionContext) _PerformerDraft_breast_type(ctx context.Co... method fieldContext_PerformerDraft_breast_type (line 16932) | func (ec *executionContext) fieldContext_PerformerDraft_breast_type(_ ... method _PerformerDraft_tattoos (line 16945) | func (ec *executionContext) _PerformerDraft_tattoos(ctx context.Contex... method fieldContext_PerformerDraft_tattoos (line 16961) | func (ec *executionContext) fieldContext_PerformerDraft_tattoos(_ cont... method _PerformerDraft_piercings (line 16974) | func (ec *executionContext) _PerformerDraft_piercings(ctx context.Cont... method fieldContext_PerformerDraft_piercings (line 16990) | func (ec *executionContext) fieldContext_PerformerDraft_piercings(_ co... method _PerformerDraft_career_start_year (line 17003) | func (ec *executionContext) _PerformerDraft_career_start_year(ctx cont... method fieldContext_PerformerDraft_career_start_year (line 17019) | func (ec *executionContext) fieldContext_PerformerDraft_career_start_y... method _PerformerDraft_career_end_year (line 17032) | func (ec *executionContext) _PerformerDraft_career_end_year(ctx contex... method fieldContext_PerformerDraft_career_end_year (line 17048) | func (ec *executionContext) fieldContext_PerformerDraft_career_end_yea... method _PerformerDraft_image (line 17061) | func (ec *executionContext) _PerformerDraft_image(ctx context.Context,... method fieldContext_PerformerDraft_image (line 17077) | func (ec *executionContext) fieldContext_PerformerDraft_image(_ contex... method _PerformerEdit_name (line 17100) | func (ec *executionContext) _PerformerEdit_name(ctx context.Context, f... method fieldContext_PerformerEdit_name (line 17116) | func (ec *executionContext) fieldContext_PerformerEdit_name(_ context.... method _PerformerEdit_disambiguation (line 17129) | func (ec *executionContext) _PerformerEdit_disambiguation(ctx context.... method fieldContext_PerformerEdit_disambiguation (line 17145) | func (ec *executionContext) fieldContext_PerformerEdit_disambiguation(... method _PerformerEdit_added_aliases (line 17158) | func (ec *executionContext) _PerformerEdit_added_aliases(ctx context.C... method fieldContext_PerformerEdit_added_aliases (line 17174) | func (ec *executionContext) fieldContext_PerformerEdit_added_aliases(_... method _PerformerEdit_removed_aliases (line 17187) | func (ec *executionContext) _PerformerEdit_removed_aliases(ctx context... method fieldContext_PerformerEdit_removed_aliases (line 17203) | func (ec *executionContext) fieldContext_PerformerEdit_removed_aliases... method _PerformerEdit_gender (line 17216) | func (ec *executionContext) _PerformerEdit_gender(ctx context.Context,... method fieldContext_PerformerEdit_gender (line 17232) | func (ec *executionContext) fieldContext_PerformerEdit_gender(_ contex... method _PerformerEdit_added_urls (line 17245) | func (ec *executionContext) _PerformerEdit_added_urls(ctx context.Cont... method fieldContext_PerformerEdit_added_urls (line 17261) | func (ec *executionContext) fieldContext_PerformerEdit_added_urls(_ co... method _PerformerEdit_removed_urls (line 17282) | func (ec *executionContext) _PerformerEdit_removed_urls(ctx context.Co... method fieldContext_PerformerEdit_removed_urls (line 17298) | func (ec *executionContext) fieldContext_PerformerEdit_removed_urls(_ ... method _PerformerEdit_birthdate (line 17319) | func (ec *executionContext) _PerformerEdit_birthdate(ctx context.Conte... method fieldContext_PerformerEdit_birthdate (line 17335) | func (ec *executionContext) fieldContext_PerformerEdit_birthdate(_ con... method _PerformerEdit_deathdate (line 17348) | func (ec *executionContext) _PerformerEdit_deathdate(ctx context.Conte... method fieldContext_PerformerEdit_deathdate (line 17364) | func (ec *executionContext) fieldContext_PerformerEdit_deathdate(_ con... method _PerformerEdit_ethnicity (line 17377) | func (ec *executionContext) _PerformerEdit_ethnicity(ctx context.Conte... method fieldContext_PerformerEdit_ethnicity (line 17393) | func (ec *executionContext) fieldContext_PerformerEdit_ethnicity(_ con... method _PerformerEdit_country (line 17406) | func (ec *executionContext) _PerformerEdit_country(ctx context.Context... method fieldContext_PerformerEdit_country (line 17422) | func (ec *executionContext) fieldContext_PerformerEdit_country(_ conte... method _PerformerEdit_eye_color (line 17435) | func (ec *executionContext) _PerformerEdit_eye_color(ctx context.Conte... method fieldContext_PerformerEdit_eye_color (line 17451) | func (ec *executionContext) fieldContext_PerformerEdit_eye_color(_ con... method _PerformerEdit_hair_color (line 17464) | func (ec *executionContext) _PerformerEdit_hair_color(ctx context.Cont... method fieldContext_PerformerEdit_hair_color (line 17480) | func (ec *executionContext) fieldContext_PerformerEdit_hair_color(_ co... method _PerformerEdit_height (line 17493) | func (ec *executionContext) _PerformerEdit_height(ctx context.Context,... method fieldContext_PerformerEdit_height (line 17509) | func (ec *executionContext) fieldContext_PerformerEdit_height(_ contex... method _PerformerEdit_cup_size (line 17522) | func (ec *executionContext) _PerformerEdit_cup_size(ctx context.Contex... method fieldContext_PerformerEdit_cup_size (line 17538) | func (ec *executionContext) fieldContext_PerformerEdit_cup_size(_ cont... method _PerformerEdit_band_size (line 17551) | func (ec *executionContext) _PerformerEdit_band_size(ctx context.Conte... method fieldContext_PerformerEdit_band_size (line 17567) | func (ec *executionContext) fieldContext_PerformerEdit_band_size(_ con... method _PerformerEdit_waist_size (line 17580) | func (ec *executionContext) _PerformerEdit_waist_size(ctx context.Cont... method fieldContext_PerformerEdit_waist_size (line 17596) | func (ec *executionContext) fieldContext_PerformerEdit_waist_size(_ co... method _PerformerEdit_hip_size (line 17609) | func (ec *executionContext) _PerformerEdit_hip_size(ctx context.Contex... method fieldContext_PerformerEdit_hip_size (line 17625) | func (ec *executionContext) fieldContext_PerformerEdit_hip_size(_ cont... method _PerformerEdit_breast_type (line 17638) | func (ec *executionContext) _PerformerEdit_breast_type(ctx context.Con... method fieldContext_PerformerEdit_breast_type (line 17654) | func (ec *executionContext) fieldContext_PerformerEdit_breast_type(_ c... method _PerformerEdit_career_start_year (line 17667) | func (ec *executionContext) _PerformerEdit_career_start_year(ctx conte... method fieldContext_PerformerEdit_career_start_year (line 17683) | func (ec *executionContext) fieldContext_PerformerEdit_career_start_ye... method _PerformerEdit_career_end_year (line 17696) | func (ec *executionContext) _PerformerEdit_career_end_year(ctx context... method fieldContext_PerformerEdit_career_end_year (line 17712) | func (ec *executionContext) fieldContext_PerformerEdit_career_end_year... method _PerformerEdit_added_tattoos (line 17725) | func (ec *executionContext) _PerformerEdit_added_tattoos(ctx context.C... method fieldContext_PerformerEdit_added_tattoos (line 17741) | func (ec *executionContext) fieldContext_PerformerEdit_added_tattoos(_... method _PerformerEdit_removed_tattoos (line 17760) | func (ec *executionContext) _PerformerEdit_removed_tattoos(ctx context... method fieldContext_PerformerEdit_removed_tattoos (line 17776) | func (ec *executionContext) fieldContext_PerformerEdit_removed_tattoos... method _PerformerEdit_added_piercings (line 17795) | func (ec *executionContext) _PerformerEdit_added_piercings(ctx context... method fieldContext_PerformerEdit_added_piercings (line 17811) | func (ec *executionContext) fieldContext_PerformerEdit_added_piercings... method _PerformerEdit_removed_piercings (line 17830) | func (ec *executionContext) _PerformerEdit_removed_piercings(ctx conte... method fieldContext_PerformerEdit_removed_piercings (line 17846) | func (ec *executionContext) fieldContext_PerformerEdit_removed_piercin... method _PerformerEdit_added_images (line 17865) | func (ec *executionContext) _PerformerEdit_added_images(ctx context.Co... method fieldContext_PerformerEdit_added_images (line 17881) | func (ec *executionContext) fieldContext_PerformerEdit_added_images(_ ... method _PerformerEdit_removed_images (line 17904) | func (ec *executionContext) _PerformerEdit_removed_images(ctx context.... method fieldContext_PerformerEdit_removed_images (line 17920) | func (ec *executionContext) fieldContext_PerformerEdit_removed_images(... method _PerformerEdit_draft_id (line 17943) | func (ec *executionContext) _PerformerEdit_draft_id(ctx context.Contex... method fieldContext_PerformerEdit_draft_id (line 17959) | func (ec *executionContext) fieldContext_PerformerEdit_draft_id(_ cont... method _PerformerEdit_aliases (line 17972) | func (ec *executionContext) _PerformerEdit_aliases(ctx context.Context... method fieldContext_PerformerEdit_aliases (line 17988) | func (ec *executionContext) fieldContext_PerformerEdit_aliases(_ conte... method _PerformerEdit_urls (line 18001) | func (ec *executionContext) _PerformerEdit_urls(ctx context.Context, f... method fieldContext_PerformerEdit_urls (line 18017) | func (ec *executionContext) fieldContext_PerformerEdit_urls(_ context.... method _PerformerEdit_images (line 18038) | func (ec *executionContext) _PerformerEdit_images(ctx context.Context,... method fieldContext_PerformerEdit_images (line 18054) | func (ec *executionContext) fieldContext_PerformerEdit_images(_ contex... method _PerformerEdit_tattoos (line 18077) | func (ec *executionContext) _PerformerEdit_tattoos(ctx context.Context... method fieldContext_PerformerEdit_tattoos (line 18093) | func (ec *executionContext) fieldContext_PerformerEdit_tattoos(_ conte... method _PerformerEdit_piercings (line 18112) | func (ec *executionContext) _PerformerEdit_piercings(ctx context.Conte... method fieldContext_PerformerEdit_piercings (line 18128) | func (ec *executionContext) fieldContext_PerformerEdit_piercings(_ con... method _PerformerEditOptions_set_modify_aliases (line 18147) | func (ec *executionContext) _PerformerEditOptions_set_modify_aliases(c... method fieldContext_PerformerEditOptions_set_modify_aliases (line 18163) | func (ec *executionContext) fieldContext_PerformerEditOptions_set_modi... method _PerformerEditOptions_set_merge_aliases (line 18176) | func (ec *executionContext) _PerformerEditOptions_set_merge_aliases(ct... method fieldContext_PerformerEditOptions_set_merge_aliases (line 18192) | func (ec *executionContext) fieldContext_PerformerEditOptions_set_merg... method _PerformerSearchFacets_genders (line 18205) | func (ec *executionContext) _PerformerSearchFacets_genders(ctx context... method fieldContext_PerformerSearchFacets_genders (line 18221) | func (ec *executionContext) fieldContext_PerformerSearchFacets_genders... method _PerformerStudio_studio (line 18240) | func (ec *executionContext) _PerformerStudio_studio(ctx context.Contex... method fieldContext_PerformerStudio_studio (line 18256) | func (ec *executionContext) fieldContext_PerformerStudio_studio(_ cont... method _PerformerStudio_scene_count (line 18297) | func (ec *executionContext) _PerformerStudio_scene_count(ctx context.C... method fieldContext_PerformerStudio_scene_count (line 18313) | func (ec *executionContext) fieldContext_PerformerStudio_scene_count(_... method _Query_findPerformer (line 18326) | func (ec *executionContext) _Query_findPerformer(ctx context.Context, ... method fieldContext_Query_findPerformer (line 18361) | func (ec *executionContext) fieldContext_Query_findPerformer(ctx conte... method _Query_queryPerformers (line 18459) | func (ec *executionContext) _Query_queryPerformers(ctx context.Context... method fieldContext_Query_queryPerformers (line 18494) | func (ec *executionContext) fieldContext_Query_queryPerformers(ctx con... method _Query_findStudio (line 18526) | func (ec *executionContext) _Query_findStudio(ctx context.Context, fie... method fieldContext_Query_findStudio (line 18561) | func (ec *executionContext) fieldContext_Query_findStudio(ctx context.... method _Query_queryStudios (line 18613) | func (ec *executionContext) _Query_queryStudios(ctx context.Context, f... method fieldContext_Query_queryStudios (line 18648) | func (ec *executionContext) fieldContext_Query_queryStudios(ctx contex... method _Query_findTag (line 18678) | func (ec *executionContext) _Query_findTag(ctx context.Context, field ... method fieldContext_Query_findTag (line 18713) | func (ec *executionContext) fieldContext_Query_findTag(ctx context.Con... method _Query_findTagOrAlias (line 18757) | func (ec *executionContext) _Query_findTagOrAlias(ctx context.Context,... method fieldContext_Query_findTagOrAlias (line 18792) | func (ec *executionContext) fieldContext_Query_findTagOrAlias(ctx cont... method _Query_queryTags (line 18836) | func (ec *executionContext) _Query_queryTags(ctx context.Context, fiel... method fieldContext_Query_queryTags (line 18871) | func (ec *executionContext) fieldContext_Query_queryTags(ctx context.C... method _Query_findTagCategory (line 18901) | func (ec *executionContext) _Query_findTagCategory(ctx context.Context... method fieldContext_Query_findTagCategory (line 18936) | func (ec *executionContext) fieldContext_Query_findTagCategory(ctx con... method _Query_queryTagCategories (line 18970) | func (ec *executionContext) _Query_queryTagCategories(ctx context.Cont... method fieldContext_Query_queryTagCategories (line 19004) | func (ec *executionContext) fieldContext_Query_queryTagCategories(_ co... method _Query_findScene (line 19023) | func (ec *executionContext) _Query_findScene(ctx context.Context, fiel... method fieldContext_Query_findScene (line 19058) | func (ec *executionContext) fieldContext_Query_findScene(ctx context.C... method _Query_findScenesBySceneFingerprints (line 19122) | func (ec *executionContext) _Query_findScenesBySceneFingerprints(ctx c... method fieldContext_Query_findScenesBySceneFingerprints (line 19157) | func (ec *executionContext) fieldContext_Query_findScenesBySceneFinger... method _Query_queryScenes (line 19221) | func (ec *executionContext) _Query_queryScenes(ctx context.Context, fi... method fieldContext_Query_queryScenes (line 19256) | func (ec *executionContext) fieldContext_Query_queryScenes(ctx context... method _Query_findSite (line 19286) | func (ec *executionContext) _Query_findSite(ctx context.Context, field... method fieldContext_Query_findSite (line 19321) | func (ec *executionContext) fieldContext_Query_findSite(ctx context.Co... method _Query_querySites (line 19365) | func (ec *executionContext) _Query_querySites(ctx context.Context, fie... method fieldContext_Query_querySites (line 19399) | func (ec *executionContext) fieldContext_Query_querySites(_ context.Co... method _Query_findEdit (line 19418) | func (ec *executionContext) _Query_findEdit(ctx context.Context, field... method fieldContext_Query_findEdit (line 19453) | func (ec *executionContext) fieldContext_Query_findEdit(ctx context.Co... method _Query_queryEdits (line 19523) | func (ec *executionContext) _Query_queryEdits(ctx context.Context, fie... method fieldContext_Query_queryEdits (line 19558) | func (ec *executionContext) fieldContext_Query_queryEdits(ctx context.... method _Query_findUser (line 19588) | func (ec *executionContext) _Query_findUser(ctx context.Context, field... method fieldContext_Query_findUser (line 19623) | func (ec *executionContext) fieldContext_Query_findUser(ctx context.Co... method _Query_queryUsers (line 19675) | func (ec *executionContext) _Query_queryUsers(ctx context.Context, fie... method fieldContext_Query_queryUsers (line 19710) | func (ec *executionContext) fieldContext_Query_queryUsers(ctx context.... method _Query_me (line 19740) | func (ec *executionContext) _Query_me(ctx context.Context, field graph... method fieldContext_Query_me (line 19756) | func (ec *executionContext) fieldContext_Query_me(_ context.Context, f... method _Query_searchPerformer (line 19797) | func (ec *executionContext) _Query_searchPerformer(ctx context.Context... method fieldContext_Query_searchPerformer (line 19832) | func (ec *executionContext) fieldContext_Query_searchPerformer(ctx con... method _Query_searchPerformers (line 19930) | func (ec *executionContext) _Query_searchPerformers(ctx context.Contex... method fieldContext_Query_searchPerformers (line 19965) | func (ec *executionContext) fieldContext_Query_searchPerformers(ctx co... method _Query_searchScene (line 19997) | func (ec *executionContext) _Query_searchScene(ctx context.Context, fi... method fieldContext_Query_searchScene (line 20032) | func (ec *executionContext) fieldContext_Query_searchScene(ctx context... method _Query_searchScenes (line 20096) | func (ec *executionContext) _Query_searchScenes(ctx context.Context, f... method fieldContext_Query_searchScenes (line 20131) | func (ec *executionContext) fieldContext_Query_searchScenes(ctx contex... method _Query_searchTag (line 20161) | func (ec *executionContext) _Query_searchTag(ctx context.Context, fiel... method fieldContext_Query_searchTag (line 20196) | func (ec *executionContext) fieldContext_Query_searchTag(ctx context.C... method _Query_searchStudio (line 20240) | func (ec *executionContext) _Query_searchStudio(ctx context.Context, f... method fieldContext_Query_searchStudio (line 20275) | func (ec *executionContext) fieldContext_Query_searchStudio(ctx contex... method _Query_findDraft (line 20327) | func (ec *executionContext) _Query_findDraft(ctx context.Context, fiel... method fieldContext_Query_findDraft (line 20362) | func (ec *executionContext) fieldContext_Query_findDraft(ctx context.C... method _Query_findDrafts (line 20396) | func (ec *executionContext) _Query_findDrafts(ctx context.Context, fie... method fieldContext_Query_findDrafts (line 20430) | func (ec *executionContext) fieldContext_Query_findDrafts(_ context.Co... method _Query_queryExistingScene (line 20453) | func (ec *executionContext) _Query_queryExistingScene(ctx context.Cont... method fieldContext_Query_queryExistingScene (line 20488) | func (ec *executionContext) fieldContext_Query_queryExistingScene(ctx ... method _Query_queryExistingPerformer (line 20518) | func (ec *executionContext) _Query_queryExistingPerformer(ctx context.... method fieldContext_Query_queryExistingPerformer (line 20553) | func (ec *executionContext) fieldContext_Query_queryExistingPerformer(... method _Query_version (line 20583) | func (ec *executionContext) _Query_version(ctx context.Context, field ... method fieldContext_Query_version (line 20617) | func (ec *executionContext) fieldContext_Query_version(_ context.Conte... method _Query_getConfig (line 20640) | func (ec *executionContext) _Query_getConfig(ctx context.Context, fiel... method fieldContext_Query_getConfig (line 20656) | func (ec *executionContext) fieldContext_Query_getConfig(_ context.Con... method _Query_queryNotifications (line 20695) | func (ec *executionContext) _Query_queryNotifications(ctx context.Cont... method fieldContext_Query_queryNotifications (line 20730) | func (ec *executionContext) fieldContext_Query_queryNotifications(ctx ... method _Query_getUnreadNotificationCount (line 20760) | func (ec *executionContext) _Query_getUnreadNotificationCount(ctx cont... method fieldContext_Query_getUnreadNotificationCount (line 20794) | func (ec *executionContext) fieldContext_Query_getUnreadNotificationCo... method _Query_queryModAudits (line 20807) | func (ec *executionContext) _Query_queryModAudits(ctx context.Context,... method fieldContext_Query_queryModAudits (line 20842) | func (ec *executionContext) fieldContext_Query_queryModAudits(ctx cont... method _Query___type (line 20872) | func (ec *executionContext) _Query___type(ctx context.Context, field g... method fieldContext_Query___type (line 20889) | func (ec *executionContext) fieldContext_Query___type(ctx context.Cont... method _Query___schema (line 20937) | func (ec *executionContext) _Query___schema(ctx context.Context, field... method fieldContext_Query___schema (line 20953) | func (ec *executionContext) fieldContext_Query___schema(_ context.Cont... method _QueryEditsResultType_count (line 20980) | func (ec *executionContext) _QueryEditsResultType_count(ctx context.Co... method fieldContext_QueryEditsResultType_count (line 20996) | func (ec *executionContext) fieldContext_QueryEditsResultType_count(_ ... method _QueryEditsResultType_edits (line 21009) | func (ec *executionContext) _QueryEditsResultType_edits(ctx context.Co... method fieldContext_QueryEditsResultType_edits (line 21025) | func (ec *executionContext) fieldContext_QueryEditsResultType_edits(_ ... method _QueryExistingPerformerResult_edits (line 21084) | func (ec *executionContext) _QueryExistingPerformerResult_edits(ctx co... method fieldContext_QueryExistingPerformerResult_edits (line 21100) | func (ec *executionContext) fieldContext_QueryExistingPerformerResult_... method _QueryExistingPerformerResult_performers (line 21159) | func (ec *executionContext) _QueryExistingPerformerResult_performers(c... method fieldContext_QueryExistingPerformerResult_performers (line 21175) | func (ec *executionContext) fieldContext_QueryExistingPerformerResult_... method _QueryExistingSceneResult_edits (line 21262) | func (ec *executionContext) _QueryExistingSceneResult_edits(ctx contex... method fieldContext_QueryExistingSceneResult_edits (line 21278) | func (ec *executionContext) fieldContext_QueryExistingSceneResult_edit... method _QueryExistingSceneResult_scenes (line 21337) | func (ec *executionContext) _QueryExistingSceneResult_scenes(ctx conte... method fieldContext_QueryExistingSceneResult_scenes (line 21353) | func (ec *executionContext) fieldContext_QueryExistingSceneResult_scen... method _QueryModAuditsResultType_count (line 21406) | func (ec *executionContext) _QueryModAuditsResultType_count(ctx contex... method fieldContext_QueryModAuditsResultType_count (line 21422) | func (ec *executionContext) fieldContext_QueryModAuditsResultType_coun... method _QueryModAuditsResultType_audits (line 21435) | func (ec *executionContext) _QueryModAuditsResultType_audits(ctx conte... method fieldContext_QueryModAuditsResultType_audits (line 21451) | func (ec *executionContext) fieldContext_QueryModAuditsResultType_audi... method _QueryNotificationsResult_count (line 21482) | func (ec *executionContext) _QueryNotificationsResult_count(ctx contex... method fieldContext_QueryNotificationsResult_count (line 21498) | func (ec *executionContext) fieldContext_QueryNotificationsResult_coun... method _QueryNotificationsResult_notifications (line 21511) | func (ec *executionContext) _QueryNotificationsResult_notifications(ct... method fieldContext_QueryNotificationsResult_notifications (line 21527) | func (ec *executionContext) fieldContext_QueryNotificationsResult_noti... method _QueryPerformersResultType_count (line 21548) | func (ec *executionContext) _QueryPerformersResultType_count(ctx conte... method fieldContext_QueryPerformersResultType_count (line 21564) | func (ec *executionContext) fieldContext_QueryPerformersResultType_cou... method _QueryPerformersResultType_performers (line 21577) | func (ec *executionContext) _QueryPerformersResultType_performers(ctx ... method fieldContext_QueryPerformersResultType_performers (line 21593) | func (ec *executionContext) fieldContext_QueryPerformersResultType_per... method _QueryPerformersResultType_facets (line 21680) | func (ec *executionContext) _QueryPerformersResultType_facets(ctx cont... method fieldContext_QueryPerformersResultType_facets (line 21696) | func (ec *executionContext) fieldContext_QueryPerformersResultType_fac... method _QueryScenesResultType_count (line 21713) | func (ec *executionContext) _QueryScenesResultType_count(ctx context.C... method fieldContext_QueryScenesResultType_count (line 21729) | func (ec *executionContext) fieldContext_QueryScenesResultType_count(_... method _QueryScenesResultType_scenes (line 21742) | func (ec *executionContext) _QueryScenesResultType_scenes(ctx context.... method fieldContext_QueryScenesResultType_scenes (line 21758) | func (ec *executionContext) fieldContext_QueryScenesResultType_scenes(... method _QuerySitesResultType_count (line 21811) | func (ec *executionContext) _QuerySitesResultType_count(ctx context.Co... method fieldContext_QuerySitesResultType_count (line 21827) | func (ec *executionContext) fieldContext_QuerySitesResultType_count(_ ... method _QuerySitesResultType_sites (line 21840) | func (ec *executionContext) _QuerySitesResultType_sites(ctx context.Co... method fieldContext_QuerySitesResultType_sites (line 21856) | func (ec *executionContext) fieldContext_QuerySitesResultType_sites(_ ... method _QueryStudiosResultType_count (line 21889) | func (ec *executionContext) _QueryStudiosResultType_count(ctx context.... method fieldContext_QueryStudiosResultType_count (line 21905) | func (ec *executionContext) fieldContext_QueryStudiosResultType_count(... method _QueryStudiosResultType_studios (line 21918) | func (ec *executionContext) _QueryStudiosResultType_studios(ctx contex... method fieldContext_QueryStudiosResultType_studios (line 21934) | func (ec *executionContext) fieldContext_QueryStudiosResultType_studio... method _QueryTagCategoriesResultType_count (line 21975) | func (ec *executionContext) _QueryTagCategoriesResultType_count(ctx co... method fieldContext_QueryTagCategoriesResultType_count (line 21991) | func (ec *executionContext) fieldContext_QueryTagCategoriesResultType_... method _QueryTagCategoriesResultType_tag_categories (line 22004) | func (ec *executionContext) _QueryTagCategoriesResultType_tag_categori... method fieldContext_QueryTagCategoriesResultType_tag_categories (line 22020) | func (ec *executionContext) fieldContext_QueryTagCategoriesResultType_... method _QueryTagsResultType_count (line 22043) | func (ec *executionContext) _QueryTagsResultType_count(ctx context.Con... method fieldContext_QueryTagsResultType_count (line 22059) | func (ec *executionContext) fieldContext_QueryTagsResultType_count(_ c... method _QueryTagsResultType_tags (line 22072) | func (ec *executionContext) _QueryTagsResultType_tags(ctx context.Cont... method fieldContext_QueryTagsResultType_tags (line 22088) | func (ec *executionContext) fieldContext_QueryTagsResultType_tags(_ co... method _QueryUsersResultType_count (line 22121) | func (ec *executionContext) _QueryUsersResultType_count(ctx context.Co... method fieldContext_QueryUsersResultType_count (line 22137) | func (ec *executionContext) fieldContext_QueryUsersResultType_count(_ ... method _QueryUsersResultType_users (line 22150) | func (ec *executionContext) _QueryUsersResultType_users(ctx context.Co... method fieldContext_QueryUsersResultType_users (line 22166) | func (ec *executionContext) fieldContext_QueryUsersResultType_users(_ ... method _Scene_id (line 22207) | func (ec *executionContext) _Scene_id(ctx context.Context, field graph... method fieldContext_Scene_id (line 22223) | func (ec *executionContext) fieldContext_Scene_id(_ context.Context, f... method _Scene_title (line 22236) | func (ec *executionContext) _Scene_title(ctx context.Context, field gr... method fieldContext_Scene_title (line 22252) | func (ec *executionContext) fieldContext_Scene_title(_ context.Context... method _Scene_details (line 22265) | func (ec *executionContext) _Scene_details(ctx context.Context, field ... method fieldContext_Scene_details (line 22281) | func (ec *executionContext) fieldContext_Scene_details(_ context.Conte... method _Scene_date (line 22294) | func (ec *executionContext) _Scene_date(ctx context.Context, field gra... method fieldContext_Scene_date (line 22310) | func (ec *executionContext) fieldContext_Scene_date(_ context.Context,... method _Scene_release_date (line 22323) | func (ec *executionContext) _Scene_release_date(ctx context.Context, f... method fieldContext_Scene_release_date (line 22339) | func (ec *executionContext) fieldContext_Scene_release_date(_ context.... method _Scene_production_date (line 22352) | func (ec *executionContext) _Scene_production_date(ctx context.Context... method fieldContext_Scene_production_date (line 22368) | func (ec *executionContext) fieldContext_Scene_production_date(_ conte... method _Scene_urls (line 22381) | func (ec *executionContext) _Scene_urls(ctx context.Context, field gra... method fieldContext_Scene_urls (line 22397) | func (ec *executionContext) fieldContext_Scene_urls(_ context.Context,... method _Scene_studio (line 22418) | func (ec *executionContext) _Scene_studio(ctx context.Context, field g... method fieldContext_Scene_studio (line 22434) | func (ec *executionContext) fieldContext_Scene_studio(_ context.Contex... method _Scene_tags (line 22475) | func (ec *executionContext) _Scene_tags(ctx context.Context, field gra... method fieldContext_Scene_tags (line 22491) | func (ec *executionContext) fieldContext_Scene_tags(_ context.Context,... method _Scene_images (line 22524) | func (ec *executionContext) _Scene_images(ctx context.Context, field g... method fieldContext_Scene_images (line 22540) | func (ec *executionContext) fieldContext_Scene_images(_ context.Contex... method _Scene_performers (line 22563) | func (ec *executionContext) _Scene_performers(ctx context.Context, fie... method fieldContext_Scene_performers (line 22579) | func (ec *executionContext) fieldContext_Scene_performers(_ context.Co... method _Scene_fingerprints (line 22598) | func (ec *executionContext) _Scene_fingerprints(ctx context.Context, f... method fieldContext_Scene_fingerprints (line 22615) | func (ec *executionContext) fieldContext_Scene_fingerprints(ctx contex... method _Scene_duration (line 22659) | func (ec *executionContext) _Scene_duration(ctx context.Context, field... method fieldContext_Scene_duration (line 22675) | func (ec *executionContext) fieldContext_Scene_duration(_ context.Cont... method _Scene_director (line 22688) | func (ec *executionContext) _Scene_director(ctx context.Context, field... method fieldContext_Scene_director (line 22704) | func (ec *executionContext) fieldContext_Scene_director(_ context.Cont... method _Scene_code (line 22717) | func (ec *executionContext) _Scene_code(ctx context.Context, field gra... method fieldContext_Scene_code (line 22733) | func (ec *executionContext) fieldContext_Scene_code(_ context.Context,... method _Scene_deleted (line 22746) | func (ec *executionContext) _Scene_deleted(ctx context.Context, field ... method fieldContext_Scene_deleted (line 22762) | func (ec *executionContext) fieldContext_Scene_deleted(_ context.Conte... method _Scene_edits (line 22775) | func (ec *executionContext) _Scene_edits(ctx context.Context, field gr... method fieldContext_Scene_edits (line 22791) | func (ec *executionContext) fieldContext_Scene_edits(_ context.Context... method _Scene_created (line 22850) | func (ec *executionContext) _Scene_created(ctx context.Context, field ... method fieldContext_Scene_created (line 22866) | func (ec *executionContext) fieldContext_Scene_created(_ context.Conte... method _Scene_updated (line 22879) | func (ec *executionContext) _Scene_updated(ctx context.Context, field ... method fieldContext_Scene_updated (line 22895) | func (ec *executionContext) fieldContext_Scene_updated(_ context.Conte... method _SceneDraft_id (line 22908) | func (ec *executionContext) _SceneDraft_id(ctx context.Context, field ... method fieldContext_SceneDraft_id (line 22924) | func (ec *executionContext) fieldContext_SceneDraft_id(_ context.Conte... method _SceneDraft_title (line 22937) | func (ec *executionContext) _SceneDraft_title(ctx context.Context, fie... method fieldContext_SceneDraft_title (line 22953) | func (ec *executionContext) fieldContext_SceneDraft_title(_ context.Co... method _SceneDraft_code (line 22966) | func (ec *executionContext) _SceneDraft_code(ctx context.Context, fiel... method fieldContext_SceneDraft_code (line 22982) | func (ec *executionContext) fieldContext_SceneDraft_code(_ context.Con... method _SceneDraft_details (line 22995) | func (ec *executionContext) _SceneDraft_details(ctx context.Context, f... method fieldContext_SceneDraft_details (line 23011) | func (ec *executionContext) fieldContext_SceneDraft_details(_ context.... method _SceneDraft_director (line 23024) | func (ec *executionContext) _SceneDraft_director(ctx context.Context, ... method fieldContext_SceneDraft_director (line 23040) | func (ec *executionContext) fieldContext_SceneDraft_director(_ context... method _SceneDraft_urls (line 23053) | func (ec *executionContext) _SceneDraft_urls(ctx context.Context, fiel... method fieldContext_SceneDraft_urls (line 23069) | func (ec *executionContext) fieldContext_SceneDraft_urls(_ context.Con... method _SceneDraft_date (line 23082) | func (ec *executionContext) _SceneDraft_date(ctx context.Context, fiel... method fieldContext_SceneDraft_date (line 23098) | func (ec *executionContext) fieldContext_SceneDraft_date(_ context.Con... method _SceneDraft_production_date (line 23111) | func (ec *executionContext) _SceneDraft_production_date(ctx context.Co... method fieldContext_SceneDraft_production_date (line 23127) | func (ec *executionContext) fieldContext_SceneDraft_production_date(_ ... method _SceneDraft_studio (line 23140) | func (ec *executionContext) _SceneDraft_studio(ctx context.Context, fi... method fieldContext_SceneDraft_studio (line 23156) | func (ec *executionContext) fieldContext_SceneDraft_studio(_ context.C... method _SceneDraft_performers (line 23169) | func (ec *executionContext) _SceneDraft_performers(ctx context.Context... method fieldContext_SceneDraft_performers (line 23185) | func (ec *executionContext) fieldContext_SceneDraft_performers(_ conte... method _SceneDraft_tags (line 23198) | func (ec *executionContext) _SceneDraft_tags(ctx context.Context, fiel... method fieldContext_SceneDraft_tags (line 23214) | func (ec *executionContext) fieldContext_SceneDraft_tags(_ context.Con... method _SceneDraft_image (line 23227) | func (ec *executionContext) _SceneDraft_image(ctx context.Context, fie... method fieldContext_SceneDraft_image (line 23243) | func (ec *executionContext) fieldContext_SceneDraft_image(_ context.Co... method _SceneDraft_fingerprints (line 23266) | func (ec *executionContext) _SceneDraft_fingerprints(ctx context.Conte... method fieldContext_SceneDraft_fingerprints (line 23282) | func (ec *executionContext) fieldContext_SceneDraft_fingerprints(_ con... method _SceneEdit_title (line 23303) | func (ec *executionContext) _SceneEdit_title(ctx context.Context, fiel... method fieldContext_SceneEdit_title (line 23319) | func (ec *executionContext) fieldContext_SceneEdit_title(_ context.Con... method _SceneEdit_details (line 23332) | func (ec *executionContext) _SceneEdit_details(ctx context.Context, fi... method fieldContext_SceneEdit_details (line 23348) | func (ec *executionContext) fieldContext_SceneEdit_details(_ context.C... method _SceneEdit_added_urls (line 23361) | func (ec *executionContext) _SceneEdit_added_urls(ctx context.Context,... method fieldContext_SceneEdit_added_urls (line 23377) | func (ec *executionContext) fieldContext_SceneEdit_added_urls(_ contex... method _SceneEdit_removed_urls (line 23398) | func (ec *executionContext) _SceneEdit_removed_urls(ctx context.Contex... method fieldContext_SceneEdit_removed_urls (line 23414) | func (ec *executionContext) fieldContext_SceneEdit_removed_urls(_ cont... method _SceneEdit_date (line 23435) | func (ec *executionContext) _SceneEdit_date(ctx context.Context, field... method fieldContext_SceneEdit_date (line 23451) | func (ec *executionContext) fieldContext_SceneEdit_date(_ context.Cont... method _SceneEdit_production_date (line 23464) | func (ec *executionContext) _SceneEdit_production_date(ctx context.Con... method fieldContext_SceneEdit_production_date (line 23480) | func (ec *executionContext) fieldContext_SceneEdit_production_date(_ c... method _SceneEdit_studio (line 23493) | func (ec *executionContext) _SceneEdit_studio(ctx context.Context, fie... method fieldContext_SceneEdit_studio (line 23509) | func (ec *executionContext) fieldContext_SceneEdit_studio(_ context.Co... method _SceneEdit_added_performers (line 23550) | func (ec *executionContext) _SceneEdit_added_performers(ctx context.Co... method fieldContext_SceneEdit_added_performers (line 23566) | func (ec *executionContext) fieldContext_SceneEdit_added_performers(_ ... method _SceneEdit_removed_performers (line 23585) | func (ec *executionContext) _SceneEdit_removed_performers(ctx context.... method fieldContext_SceneEdit_removed_performers (line 23601) | func (ec *executionContext) fieldContext_SceneEdit_removed_performers(... method _SceneEdit_added_tags (line 23620) | func (ec *executionContext) _SceneEdit_added_tags(ctx context.Context,... method fieldContext_SceneEdit_added_tags (line 23636) | func (ec *executionContext) fieldContext_SceneEdit_added_tags(_ contex... method _SceneEdit_removed_tags (line 23669) | func (ec *executionContext) _SceneEdit_removed_tags(ctx context.Contex... method fieldContext_SceneEdit_removed_tags (line 23685) | func (ec *executionContext) fieldContext_SceneEdit_removed_tags(_ cont... method _SceneEdit_added_images (line 23718) | func (ec *executionContext) _SceneEdit_added_images(ctx context.Contex... method fieldContext_SceneEdit_added_images (line 23734) | func (ec *executionContext) fieldContext_SceneEdit_added_images(_ cont... method _SceneEdit_removed_images (line 23757) | func (ec *executionContext) _SceneEdit_removed_images(ctx context.Cont... method fieldContext_SceneEdit_removed_images (line 23773) | func (ec *executionContext) fieldContext_SceneEdit_removed_images(_ co... method _SceneEdit_added_fingerprints (line 23796) | func (ec *executionContext) _SceneEdit_added_fingerprints(ctx context.... method fieldContext_SceneEdit_added_fingerprints (line 23812) | func (ec *executionContext) fieldContext_SceneEdit_added_fingerprints(... method _SceneEdit_removed_fingerprints (line 23845) | func (ec *executionContext) _SceneEdit_removed_fingerprints(ctx contex... method fieldContext_SceneEdit_removed_fingerprints (line 23861) | func (ec *executionContext) fieldContext_SceneEdit_removed_fingerprint... method _SceneEdit_duration (line 23894) | func (ec *executionContext) _SceneEdit_duration(ctx context.Context, f... method fieldContext_SceneEdit_duration (line 23910) | func (ec *executionContext) fieldContext_SceneEdit_duration(_ context.... method _SceneEdit_director (line 23923) | func (ec *executionContext) _SceneEdit_director(ctx context.Context, f... method fieldContext_SceneEdit_director (line 23939) | func (ec *executionContext) fieldContext_SceneEdit_director(_ context.... method _SceneEdit_code (line 23952) | func (ec *executionContext) _SceneEdit_code(ctx context.Context, field... method fieldContext_SceneEdit_code (line 23968) | func (ec *executionContext) fieldContext_SceneEdit_code(_ context.Cont... method _SceneEdit_draft_id (line 23981) | func (ec *executionContext) _SceneEdit_draft_id(ctx context.Context, f... method fieldContext_SceneEdit_draft_id (line 23997) | func (ec *executionContext) fieldContext_SceneEdit_draft_id(_ context.... method _SceneEdit_urls (line 24010) | func (ec *executionContext) _SceneEdit_urls(ctx context.Context, field... method fieldContext_SceneEdit_urls (line 24026) | func (ec *executionContext) fieldContext_SceneEdit_urls(_ context.Cont... method _SceneEdit_performers (line 24047) | func (ec *executionContext) _SceneEdit_performers(ctx context.Context,... method fieldContext_SceneEdit_performers (line 24063) | func (ec *executionContext) fieldContext_SceneEdit_performers(_ contex... method _SceneEdit_tags (line 24082) | func (ec *executionContext) _SceneEdit_tags(ctx context.Context, field... method fieldContext_SceneEdit_tags (line 24098) | func (ec *executionContext) fieldContext_SceneEdit_tags(_ context.Cont... method _SceneEdit_images (line 24131) | func (ec *executionContext) _SceneEdit_images(ctx context.Context, fie... method fieldContext_SceneEdit_images (line 24147) | func (ec *executionContext) fieldContext_SceneEdit_images(_ context.Co... method _SceneEdit_fingerprints (line 24170) | func (ec *executionContext) _SceneEdit_fingerprints(ctx context.Contex... method fieldContext_SceneEdit_fingerprints (line 24186) | func (ec *executionContext) fieldContext_SceneEdit_fingerprints(_ cont... method _Site_id (line 24219) | func (ec *executionContext) _Site_id(ctx context.Context, field graphq... method fieldContext_Site_id (line 24235) | func (ec *executionContext) fieldContext_Site_id(_ context.Context, fi... method _Site_name (line 24248) | func (ec *executionContext) _Site_name(ctx context.Context, field grap... method fieldContext_Site_name (line 24264) | func (ec *executionContext) fieldContext_Site_name(_ context.Context, ... method _Site_description (line 24277) | func (ec *executionContext) _Site_description(ctx context.Context, fie... method fieldContext_Site_description (line 24293) | func (ec *executionContext) fieldContext_Site_description(_ context.Co... method _Site_url (line 24306) | func (ec *executionContext) _Site_url(ctx context.Context, field graph... method fieldContext_Site_url (line 24322) | func (ec *executionContext) fieldContext_Site_url(_ context.Context, f... method _Site_regex (line 24335) | func (ec *executionContext) _Site_regex(ctx context.Context, field gra... method fieldContext_Site_regex (line 24351) | func (ec *executionContext) fieldContext_Site_regex(_ context.Context,... method _Site_valid_types (line 24364) | func (ec *executionContext) _Site_valid_types(ctx context.Context, fie... method fieldContext_Site_valid_types (line 24380) | func (ec *executionContext) fieldContext_Site_valid_types(_ context.Co... method _Site_icon (line 24393) | func (ec *executionContext) _Site_icon(ctx context.Context, field grap... method fieldContext_Site_icon (line 24409) | func (ec *executionContext) fieldContext_Site_icon(_ context.Context, ... method _Site_created (line 24422) | func (ec *executionContext) _Site_created(ctx context.Context, field g... method fieldContext_Site_created (line 24438) | func (ec *executionContext) fieldContext_Site_created(_ context.Contex... method _Site_updated (line 24451) | func (ec *executionContext) _Site_updated(ctx context.Context, field g... method fieldContext_Site_updated (line 24467) | func (ec *executionContext) fieldContext_Site_updated(_ context.Contex... method _StashBoxConfig_host_url (line 24480) | func (ec *executionContext) _StashBoxConfig_host_url(ctx context.Conte... method fieldContext_StashBoxConfig_host_url (line 24496) | func (ec *executionContext) fieldContext_StashBoxConfig_host_url(_ con... method _StashBoxConfig_require_invite (line 24509) | func (ec *executionContext) _StashBoxConfig_require_invite(ctx context... method fieldContext_StashBoxConfig_require_invite (line 24525) | func (ec *executionContext) fieldContext_StashBoxConfig_require_invite... method _StashBoxConfig_require_activation (line 24538) | func (ec *executionContext) _StashBoxConfig_require_activation(ctx con... method fieldContext_StashBoxConfig_require_activation (line 24554) | func (ec *executionContext) fieldContext_StashBoxConfig_require_activa... method _StashBoxConfig_vote_promotion_threshold (line 24567) | func (ec *executionContext) _StashBoxConfig_vote_promotion_threshold(c... method fieldContext_StashBoxConfig_vote_promotion_threshold (line 24583) | func (ec *executionContext) fieldContext_StashBoxConfig_vote_promotion... method _StashBoxConfig_vote_application_threshold (line 24596) | func (ec *executionContext) _StashBoxConfig_vote_application_threshold... method fieldContext_StashBoxConfig_vote_application_threshold (line 24612) | func (ec *executionContext) fieldContext_StashBoxConfig_vote_applicati... method _StashBoxConfig_voting_period (line 24625) | func (ec *executionContext) _StashBoxConfig_voting_period(ctx context.... method fieldContext_StashBoxConfig_voting_period (line 24641) | func (ec *executionContext) fieldContext_StashBoxConfig_voting_period(... method _StashBoxConfig_min_destructive_voting_period (line 24654) | func (ec *executionContext) _StashBoxConfig_min_destructive_voting_per... method fieldContext_StashBoxConfig_min_destructive_voting_period (line 24670) | func (ec *executionContext) fieldContext_StashBoxConfig_min_destructiv... method _StashBoxConfig_vote_cron_interval (line 24683) | func (ec *executionContext) _StashBoxConfig_vote_cron_interval(ctx con... method fieldContext_StashBoxConfig_vote_cron_interval (line 24699) | func (ec *executionContext) fieldContext_StashBoxConfig_vote_cron_inte... method _StashBoxConfig_guidelines_url (line 24712) | func (ec *executionContext) _StashBoxConfig_guidelines_url(ctx context... method fieldContext_StashBoxConfig_guidelines_url (line 24728) | func (ec *executionContext) fieldContext_StashBoxConfig_guidelines_url... method _StashBoxConfig_require_scene_draft (line 24741) | func (ec *executionContext) _StashBoxConfig_require_scene_draft(ctx co... method fieldContext_StashBoxConfig_require_scene_draft (line 24757) | func (ec *executionContext) fieldContext_StashBoxConfig_require_scene_... method _StashBoxConfig_edit_update_limit (line 24770) | func (ec *executionContext) _StashBoxConfig_edit_update_limit(ctx cont... method fieldContext_StashBoxConfig_edit_update_limit (line 24786) | func (ec *executionContext) fieldContext_StashBoxConfig_edit_update_li... method _StashBoxConfig_require_tag_role (line 24799) | func (ec *executionContext) _StashBoxConfig_require_tag_role(ctx conte... method fieldContext_StashBoxConfig_require_tag_role (line 24815) | func (ec *executionContext) fieldContext_StashBoxConfig_require_tag_ro... method _Studio_id (line 24828) | func (ec *executionContext) _Studio_id(ctx context.Context, field grap... method fieldContext_Studio_id (line 24844) | func (ec *executionContext) fieldContext_Studio_id(_ context.Context, ... method _Studio_name (line 24857) | func (ec *executionContext) _Studio_name(ctx context.Context, field gr... method fieldContext_Studio_name (line 24873) | func (ec *executionContext) fieldContext_Studio_name(_ context.Context... method _Studio_aliases (line 24886) | func (ec *executionContext) _Studio_aliases(ctx context.Context, field... method fieldContext_Studio_aliases (line 24902) | func (ec *executionContext) fieldContext_Studio_aliases(_ context.Cont... method _Studio_urls (line 24915) | func (ec *executionContext) _Studio_urls(ctx context.Context, field gr... method fieldContext_Studio_urls (line 24931) | func (ec *executionContext) fieldContext_Studio_urls(_ context.Context... method _Studio_parent (line 24952) | func (ec *executionContext) _Studio_parent(ctx context.Context, field ... method fieldContext_Studio_parent (line 24968) | func (ec *executionContext) fieldContext_Studio_parent(_ context.Conte... method _Studio_child_studios (line 25009) | func (ec *executionContext) _Studio_child_studios(ctx context.Context,... method fieldContext_Studio_child_studios (line 25025) | func (ec *executionContext) fieldContext_Studio_child_studios(_ contex... method _Studio_sub_studios (line 25066) | func (ec *executionContext) _Studio_sub_studios(ctx context.Context, f... method fieldContext_Studio_sub_studios (line 25083) | func (ec *executionContext) fieldContext_Studio_sub_studios(ctx contex... method _Studio_images (line 25113) | func (ec *executionContext) _Studio_images(ctx context.Context, field ... method fieldContext_Studio_images (line 25129) | func (ec *executionContext) fieldContext_Studio_images(_ context.Conte... method _Studio_deleted (line 25152) | func (ec *executionContext) _Studio_deleted(ctx context.Context, field... method fieldContext_Studio_deleted (line 25168) | func (ec *executionContext) fieldContext_Studio_deleted(_ context.Cont... method _Studio_is_favorite (line 25181) | func (ec *executionContext) _Studio_is_favorite(ctx context.Context, f... method fieldContext_Studio_is_favorite (line 25197) | func (ec *executionContext) fieldContext_Studio_is_favorite(_ context.... method _Studio_created (line 25210) | func (ec *executionContext) _Studio_created(ctx context.Context, field... method fieldContext_Studio_created (line 25226) | func (ec *executionContext) fieldContext_Studio_created(_ context.Cont... method _Studio_updated (line 25239) | func (ec *executionContext) _Studio_updated(ctx context.Context, field... method fieldContext_Studio_updated (line 25255) | func (ec *executionContext) fieldContext_Studio_updated(_ context.Cont... method _Studio_performers (line 25268) | func (ec *executionContext) _Studio_performers(ctx context.Context, fi... method fieldContext_Studio_performers (line 25285) | func (ec *executionContext) fieldContext_Studio_performers(ctx context... method _StudioEdit_name (line 25317) | func (ec *executionContext) _StudioEdit_name(ctx context.Context, fiel... method fieldContext_StudioEdit_name (line 25333) | func (ec *executionContext) fieldContext_StudioEdit_name(_ context.Con... method _StudioEdit_added_urls (line 25346) | func (ec *executionContext) _StudioEdit_added_urls(ctx context.Context... method fieldContext_StudioEdit_added_urls (line 25362) | func (ec *executionContext) fieldContext_StudioEdit_added_urls(_ conte... method _StudioEdit_removed_urls (line 25383) | func (ec *executionContext) _StudioEdit_removed_urls(ctx context.Conte... method fieldContext_StudioEdit_removed_urls (line 25399) | func (ec *executionContext) fieldContext_StudioEdit_removed_urls(_ con... method _StudioEdit_parent (line 25420) | func (ec *executionContext) _StudioEdit_parent(ctx context.Context, fi... method fieldContext_StudioEdit_parent (line 25436) | func (ec *executionContext) fieldContext_StudioEdit_parent(_ context.C... method _StudioEdit_added_images (line 25477) | func (ec *executionContext) _StudioEdit_added_images(ctx context.Conte... method fieldContext_StudioEdit_added_images (line 25493) | func (ec *executionContext) fieldContext_StudioEdit_added_images(_ con... method _StudioEdit_removed_images (line 25516) | func (ec *executionContext) _StudioEdit_removed_images(ctx context.Con... method fieldContext_StudioEdit_removed_images (line 25532) | func (ec *executionContext) fieldContext_StudioEdit_removed_images(_ c... method _StudioEdit_added_aliases (line 25555) | func (ec *executionContext) _StudioEdit_added_aliases(ctx context.Cont... method fieldContext_StudioEdit_added_aliases (line 25571) | func (ec *executionContext) fieldContext_StudioEdit_added_aliases(_ co... method _StudioEdit_removed_aliases (line 25584) | func (ec *executionContext) _StudioEdit_removed_aliases(ctx context.Co... method fieldContext_StudioEdit_removed_aliases (line 25600) | func (ec *executionContext) fieldContext_StudioEdit_removed_aliases(_ ... method _StudioEdit_images (line 25613) | func (ec *executionContext) _StudioEdit_images(ctx context.Context, fi... method fieldContext_StudioEdit_images (line 25629) | func (ec *executionContext) fieldContext_StudioEdit_images(_ context.C... method _StudioEdit_urls (line 25652) | func (ec *executionContext) _StudioEdit_urls(ctx context.Context, fiel... method fieldContext_StudioEdit_urls (line 25668) | func (ec *executionContext) fieldContext_StudioEdit_urls(_ context.Con... method _Tag_id (line 25689) | func (ec *executionContext) _Tag_id(ctx context.Context, field graphql... method fieldContext_Tag_id (line 25705) | func (ec *executionContext) fieldContext_Tag_id(_ context.Context, fie... method _Tag_name (line 25718) | func (ec *executionContext) _Tag_name(ctx context.Context, field graph... method fieldContext_Tag_name (line 25734) | func (ec *executionContext) fieldContext_Tag_name(_ context.Context, f... method _Tag_description (line 25747) | func (ec *executionContext) _Tag_description(ctx context.Context, fiel... method fieldContext_Tag_description (line 25763) | func (ec *executionContext) fieldContext_Tag_description(_ context.Con... method _Tag_aliases (line 25776) | func (ec *executionContext) _Tag_aliases(ctx context.Context, field gr... method fieldContext_Tag_aliases (line 25792) | func (ec *executionContext) fieldContext_Tag_aliases(_ context.Context... method _Tag_deleted (line 25805) | func (ec *executionContext) _Tag_deleted(ctx context.Context, field gr... method fieldContext_Tag_deleted (line 25821) | func (ec *executionContext) fieldContext_Tag_deleted(_ context.Context... method _Tag_edits (line 25834) | func (ec *executionContext) _Tag_edits(ctx context.Context, field grap... method fieldContext_Tag_edits (line 25850) | func (ec *executionContext) fieldContext_Tag_edits(_ context.Context, ... method _Tag_category (line 25909) | func (ec *executionContext) _Tag_category(ctx context.Context, field g... method fieldContext_Tag_category (line 25925) | func (ec *executionContext) fieldContext_Tag_category(_ context.Contex... method _Tag_created (line 25948) | func (ec *executionContext) _Tag_created(ctx context.Context, field gr... method fieldContext_Tag_created (line 25964) | func (ec *executionContext) fieldContext_Tag_created(_ context.Context... method _Tag_updated (line 25977) | func (ec *executionContext) _Tag_updated(ctx context.Context, field gr... method fieldContext_Tag_updated (line 25993) | func (ec *executionContext) fieldContext_Tag_updated(_ context.Context... method _TagCategory_id (line 26006) | func (ec *executionContext) _TagCategory_id(ctx context.Context, field... method fieldContext_TagCategory_id (line 26022) | func (ec *executionContext) fieldContext_TagCategory_id(_ context.Cont... method _TagCategory_name (line 26035) | func (ec *executionContext) _TagCategory_name(ctx context.Context, fie... method fieldContext_TagCategory_name (line 26051) | func (ec *executionContext) fieldContext_TagCategory_name(_ context.Co... method _TagCategory_group (line 26064) | func (ec *executionContext) _TagCategory_group(ctx context.Context, fi... method fieldContext_TagCategory_group (line 26080) | func (ec *executionContext) fieldContext_TagCategory_group(_ context.C... method _TagCategory_description (line 26093) | func (ec *executionContext) _TagCategory_description(ctx context.Conte... method fieldContext_TagCategory_description (line 26109) | func (ec *executionContext) fieldContext_TagCategory_description(_ con... method _TagEdit_name (line 26122) | func (ec *executionContext) _TagEdit_name(ctx context.Context, field g... method fieldContext_TagEdit_name (line 26138) | func (ec *executionContext) fieldContext_TagEdit_name(_ context.Contex... method _TagEdit_description (line 26151) | func (ec *executionContext) _TagEdit_description(ctx context.Context, ... method fieldContext_TagEdit_description (line 26167) | func (ec *executionContext) fieldContext_TagEdit_description(_ context... method _TagEdit_added_aliases (line 26180) | func (ec *executionContext) _TagEdit_added_aliases(ctx context.Context... method fieldContext_TagEdit_added_aliases (line 26196) | func (ec *executionContext) fieldContext_TagEdit_added_aliases(_ conte... method _TagEdit_removed_aliases (line 26209) | func (ec *executionContext) _TagEdit_removed_aliases(ctx context.Conte... method fieldContext_TagEdit_removed_aliases (line 26225) | func (ec *executionContext) fieldContext_TagEdit_removed_aliases(_ con... method _TagEdit_category (line 26238) | func (ec *executionContext) _TagEdit_category(ctx context.Context, fie... method fieldContext_TagEdit_category (line 26254) | func (ec *executionContext) fieldContext_TagEdit_category(_ context.Co... method _TagEdit_aliases (line 26277) | func (ec *executionContext) _TagEdit_aliases(ctx context.Context, fiel... method fieldContext_TagEdit_aliases (line 26293) | func (ec *executionContext) fieldContext_TagEdit_aliases(_ context.Con... method _URL_url (line 26306) | func (ec *executionContext) _URL_url(ctx context.Context, field graphq... method fieldContext_URL_url (line 26322) | func (ec *executionContext) fieldContext_URL_url(_ context.Context, fi... method _URL_type (line 26335) | func (ec *executionContext) _URL_type(ctx context.Context, field graph... method fieldContext_URL_type (line 26351) | func (ec *executionContext) fieldContext_URL_type(_ context.Context, f... method _URL_site (line 26364) | func (ec *executionContext) _URL_site(ctx context.Context, field graph... method fieldContext_URL_site (line 26380) | func (ec *executionContext) fieldContext_URL_site(_ context.Context, f... method _UpdatedEdit_edit (line 26413) | func (ec *executionContext) _UpdatedEdit_edit(ctx context.Context, fie... method fieldContext_UpdatedEdit_edit (line 26429) | func (ec *executionContext) fieldContext_UpdatedEdit_edit(_ context.Co... method _User_id (line 26488) | func (ec *executionContext) _User_id(ctx context.Context, field graphq... method fieldContext_User_id (line 26504) | func (ec *executionContext) fieldContext_User_id(_ context.Context, fi... method _User_name (line 26517) | func (ec *executionContext) _User_name(ctx context.Context, field grap... method fieldContext_User_name (line 26533) | func (ec *executionContext) fieldContext_User_name(_ context.Context, ... method _User_roles (line 26546) | func (ec *executionContext) _User_roles(ctx context.Context, field gra... method fieldContext_User_roles (line 26575) | func (ec *executionContext) fieldContext_User_roles(_ context.Context,... method _User_email (line 26588) | func (ec *executionContext) _User_email(ctx context.Context, field gra... method fieldContext_User_email (line 26617) | func (ec *executionContext) fieldContext_User_email(_ context.Context,... method _User_api_key (line 26630) | func (ec *executionContext) _User_api_key(ctx context.Context, field g... method fieldContext_User_api_key (line 26659) | func (ec *executionContext) fieldContext_User_api_key(_ context.Contex... method _User_notification_subscriptions (line 26672) | func (ec *executionContext) _User_notification_subscriptions(ctx conte... method fieldContext_User_notification_subscriptions (line 26701) | func (ec *executionContext) fieldContext_User_notification_subscriptio... method _User_vote_count (line 26714) | func (ec *executionContext) _User_vote_count(ctx context.Context, fiel... method fieldContext_User_vote_count (line 26730) | func (ec *executionContext) fieldContext_User_vote_count(_ context.Con... method _User_edit_count (line 26755) | func (ec *executionContext) _User_edit_count(ctx context.Context, fiel... method fieldContext_User_edit_count (line 26771) | func (ec *executionContext) fieldContext_User_edit_count(_ context.Con... method _User_api_calls (line 26800) | func (ec *executionContext) _User_api_calls(ctx context.Context, field... method fieldContext_User_api_calls (line 26829) | func (ec *executionContext) fieldContext_User_api_calls(_ context.Cont... method _User_invited_by (line 26842) | func (ec *executionContext) _User_invited_by(ctx context.Context, fiel... method fieldContext_User_invited_by (line 26871) | func (ec *executionContext) fieldContext_User_invited_by(_ context.Con... method _User_invite_tokens (line 26912) | func (ec *executionContext) _User_invite_tokens(ctx context.Context, f... method fieldContext_User_invite_tokens (line 26941) | func (ec *executionContext) fieldContext_User_invite_tokens(_ context.... method _User_active_invite_codes (line 26954) | func (ec *executionContext) _User_active_invite_codes(ctx context.Cont... method fieldContext_User_active_invite_codes (line 26983) | func (ec *executionContext) fieldContext_User_active_invite_codes(_ co... method _User_invite_codes (line 26996) | func (ec *executionContext) _User_invite_codes(ctx context.Context, fi... method fieldContext_User_invite_codes (line 27025) | func (ec *executionContext) fieldContext_User_invite_codes(_ context.C... method _UserEditCount_accepted (line 27046) | func (ec *executionContext) _UserEditCount_accepted(ctx context.Contex... method fieldContext_UserEditCount_accepted (line 27062) | func (ec *executionContext) fieldContext_UserEditCount_accepted(_ cont... method _UserEditCount_rejected (line 27075) | func (ec *executionContext) _UserEditCount_rejected(ctx context.Contex... method fieldContext_UserEditCount_rejected (line 27091) | func (ec *executionContext) fieldContext_UserEditCount_rejected(_ cont... method _UserEditCount_pending (line 27104) | func (ec *executionContext) _UserEditCount_pending(ctx context.Context... method fieldContext_UserEditCount_pending (line 27120) | func (ec *executionContext) fieldContext_UserEditCount_pending(_ conte... method _UserEditCount_immediate_accepted (line 27133) | func (ec *executionContext) _UserEditCount_immediate_accepted(ctx cont... method fieldContext_UserEditCount_immediate_accepted (line 27149) | func (ec *executionContext) fieldContext_UserEditCount_immediate_accep... method _UserEditCount_immediate_rejected (line 27162) | func (ec *executionContext) _UserEditCount_immediate_rejected(ctx cont... method fieldContext_UserEditCount_immediate_rejected (line 27178) | func (ec *executionContext) fieldContext_UserEditCount_immediate_rejec... method _UserEditCount_failed (line 27191) | func (ec *executionContext) _UserEditCount_failed(ctx context.Context,... method fieldContext_UserEditCount_failed (line 27207) | func (ec *executionContext) fieldContext_UserEditCount_failed(_ contex... method _UserEditCount_canceled (line 27220) | func (ec *executionContext) _UserEditCount_canceled(ctx context.Contex... method fieldContext_UserEditCount_canceled (line 27236) | func (ec *executionContext) fieldContext_UserEditCount_canceled(_ cont... method _UserVoteCount_abstain (line 27249) | func (ec *executionContext) _UserVoteCount_abstain(ctx context.Context... method fieldContext_UserVoteCount_abstain (line 27265) | func (ec *executionContext) fieldContext_UserVoteCount_abstain(_ conte... method _UserVoteCount_accept (line 27278) | func (ec *executionContext) _UserVoteCount_accept(ctx context.Context,... method fieldContext_UserVoteCount_accept (line 27294) | func (ec *executionContext) fieldContext_UserVoteCount_accept(_ contex... method _UserVoteCount_reject (line 27307) | func (ec *executionContext) _UserVoteCount_reject(ctx context.Context,... method fieldContext_UserVoteCount_reject (line 27323) | func (ec *executionContext) fieldContext_UserVoteCount_reject(_ contex... method _UserVoteCount_immediate_accept (line 27336) | func (ec *executionContext) _UserVoteCount_immediate_accept(ctx contex... method fieldContext_UserVoteCount_immediate_accept (line 27352) | func (ec *executionContext) fieldContext_UserVoteCount_immediate_accep... method _UserVoteCount_immediate_reject (line 27365) | func (ec *executionContext) _UserVoteCount_immediate_reject(ctx contex... method fieldContext_UserVoteCount_immediate_reject (line 27381) | func (ec *executionContext) fieldContext_UserVoteCount_immediate_rejec... method _Version_hash (line 27394) | func (ec *executionContext) _Version_hash(ctx context.Context, field g... method fieldContext_Version_hash (line 27410) | func (ec *executionContext) fieldContext_Version_hash(_ context.Contex... method _Version_build_time (line 27423) | func (ec *executionContext) _Version_build_time(ctx context.Context, f... method fieldContext_Version_build_time (line 27439) | func (ec *executionContext) fieldContext_Version_build_time(_ context.... method _Version_build_type (line 27452) | func (ec *executionContext) _Version_build_type(ctx context.Context, f... method fieldContext_Version_build_type (line 27468) | func (ec *executionContext) fieldContext_Version_build_type(_ context.... method _Version_version (line 27481) | func (ec *executionContext) _Version_version(ctx context.Context, fiel... method fieldContext_Version_version (line 27497) | func (ec *executionContext) fieldContext_Version_version(_ context.Con... method ___Directive_name (line 27510) | func (ec *executionContext) ___Directive_name(ctx context.Context, fie... method fieldContext___Directive_name (line 27526) | func (ec *executionContext) fieldContext___Directive_name(_ context.Co... method ___Directive_description (line 27539) | func (ec *executionContext) ___Directive_description(ctx context.Conte... method fieldContext___Directive_description (line 27555) | func (ec *executionContext) fieldContext___Directive_description(_ con... method ___Directive_isRepeatable (line 27568) | func (ec *executionContext) ___Directive_isRepeatable(ctx context.Cont... method fieldContext___Directive_isRepeatable (line 27584) | func (ec *executionContext) fieldContext___Directive_isRepeatable(_ co... method ___Directive_locations (line 27597) | func (ec *executionContext) ___Directive_locations(ctx context.Context... method fieldContext___Directive_locations (line 27613) | func (ec *executionContext) fieldContext___Directive_locations(_ conte... method ___Directive_args (line 27626) | func (ec *executionContext) ___Directive_args(ctx context.Context, fie... method fieldContext___Directive_args (line 27642) | func (ec *executionContext) fieldContext___Directive_args(ctx context.... method ___EnumValue_name (line 27680) | func (ec *executionContext) ___EnumValue_name(ctx context.Context, fie... method fieldContext___EnumValue_name (line 27696) | func (ec *executionContext) fieldContext___EnumValue_name(_ context.Co... method ___EnumValue_description (line 27709) | func (ec *executionContext) ___EnumValue_description(ctx context.Conte... method fieldContext___EnumValue_description (line 27725) | func (ec *executionContext) fieldContext___EnumValue_description(_ con... method ___EnumValue_isDeprecated (line 27738) | func (ec *executionContext) ___EnumValue_isDeprecated(ctx context.Cont... method fieldContext___EnumValue_isDeprecated (line 27754) | func (ec *executionContext) fieldContext___EnumValue_isDeprecated(_ co... method ___EnumValue_deprecationReason (line 27767) | func (ec *executionContext) ___EnumValue_deprecationReason(ctx context... method fieldContext___EnumValue_deprecationReason (line 27783) | func (ec *executionContext) fieldContext___EnumValue_deprecationReason... method ___Field_name (line 27796) | func (ec *executionContext) ___Field_name(ctx context.Context, field g... method fieldContext___Field_name (line 27812) | func (ec *executionContext) fieldContext___Field_name(_ context.Contex... method ___Field_description (line 27825) | func (ec *executionContext) ___Field_description(ctx context.Context, ... method fieldContext___Field_description (line 27841) | func (ec *executionContext) fieldContext___Field_description(_ context... method ___Field_args (line 27854) | func (ec *executionContext) ___Field_args(ctx context.Context, field g... method fieldContext___Field_args (line 27870) | func (ec *executionContext) fieldContext___Field_args(ctx context.Cont... method ___Field_type (line 27908) | func (ec *executionContext) ___Field_type(ctx context.Context, field g... method fieldContext___Field_type (line 27924) | func (ec *executionContext) fieldContext___Field_type(_ context.Contex... method ___Field_isDeprecated (line 27961) | func (ec *executionContext) ___Field_isDeprecated(ctx context.Context,... method fieldContext___Field_isDeprecated (line 27977) | func (ec *executionContext) fieldContext___Field_isDeprecated(_ contex... method ___Field_deprecationReason (line 27990) | func (ec *executionContext) ___Field_deprecationReason(ctx context.Con... method fieldContext___Field_deprecationReason (line 28006) | func (ec *executionContext) fieldContext___Field_deprecationReason(_ c... method ___InputValue_name (line 28019) | func (ec *executionContext) ___InputValue_name(ctx context.Context, fi... method fieldContext___InputValue_name (line 28035) | func (ec *executionContext) fieldContext___InputValue_name(_ context.C... method ___InputValue_description (line 28048) | func (ec *executionContext) ___InputValue_description(ctx context.Cont... method fieldContext___InputValue_description (line 28064) | func (ec *executionContext) fieldContext___InputValue_description(_ co... method ___InputValue_type (line 28077) | func (ec *executionContext) ___InputValue_type(ctx context.Context, fi... method fieldContext___InputValue_type (line 28093) | func (ec *executionContext) fieldContext___InputValue_type(_ context.C... method ___InputValue_defaultValue (line 28130) | func (ec *executionContext) ___InputValue_defaultValue(ctx context.Con... method fieldContext___InputValue_defaultValue (line 28146) | func (ec *executionContext) fieldContext___InputValue_defaultValue(_ c... method ___InputValue_isDeprecated (line 28159) | func (ec *executionContext) ___InputValue_isDeprecated(ctx context.Con... method fieldContext___InputValue_isDeprecated (line 28175) | func (ec *executionContext) fieldContext___InputValue_isDeprecated(_ c... method ___InputValue_deprecationReason (line 28188) | func (ec *executionContext) ___InputValue_deprecationReason(ctx contex... method fieldContext___InputValue_deprecationReason (line 28204) | func (ec *executionContext) fieldContext___InputValue_deprecationReaso... method ___Schema_description (line 28217) | func (ec *executionContext) ___Schema_description(ctx context.Context,... method fieldContext___Schema_description (line 28233) | func (ec *executionContext) fieldContext___Schema_description(_ contex... method ___Schema_types (line 28246) | func (ec *executionContext) ___Schema_types(ctx context.Context, field... method fieldContext___Schema_types (line 28262) | func (ec *executionContext) fieldContext___Schema_types(_ context.Cont... method ___Schema_queryType (line 28299) | func (ec *executionContext) ___Schema_queryType(ctx context.Context, f... method fieldContext___Schema_queryType (line 28315) | func (ec *executionContext) fieldContext___Schema_queryType(_ context.... method ___Schema_mutationType (line 28352) | func (ec *executionContext) ___Schema_mutationType(ctx context.Context... method fieldContext___Schema_mutationType (line 28368) | func (ec *executionContext) fieldContext___Schema_mutationType(_ conte... method ___Schema_subscriptionType (line 28405) | func (ec *executionContext) ___Schema_subscriptionType(ctx context.Con... method fieldContext___Schema_subscriptionType (line 28421) | func (ec *executionContext) fieldContext___Schema_subscriptionType(_ c... method ___Schema_directives (line 28458) | func (ec *executionContext) ___Schema_directives(ctx context.Context, ... method fieldContext___Schema_directives (line 28474) | func (ec *executionContext) fieldContext___Schema_directives(_ context... method ___Type_kind (line 28499) | func (ec *executionContext) ___Type_kind(ctx context.Context, field gr... method fieldContext___Type_kind (line 28515) | func (ec *executionContext) fieldContext___Type_kind(_ context.Context... method ___Type_name (line 28528) | func (ec *executionContext) ___Type_name(ctx context.Context, field gr... method fieldContext___Type_name (line 28544) | func (ec *executionContext) fieldContext___Type_name(_ context.Context... method ___Type_description (line 28557) | func (ec *executionContext) ___Type_description(ctx context.Context, f... method fieldContext___Type_description (line 28573) | func (ec *executionContext) fieldContext___Type_description(_ context.... method ___Type_specifiedByURL (line 28586) | func (ec *executionContext) ___Type_specifiedByURL(ctx context.Context... method fieldContext___Type_specifiedByURL (line 28602) | func (ec *executionContext) fieldContext___Type_specifiedByURL(_ conte... method ___Type_fields (line 28615) | func (ec *executionContext) ___Type_fields(ctx context.Context, field ... method fieldContext___Type_fields (line 28632) | func (ec *executionContext) fieldContext___Type_fields(ctx context.Con... method ___Type_interfaces (line 28670) | func (ec *executionContext) ___Type_interfaces(ctx context.Context, fi... method fieldContext___Type_interfaces (line 28686) | func (ec *executionContext) fieldContext___Type_interfaces(_ context.C... method ___Type_possibleTypes (line 28723) | func (ec *executionContext) ___Type_possibleTypes(ctx context.Context,... method fieldContext___Type_possibleTypes (line 28739) | func (ec *executionContext) fieldContext___Type_possibleTypes(_ contex... method ___Type_enumValues (line 28776) | func (ec *executionContext) ___Type_enumValues(ctx context.Context, fi... method fieldContext___Type_enumValues (line 28793) | func (ec *executionContext) fieldContext___Type_enumValues(ctx context... method ___Type_inputFields (line 28827) | func (ec *executionContext) ___Type_inputFields(ctx context.Context, f... method fieldContext___Type_inputFields (line 28843) | func (ec *executionContext) fieldContext___Type_inputFields(_ context.... method ___Type_ofType (line 28870) | func (ec *executionContext) ___Type_ofType(ctx context.Context, field ... method fieldContext___Type_ofType (line 28886) | func (ec *executionContext) fieldContext___Type_ofType(_ context.Conte... method ___Type_isOneOf (line 28923) | func (ec *executionContext) ___Type_isOneOf(ctx context.Context, field... method fieldContext___Type_isOneOf (line 28939) | func (ec *executionContext) fieldContext___Type_isOneOf(_ context.Cont... method unmarshalInputActivateNewUserInput (line 28956) | func (ec *executionContext) unmarshalInputActivateNewUserInput(ctx con... method unmarshalInputAmendEditInput (line 29000) | func (ec *executionContext) unmarshalInputAmendEditInput(ctx context.C... method unmarshalInputAmendItemRemoval (line 29058) | func (ec *executionContext) unmarshalInputAmendItemRemoval(ctx context... method unmarshalInputApplyEditInput (line 29095) | func (ec *executionContext) unmarshalInputApplyEditInput(ctx context.C... method unmarshalInputBodyModificationCriterionInput (line 29125) | func (ec *executionContext) unmarshalInputBodyModificationCriterionInp... method unmarshalInputBodyModificationInput (line 29169) | func (ec *executionContext) unmarshalInputBodyModificationInput(ctx co... method unmarshalInputBreastTypeCriterionInput (line 29206) | func (ec *executionContext) unmarshalInputBreastTypeCriterionInput(ctx... method unmarshalInputCancelEditInput (line 29243) | func (ec *executionContext) unmarshalInputCancelEditInput(ctx context.... method unmarshalInputDateCriterionInput (line 29273) | func (ec *executionContext) unmarshalInputDateCriterionInput(ctx conte... method unmarshalInputDeleteEditInput (line 29310) | func (ec *executionContext) unmarshalInputDeleteEditInput(ctx context.... method unmarshalInputDeleteFingerprintSubmissionsInput (line 29347) | func (ec *executionContext) unmarshalInputDeleteFingerprintSubmissions... method unmarshalInputDraftEntityInput (line 29384) | func (ec *executionContext) unmarshalInputDraftEntityInput(ctx context... method unmarshalInputEditCommentInput (line 29421) | func (ec *executionContext) unmarshalInputEditCommentInput(ctx context... method unmarshalInputEditInput (line 29458) | func (ec *executionContext) unmarshalInputEditInput(ctx context.Contex... method unmarshalInputEditQueryInput (line 29516) | func (ec *executionContext) unmarshalInputEditQueryInput(ctx context.C... method unmarshalInputEditVoteInput (line 29657) | func (ec *executionContext) unmarshalInputEditVoteInput(ctx context.Co... method unmarshalInputEyeColorCriterionInput (line 29694) | func (ec *executionContext) unmarshalInputEyeColorCriterionInput(ctx c... method unmarshalInputFingerprintBatchSubmission (line 29731) | func (ec *executionContext) unmarshalInputFingerprintBatchSubmission(c... method unmarshalInputFingerprintEditInput (line 29782) | func (ec *executionContext) unmarshalInputFingerprintEditInput(ctx con... method unmarshalInputFingerprintInput (line 29854) | func (ec *executionContext) unmarshalInputFingerprintInput(ctx context... method unmarshalInputFingerprintQueryInput (line 29905) | func (ec *executionContext) unmarshalInputFingerprintQueryInput(ctx co... method unmarshalInputFingerprintSubmission (line 29942) | func (ec *executionContext) unmarshalInputFingerprintSubmission(ctx co... method unmarshalInputGenerateInviteCodeInput (line 29997) | func (ec *executionContext) unmarshalInputGenerateInviteCodeInput(ctx ... method unmarshalInputGrantInviteInput (line 30041) | func (ec *executionContext) unmarshalInputGrantInviteInput(ctx context... method unmarshalInputHairColorCriterionInput (line 30078) | func (ec *executionContext) unmarshalInputHairColorCriterionInput(ctx ... method unmarshalInputIDCriterionInput (line 30115) | func (ec *executionContext) unmarshalInputIDCriterionInput(ctx context... method unmarshalInputImageCreateInput (line 30152) | func (ec *executionContext) unmarshalInputImageCreateInput(ctx context... method unmarshalInputImageDestroyInput (line 30189) | func (ec *executionContext) unmarshalInputImageDestroyInput(ctx contex... method unmarshalInputImageUpdateInput (line 30219) | func (ec *executionContext) unmarshalInputImageUpdateInput(ctx context... method unmarshalInputIntCriterionInput (line 30256) | func (ec *executionContext) unmarshalInputIntCriterionInput(ctx contex... method unmarshalInputMarkNotificationReadInput (line 30293) | func (ec *executionContext) unmarshalInputMarkNotificationReadInput(ct... method unmarshalInputModAuditQueryInput (line 30330) | func (ec *executionContext) unmarshalInputModAuditQueryInput(ctx conte... method unmarshalInputMoveFingerprintSubmissionsInput (line 30388) | func (ec *executionContext) unmarshalInputMoveFingerprintSubmissionsIn... method unmarshalInputMultiIDCriterionInput (line 30432) | func (ec *executionContext) unmarshalInputMultiIDCriterionInput(ctx co... method unmarshalInputMultiStringCriterionInput (line 30469) | func (ec *executionContext) unmarshalInputMultiStringCriterionInput(ct... method unmarshalInputNewUserInput (line 30506) | func (ec *executionContext) unmarshalInputNewUserInput(ctx context.Con... method unmarshalInputPerformerAppearanceInput (line 30543) | func (ec *executionContext) unmarshalInputPerformerAppearanceInput(ctx... method unmarshalInputPerformerCreateInput (line 30580) | func (ec *executionContext) unmarshalInputPerformerCreateInput(ctx con... method unmarshalInputPerformerDestroyInput (line 30764) | func (ec *executionContext) unmarshalInputPerformerDestroyInput(ctx co... method unmarshalInputPerformerDraftInput (line 30794) | func (ec *executionContext) unmarshalInputPerformerDraftInput(ctx cont... method unmarshalInputPerformerEditDetailsInput (line 30957) | func (ec *executionContext) unmarshalInputPerformerEditDetailsInput(ct... method unmarshalInputPerformerEditInput (line 31141) | func (ec *executionContext) unmarshalInputPerformerEditInput(ctx conte... method unmarshalInputPerformerEditOptionsInput (line 31185) | func (ec *executionContext) unmarshalInputPerformerEditOptionsInput(ct... method unmarshalInputPerformerQueryInput (line 31229) | func (ec *executionContext) unmarshalInputPerformerQueryInput(ctx cont... method unmarshalInputPerformerScenesInput (line 31482) | func (ec *executionContext) unmarshalInputPerformerScenesInput(ctx con... method unmarshalInputPerformerSearchFilter (line 31526) | func (ec *executionContext) unmarshalInputPerformerSearchFilter(ctx co... method unmarshalInputPerformerUpdateInput (line 31556) | func (ec *executionContext) unmarshalInputPerformerUpdateInput(ctx con... method unmarshalInputQueryExistingPerformerInput (line 31740) | func (ec *executionContext) unmarshalInputQueryExistingPerformerInput(... method unmarshalInputQueryExistingSceneInput (line 31784) | func (ec *executionContext) unmarshalInputQueryExistingSceneInput(ctx ... method unmarshalInputQueryNotificationsInput (line 31828) | func (ec *executionContext) unmarshalInputQueryNotificationsInput(ctx ... method unmarshalInputResetPasswordInput (line 31886) | func (ec *executionContext) unmarshalInputResetPasswordInput(ctx conte... method unmarshalInputRevokeInviteInput (line 31916) | func (ec *executionContext) unmarshalInputRevokeInviteInput(ctx contex... method unmarshalInputRoleCriterionInput (line 31953) | func (ec *executionContext) unmarshalInputRoleCriterionInput(ctx conte... method unmarshalInputSceneCreateInput (line 31990) | func (ec *executionContext) unmarshalInputSceneCreateInput(ctx context... method unmarshalInputSceneDestroyInput (line 32104) | func (ec *executionContext) unmarshalInputSceneDestroyInput(ctx contex... method unmarshalInputSceneDraftInput (line 32134) | func (ec *executionContext) unmarshalInputSceneDraftInput(ctx context.... method unmarshalInputSceneEditDetailsInput (line 32255) | func (ec *executionContext) unmarshalInputSceneEditDetailsInput(ctx co... method unmarshalInputSceneEditInput (line 32376) | func (ec *executionContext) unmarshalInputSceneEditInput(ctx context.C... method unmarshalInputSceneQueryInput (line 32413) | func (ec *executionContext) unmarshalInputSceneQueryInput(ctx context.... method unmarshalInputSceneUpdateInput (line 32571) | func (ec *executionContext) unmarshalInputSceneUpdateInput(ctx context... method unmarshalInputSiteCreateInput (line 32692) | func (ec *executionContext) unmarshalInputSiteCreateInput(ctx context.... method unmarshalInputSiteDestroyInput (line 32750) | func (ec *executionContext) unmarshalInputSiteDestroyInput(ctx context... method unmarshalInputSiteUpdateInput (line 32780) | func (ec *executionContext) unmarshalInputSiteUpdateInput(ctx context.... method unmarshalInputStringCriterionInput (line 32845) | func (ec *executionContext) unmarshalInputStringCriterionInput(ctx con... method unmarshalInputStudioCreateInput (line 32882) | func (ec *executionContext) unmarshalInputStudioCreateInput(ctx contex... method unmarshalInputStudioDestroyInput (line 32940) | func (ec *executionContext) unmarshalInputStudioDestroyInput(ctx conte... method unmarshalInputStudioEditDetailsInput (line 32970) | func (ec *executionContext) unmarshalInputStudioEditDetailsInput(ctx c... method unmarshalInputStudioEditInput (line 33028) | func (ec *executionContext) unmarshalInputStudioEditInput(ctx context.... method unmarshalInputStudioQueryInput (line 33065) | func (ec *executionContext) unmarshalInputStudioQueryInput(ctx context... method unmarshalInputStudioUpdateInput (line 33171) | func (ec *executionContext) unmarshalInputStudioUpdateInput(ctx contex... method unmarshalInputTagCategoryCreateInput (line 33236) | func (ec *executionContext) unmarshalInputTagCategoryCreateInput(ctx c... method unmarshalInputTagCategoryDestroyInput (line 33280) | func (ec *executionContext) unmarshalInputTagCategoryDestroyInput(ctx ... method unmarshalInputTagCategoryUpdateInput (line 33310) | func (ec *executionContext) unmarshalInputTagCategoryUpdateInput(ctx c... method unmarshalInputTagCreateInput (line 33361) | func (ec *executionContext) unmarshalInputTagCreateInput(ctx context.C... method unmarshalInputTagDestroyInput (line 33412) | func (ec *executionContext) unmarshalInputTagDestroyInput(ctx context.... method unmarshalInputTagEditDetailsInput (line 33442) | func (ec *executionContext) unmarshalInputTagEditDetailsInput(ctx cont... method unmarshalInputTagEditInput (line 33493) | func (ec *executionContext) unmarshalInputTagEditInput(ctx context.Con... method unmarshalInputTagQueryInput (line 33530) | func (ec *executionContext) unmarshalInputTagQueryInput(ctx context.Co... method unmarshalInputTagUpdateInput (line 33622) | func (ec *executionContext) unmarshalInputTagUpdateInput(ctx context.C... method unmarshalInputURLInput (line 33680) | func (ec *executionContext) unmarshalInputURLInput(ctx context.Context... method unmarshalInputUserChangeEmailInput (line 33717) | func (ec *executionContext) unmarshalInputUserChangeEmailInput(ctx con... method unmarshalInputUserChangePasswordInput (line 33761) | func (ec *executionContext) unmarshalInputUserChangePasswordInput(ctx ... method unmarshalInputUserCreateInput (line 33805) | func (ec *executionContext) unmarshalInputUserCreateInput(ctx context.... method unmarshalInputUserDestroyInput (line 33863) | func (ec *executionContext) unmarshalInputUserDestroyInput(ctx context... method unmarshalInputUserQueryInput (line 33893) | func (ec *executionContext) unmarshalInputUserQueryInput(ctx context.C... method unmarshalInputUserUpdateInput (line 34007) | func (ec *executionContext) unmarshalInputUserUpdateInput(ctx context.... method _DraftData (line 34069) | func (ec *executionContext) _DraftData(ctx context.Context, sel ast.Se... method _EditDetails (line 34096) | func (ec *executionContext) _EditDetails(ctx context.Context, sel ast.... method _EditTarget (line 34137) | func (ec *executionContext) _EditTarget(ctx context.Context, sel ast.S... method _NotificationData (line 34170) | func (ec *executionContext) _NotificationData(ctx context.Context, sel... method _SceneDraftPerformer (line 34260) | func (ec *executionContext) _SceneDraftPerformer(ctx context.Context, ... method _SceneDraftStudio (line 34287) | func (ec *executionContext) _SceneDraftStudio(ctx context.Context, sel... method _SceneDraftTag (line 34314) | func (ec *executionContext) _SceneDraftTag(ctx context.Context, sel as... method _BodyModification (line 34347) | func (ec *executionContext) _BodyModification(ctx context.Context, sel... method _CommentCommentedEdit (line 34388) | func (ec *executionContext) _CommentCommentedEdit(ctx context.Context,... method _CommentOwnEdit (line 34427) | func (ec *executionContext) _CommentOwnEdit(ctx context.Context, sel a... method _CommentVotedEdit (line 34466) | func (ec *executionContext) _CommentVotedEdit(ctx context.Context, sel... method _DownvoteOwnEdit (line 34505) | func (ec *executionContext) _DownvoteOwnEdit(ctx context.Context, sel ... method _Draft (line 34544) | func (ec *executionContext) _Draft(ctx context.Context, sel ast.Select... method _DraftEntity (line 34691) | func (ec *executionContext) _DraftEntity(ctx context.Context, sel ast.... method _DraftFingerprint (line 34732) | func (ec *executionContext) _DraftFingerprint(ctx context.Context, sel... method _DraftSubmissionStatus (line 34781) | func (ec *executionContext) _DraftSubmissionStatus(ctx context.Context... method _Edit (line 34817) | func (ec *executionContext) _Edit(ctx context.Context, sel ast.Selecti... method _EditComment (line 35464) | func (ec *executionContext) _EditComment(ctx context.Context, sel ast.... method _EditVote (line 35644) | func (ec *executionContext) _EditVote(ctx context.Context, sel ast.Sel... method _FailedOwnEdit (line 35783) | func (ec *executionContext) _FailedOwnEdit(ctx context.Context, sel as... method _FavoritePerformerEdit (line 35822) | func (ec *executionContext) _FavoritePerformerEdit(ctx context.Context... method _FavoritePerformerScene (line 35861) | func (ec *executionContext) _FavoritePerformerScene(ctx context.Contex... method _FavoriteStudioEdit (line 35900) | func (ec *executionContext) _FavoriteStudioEdit(ctx context.Context, s... method _FavoriteStudioScene (line 35939) | func (ec *executionContext) _FavoriteStudioScene(ctx context.Context, ... method _Fingerprint (line 35978) | func (ec *executionContext) _Fingerprint(ctx context.Context, sel ast.... method _FingerprintSubmissionResult (line 36057) | func (ec *executionContext) _FingerprintSubmissionResult(ctx context.C... method _FingerprintedSceneEdit (line 36103) | func (ec *executionContext) _FingerprintedSceneEdit(ctx context.Contex... method _FuzzyDate (line 36142) | func (ec *executionContext) _FuzzyDate(ctx context.Context, sel ast.Se... method _GenderFacet (line 36186) | func (ec *executionContext) _GenderFacet(ctx context.Context, sel ast.... method _Image (line 36230) | func (ec *executionContext) _Image(ctx context.Context, sel ast.Select... method _InviteKey (line 36315) | func (ec *executionContext) _InviteKey(ctx context.Context, sel ast.Se... method _Measurements (line 36358) | func (ec *executionContext) _Measurements(ctx context.Context, sel ast... method _ModAudit (line 36400) | func (ec *executionContext) _ModAudit(ctx context.Context, sel ast.Sel... method _Mutation (line 36530) | func (ec *executionContext) _Mutation(ctx context.Context, sel ast.Sel... method _Notification (line 36945) | func (ec *executionContext) _Notification(ctx context.Context, sel ast... method _Performer (line 37087) | func (ec *executionContext) _Performer(ctx context.Context, sel ast.Se... method _PerformerAppearance (line 37703) | func (ec *executionContext) _PerformerAppearance(ctx context.Context, ... method _PerformerDraft (line 37744) | func (ec *executionContext) _PerformerDraft(ctx context.Context, sel a... method _PerformerEdit (line 37852) | func (ec *executionContext) _PerformerEdit(ctx context.Context, sel as... method _PerformerEditOptions (line 38339) | func (ec *executionContext) _PerformerEditOptions(ctx context.Context,... method _PerformerSearchFacets (line 38383) | func (ec *executionContext) _PerformerSearchFacets(ctx context.Context... method _PerformerStudio (line 38422) | func (ec *executionContext) _PerformerStudio(ctx context.Context, sel ... method _Query (line 38466) | func (ec *executionContext) _Query(ctx context.Context, sel ast.Select... method _QueryEditsResultType (line 39231) | func (ec *executionContext) _QueryEditsResultType(ctx context.Context,... method _QueryExistingPerformerResult (line 39337) | func (ec *executionContext) _QueryExistingPerformerResult(ctx context.... method _QueryExistingSceneResult (line 39443) | func (ec *executionContext) _QueryExistingSceneResult(ctx context.Cont... method _QueryModAuditsResultType (line 39549) | func (ec *executionContext) _QueryModAuditsResultType(ctx context.Cont... method _QueryNotificationsResult (line 39655) | func (ec *executionContext) _QueryNotificationsResult(ctx context.Cont... method _QueryPerformersResultType (line 39761) | func (ec *executionContext) _QueryPerformersResultType(ctx context.Con... method _QueryScenesResultType (line 39900) | func (ec *executionContext) _QueryScenesResultType(ctx context.Context... method _QuerySitesResultType (line 40006) | func (ec *executionContext) _QuerySitesResultType(ctx context.Context,... method _QueryStudiosResultType (line 40050) | func (ec *executionContext) _QueryStudiosResultType(ctx context.Contex... method _QueryTagCategoriesResultType (line 40094) | func (ec *executionContext) _QueryTagCategoriesResultType(ctx context.... method _QueryTagsResultType (line 40138) | func (ec *executionContext) _QueryTagsResultType(ctx context.Context, ... method _QueryUsersResultType (line 40182) | func (ec *executionContext) _QueryUsersResultType(ctx context.Context,... method _Scene (line 40226) | func (ec *executionContext) _Scene(ctx context.Context, sel ast.Select... method _SceneDraft (line 40638) | func (ec *executionContext) _SceneDraft(ctx context.Context, sel ast.S... method _SceneEdit (line 40828) | func (ec *executionContext) _SceneEdit(ctx context.Context, sel ast.Se... method _Site (line 41359) | func (ec *executionContext) _Site(ctx context.Context, sel ast.Selecti... method _StashBoxConfig (line 41553) | func (ec *executionContext) _StashBoxConfig(ctx context.Context, sel a... method _Studio (line 41644) | func (ec *executionContext) _Studio(ctx context.Context, sel ast.Selec... method _StudioEdit (line 42050) | func (ec *executionContext) _StudioEdit(ctx context.Context, sel ast.S... method _Tag (line 42265) | func (ec *executionContext) _Tag(ctx context.Context, sel ast.Selectio... method _TagCategory (line 42431) | func (ec *executionContext) _TagCategory(ctx context.Context, sel ast.... method _TagEdit (line 42513) | func (ec *executionContext) _TagEdit(ctx context.Context, sel ast.Sele... method _URL (line 42624) | func (ec *executionContext) _URL(ctx context.Context, sel ast.Selectio... method _UpdatedEdit (line 42735) | func (ec *executionContext) _UpdatedEdit(ctx context.Context, sel ast.... method _User (line 42774) | func (ec *executionContext) _User(ctx context.Context, sel ast.Selecti... method _UserEditCount (line 43069) | func (ec *executionContext) _UserEditCount(ctx context.Context, sel as... method _UserVoteCount (line 43138) | func (ec *executionContext) _UserVoteCount(ctx context.Context, sel as... method _Version (line 43197) | func (ec *executionContext) _Version(ctx context.Context, sel ast.Sele... method ___Directive (line 43251) | func (ec *executionContext) ___Directive(ctx context.Context, sel ast.... method ___EnumValue (line 43307) | func (ec *executionContext) ___EnumValue(ctx context.Context, sel ast.... method ___Field (line 43355) | func (ec *executionContext) ___Field(ctx context.Context, sel ast.Sele... method ___InputValue (line 43413) | func (ec *executionContext) ___InputValue(ctx context.Context, sel ast... method ___Schema (line 43468) | func (ec *executionContext) ___Schema(ctx context.Context, sel ast.Sel... method ___Type (line 43523) | func (ec *executionContext) ___Type(ctx context.Context, sel ast.Selec... method unmarshalNActivateNewUserInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐActivateNewUserInput (line 43584) | func (ec *executionContext) unmarshalNActivateNewUserInput2githubᚗcomᚋ... method unmarshalNAmendEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐAmendEditInput (line 43589) | func (ec *executionContext) unmarshalNAmendEditInput2githubᚗcomᚋstasha... method unmarshalNAmendItemRemoval2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐAmendItemRemoval (line 43594) | func (ec *executionContext) unmarshalNAmendItemRemoval2githubᚗcomᚋstas... method unmarshalNApplyEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐApplyEditInput (line 43599) | func (ec *executionContext) unmarshalNApplyEditInput2githubᚗcomᚋstasha... method marshalNBodyModification2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBodyModification (line 43604) | func (ec *executionContext) marshalNBodyModification2githubᚗcomᚋstasha... method marshalNBodyModification2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBodyModificationᚄ (line 43608) | func (ec *executionContext) marshalNBodyModification2ᚕgithubᚗcomᚋstash... method unmarshalNBodyModificationInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBodyModificationInput (line 43624) | func (ec *executionContext) unmarshalNBodyModificationInput2githubᚗcom... method unmarshalNBoolean2bool (line 43629) | func (ec *executionContext) unmarshalNBoolean2bool(ctx context.Context... method marshalNBoolean2bool (line 43634) | func (ec *executionContext) marshalNBoolean2bool(ctx context.Context, ... method unmarshalNCancelEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐCancelEditInput (line 43645) | func (ec *executionContext) unmarshalNCancelEditInput2githubᚗcomᚋstash... method unmarshalNCriterionModifier2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐCriterionModifier (line 43650) | func (ec *executionContext) unmarshalNCriterionModifier2githubᚗcomᚋsta... method marshalNCriterionModifier2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐCriterionModifier (line 43656) | func (ec *executionContext) marshalNCriterionModifier2githubᚗcomᚋstash... method unmarshalNDate2string (line 43660) | func (ec *executionContext) unmarshalNDate2string(ctx context.Context,... method marshalNDate2string (line 43665) | func (ec *executionContext) marshalNDate2string(ctx context.Context, s... method unmarshalNDateAccuracyEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDateAccuracyEnum (line 43676) | func (ec *executionContext) unmarshalNDateAccuracyEnum2githubᚗcomᚋstas... method marshalNDateAccuracyEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDateAccuracyEnum (line 43682) | func (ec *executionContext) marshalNDateAccuracyEnum2githubᚗcomᚋstasha... method unmarshalNDeleteEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDeleteEditInput (line 43686) | func (ec *executionContext) unmarshalNDeleteEditInput2githubᚗcomᚋstash... method unmarshalNDeleteFingerprintSubmissionsInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDeleteFingerprintSubmissionsInput (line 43691) | func (ec *executionContext) unmarshalNDeleteFingerprintSubmissionsInpu... method marshalNDraft2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraft (line 43696) | func (ec *executionContext) marshalNDraft2githubᚗcomᚋstashappᚋstashᚑbo... method marshalNDraft2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftᚄ (line 43700) | func (ec *executionContext) marshalNDraft2ᚕgithubᚗcomᚋstashappᚋstashᚑb... method marshalNDraftData2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftData (line 43716) | func (ec *executionContext) marshalNDraftData2githubᚗcomᚋstashappᚋstas... method unmarshalNDraftEntityInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftEntityInput (line 43726) | func (ec *executionContext) unmarshalNDraftEntityInput2githubᚗcomᚋstas... method unmarshalNDraftEntityInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftEntityInputᚄ (line 43731) | func (ec *executionContext) unmarshalNDraftEntityInput2ᚕgithubᚗcomᚋsta... method marshalNDraftFingerprint2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftFingerprint (line 43746) | func (ec *executionContext) marshalNDraftFingerprint2githubᚗcomᚋstasha... method marshalNDraftFingerprint2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftFingerprintᚄ (line 43750) | func (ec *executionContext) marshalNDraftFingerprint2ᚕgithubᚗcomᚋstash... method marshalNDraftSubmissionStatus2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftSubmissionStatus (line 43766) | func (ec *executionContext) marshalNDraftSubmissionStatus2githubᚗcomᚋs... method marshalNDraftSubmissionStatus2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftSubmissionStatus (line 43770) | func (ec *executionContext) marshalNDraftSubmissionStatus2ᚖgithubᚗcomᚋ... method marshalNEdit2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEdit (line 43780) | func (ec *executionContext) marshalNEdit2githubᚗcomᚋstashappᚋstashᚑbox... method marshalNEdit2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditᚄ (line 43784) | func (ec *executionContext) marshalNEdit2ᚕgithubᚗcomᚋstashappᚋstashᚑbo... method marshalNEdit2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEdit (line 43800) | func (ec *executionContext) marshalNEdit2ᚖgithubᚗcomᚋstashappᚋstashᚑbo... method marshalNEditComment2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditComment (line 43810) | func (ec *executionContext) marshalNEditComment2githubᚗcomᚋstashappᚋst... method marshalNEditComment2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditCommentᚄ (line 43814) | func (ec *executionContext) marshalNEditComment2ᚕgithubᚗcomᚋstashappᚋs... method marshalNEditComment2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditComment (line 43830) | func (ec *executionContext) marshalNEditComment2ᚖgithubᚗcomᚋstashappᚋs... method unmarshalNEditCommentInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditCommentInput (line 43840) | func (ec *executionContext) unmarshalNEditCommentInput2githubᚗcomᚋstas... method unmarshalNEditInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditInput (line 43845) | func (ec *executionContext) unmarshalNEditInput2ᚖgithubᚗcomᚋstashappᚋs... method unmarshalNEditQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditQueryInput (line 43850) | func (ec *executionContext) unmarshalNEditQueryInput2githubᚗcomᚋstasha... method unmarshalNEditSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditSortEnum (line 43855) | func (ec *executionContext) unmarshalNEditSortEnum2githubᚗcomᚋstashapp... method marshalNEditSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditSortEnum (line 43861) | func (ec *executionContext) marshalNEditSortEnum2githubᚗcomᚋstashappᚋs... method marshalNEditTarget2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditTarget (line 43865) | func (ec *executionContext) marshalNEditTarget2githubᚗcomᚋstashappᚋsta... method marshalNEditTarget2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditTargetᚄ (line 43875) | func (ec *executionContext) marshalNEditTarget2ᚕgithubᚗcomᚋstashappᚋst... method marshalNEditVote2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditVote (line 43891) | func (ec *executionContext) marshalNEditVote2githubᚗcomᚋstashappᚋstash... method marshalNEditVote2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditVoteᚄ (line 43895) | func (ec *executionContext) marshalNEditVote2ᚕgithubᚗcomᚋstashappᚋstas... method unmarshalNEditVoteInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditVoteInput (line 43911) | func (ec *executionContext) unmarshalNEditVoteInput2githubᚗcomᚋstashap... method marshalNFingerprint2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprint (line 43916) | func (ec *executionContext) marshalNFingerprint2githubᚗcomᚋstashappᚋst... method marshalNFingerprint2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintᚄ (line 43920) | func (ec *executionContext) marshalNFingerprint2ᚕgithubᚗcomᚋstashappᚋs... method unmarshalNFingerprintAlgorithm2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintAlgorithm (line 43936) | func (ec *executionContext) unmarshalNFingerprintAlgorithm2githubᚗcomᚋ... method marshalNFingerprintAlgorithm2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintAlgorithm (line 43942) | func (ec *executionContext) marshalNFingerprintAlgorithm2githubᚗcomᚋst... method unmarshalNFingerprintBatchSubmission2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintBatchSubmission (line 43946) | func (ec *executionContext) unmarshalNFingerprintBatchSubmission2githu... method unmarshalNFingerprintBatchSubmission2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintBatchSubmissionᚄ (line 43951) | func (ec *executionContext) unmarshalNFingerprintBatchSubmission2ᚕgith... method unmarshalNFingerprintEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintEditInput (line 43966) | func (ec *executionContext) unmarshalNFingerprintEditInput2githubᚗcomᚋ... method unmarshalNFingerprintEditInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintEditInputᚄ (line 43971) | func (ec *executionContext) unmarshalNFingerprintEditInput2ᚕgithubᚗcom... method unmarshalNFingerprintHash2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintHash (line 43986) | func (ec *executionContext) unmarshalNFingerprintHash2githubᚗcomᚋstash... method marshalNFingerprintHash2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintHash (line 43991) | func (ec *executionContext) marshalNFingerprintHash2githubᚗcomᚋstashap... method unmarshalNFingerprintInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintInput (line 44002) | func (ec *executionContext) unmarshalNFingerprintInput2githubᚗcomᚋstas... method unmarshalNFingerprintInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintInputᚄ (line 44007) | func (ec *executionContext) unmarshalNFingerprintInput2ᚕgithubᚗcomᚋsta... method unmarshalNFingerprintInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintInput (line 44022) | func (ec *executionContext) unmarshalNFingerprintInput2ᚖgithubᚗcomᚋsta... method unmarshalNFingerprintQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintQueryInput (line 44027) | func (ec *executionContext) unmarshalNFingerprintQueryInput2githubᚗcom... method unmarshalNFingerprintQueryInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintQueryInputᚄ (line 44032) | func (ec *executionContext) unmarshalNFingerprintQueryInput2ᚕgithubᚗco... method unmarshalNFingerprintQueryInput2ᚕᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintQueryInputᚄ (line 44047) | func (ec *executionContext) unmarshalNFingerprintQueryInput2ᚕᚕgithubᚗc... method unmarshalNFingerprintSubmission2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintSubmission (line 44062) | func (ec *executionContext) unmarshalNFingerprintSubmission2githubᚗcom... method marshalNFingerprintSubmissionResult2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintSubmissionResult (line 44067) | func (ec *executionContext) marshalNFingerprintSubmissionResult2github... method marshalNFingerprintSubmissionResult2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintSubmissionResultᚄ (line 44071) | func (ec *executionContext) marshalNFingerprintSubmissionResult2ᚕgithu... method unmarshalNGenderEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderEnum (line 44087) | func (ec *executionContext) unmarshalNGenderEnum2githubᚗcomᚋstashappᚋs... method marshalNGenderEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderEnum (line 44093) | func (ec *executionContext) marshalNGenderEnum2githubᚗcomᚋstashappᚋsta... method marshalNGenderFacet2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderFacet (line 44097) | func (ec *executionContext) marshalNGenderFacet2githubᚗcomᚋstashappᚋst... method marshalNGenderFacet2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderFacetᚄ (line 44101) | func (ec *executionContext) marshalNGenderFacet2ᚕgithubᚗcomᚋstashappᚋs... method unmarshalNGrantInviteInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGrantInviteInput (line 44117) | func (ec *executionContext) unmarshalNGrantInviteInput2githubᚗcomᚋstas... method unmarshalNID2githubᚗcomᚋgofrsᚋuuidᚐUUID (line 44122) | func (ec *executionContext) unmarshalNID2githubᚗcomᚋgofrsᚋuuidᚐUUID(ct... method marshalNID2githubᚗcomᚋgofrsᚋuuidᚐUUID (line 44127) | func (ec *executionContext) marshalNID2githubᚗcomᚋgofrsᚋuuidᚐUUID(ctx ... method unmarshalNID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ (line 44138) | func (ec *executionContext) unmarshalNID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ(... method marshalNID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ (line 44153) | func (ec *executionContext) marshalNID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ(ct... method marshalNImage2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐImage (line 44168) | func (ec *executionContext) marshalNImage2githubᚗcomᚋstashappᚋstashᚑbo... method marshalNImage2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐImageᚄ (line 44172) | func (ec *executionContext) marshalNImage2ᚕgithubᚗcomᚋstashappᚋstashᚑb... method unmarshalNImageCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐImageCreateInput (line 44188) | func (ec *executionContext) unmarshalNImageCreateInput2githubᚗcomᚋstas... method unmarshalNImageDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐImageDestroyInput (line 44193) | func (ec *executionContext) unmarshalNImageDestroyInput2githubᚗcomᚋsta... method unmarshalNInt2int (line 44198) | func (ec *executionContext) unmarshalNInt2int(ctx context.Context, v a... method marshalNInt2int (line 44203) | func (ec *executionContext) marshalNInt2int(ctx context.Context, sel a... method unmarshalNInt2ᚕintᚄ (line 44214) | func (ec *executionContext) unmarshalNInt2ᚕintᚄ(ctx context.Context, v... method marshalNInt2ᚕintᚄ (line 44229) | func (ec *executionContext) marshalNInt2ᚕintᚄ(ctx context.Context, sel... method marshalNInviteKey2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐInviteKey (line 44244) | func (ec *executionContext) marshalNInviteKey2githubᚗcomᚋstashappᚋstas... method marshalNMeasurements2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐMeasurements (line 44248) | func (ec *executionContext) marshalNMeasurements2githubᚗcomᚋstashappᚋs... method marshalNMeasurements2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐMeasurements (line 44252) | func (ec *executionContext) marshalNMeasurements2ᚖgithubᚗcomᚋstashappᚋ... method marshalNModAudit2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAudit (line 44262) | func (ec *executionContext) marshalNModAudit2githubᚗcomᚋstashappᚋstash... method marshalNModAudit2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditᚄ (line 44266) | func (ec *executionContext) marshalNModAudit2ᚕgithubᚗcomᚋstashappᚋstas... method unmarshalNModAuditActionEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditActionEnum (line 44282) | func (ec *executionContext) unmarshalNModAuditActionEnum2githubᚗcomᚋst... method marshalNModAuditActionEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditActionEnum (line 44288) | func (ec *executionContext) marshalNModAuditActionEnum2githubᚗcomᚋstas... method unmarshalNModAuditQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditQueryInput (line 44292) | func (ec *executionContext) unmarshalNModAuditQueryInput2githubᚗcomᚋst... method unmarshalNMoveFingerprintSubmissionsInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐMoveFingerprintSubmissionsInput (line 44297) | func (ec *executionContext) unmarshalNMoveFingerprintSubmissionsInput2... method unmarshalNNewUserInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNewUserInput (line 44302) | func (ec *executionContext) unmarshalNNewUserInput2githubᚗcomᚋstashapp... method marshalNNotification2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotification (line 44307) | func (ec *executionContext) marshalNNotification2githubᚗcomᚋstashappᚋs... method marshalNNotification2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationᚄ (line 44311) | func (ec *executionContext) marshalNNotification2ᚕgithubᚗcomᚋstashappᚋ... method marshalNNotificationData2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationData (line 44327) | func (ec *executionContext) marshalNNotificationData2githubᚗcomᚋstasha... method unmarshalNNotificationEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationEnum (line 44337) | func (ec *executionContext) unmarshalNNotificationEnum2githubᚗcomᚋstas... method marshalNNotificationEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationEnum (line 44343) | func (ec *executionContext) marshalNNotificationEnum2githubᚗcomᚋstasha... method unmarshalNNotificationEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationEnumᚄ (line 44347) | func (ec *executionContext) unmarshalNNotificationEnum2ᚕgithubᚗcomᚋsta... method marshalNNotificationEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationEnumᚄ (line 44362) | func (ec *executionContext) marshalNNotificationEnum2ᚕgithubᚗcomᚋstash... method unmarshalNOperationEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐOperationEnum (line 44378) | func (ec *executionContext) unmarshalNOperationEnum2githubᚗcomᚋstashap... method marshalNOperationEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐOperationEnum (line 44384) | func (ec *executionContext) marshalNOperationEnum2githubᚗcomᚋstashappᚋ... method marshalNPerformer2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformer (line 44388) | func (ec *executionContext) marshalNPerformer2githubᚗcomᚋstashappᚋstas... method marshalNPerformer2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerᚄ (line 44392) | func (ec *executionContext) marshalNPerformer2ᚕgithubᚗcomᚋstashappᚋsta... method marshalNPerformer2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformer (line 44408) | func (ec *executionContext) marshalNPerformer2ᚖgithubᚗcomᚋstashappᚋsta... method marshalNPerformerAppearance2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerAppearance (line 44418) | func (ec *executionContext) marshalNPerformerAppearance2githubᚗcomᚋsta... method marshalNPerformerAppearance2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerAppearanceᚄ (line 44422) | func (ec *executionContext) marshalNPerformerAppearance2ᚕgithubᚗcomᚋst... method unmarshalNPerformerAppearanceInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerAppearanceInput (line 44438) | func (ec *executionContext) unmarshalNPerformerAppearanceInput2githubᚗ... method unmarshalNPerformerCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerCreateInput (line 44443) | func (ec *executionContext) unmarshalNPerformerCreateInput2githubᚗcomᚋ... method unmarshalNPerformerDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerDestroyInput (line 44448) | func (ec *executionContext) unmarshalNPerformerDestroyInput2githubᚗcom... method unmarshalNPerformerDraftInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerDraftInput (line 44453) | func (ec *executionContext) unmarshalNPerformerDraftInput2githubᚗcomᚋs... method unmarshalNPerformerEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerEditInput (line 44458) | func (ec *executionContext) unmarshalNPerformerEditInput2githubᚗcomᚋst... method unmarshalNPerformerQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerQueryInput (line 44463) | func (ec *executionContext) unmarshalNPerformerQueryInput2githubᚗcomᚋs... method unmarshalNPerformerSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerSortEnum (line 44468) | func (ec *executionContext) unmarshalNPerformerSortEnum2githubᚗcomᚋsta... method marshalNPerformerSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerSortEnum (line 44474) | func (ec *executionContext) marshalNPerformerSortEnum2githubᚗcomᚋstash... method marshalNPerformerStudio2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerStudio (line 44478) | func (ec *executionContext) marshalNPerformerStudio2githubᚗcomᚋstashap... method marshalNPerformerStudio2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerStudioᚄ (line 44482) | func (ec *executionContext) marshalNPerformerStudio2ᚕgithubᚗcomᚋstasha... method unmarshalNPerformerUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerUpdateInput (line 44498) | func (ec *executionContext) unmarshalNPerformerUpdateInput2githubᚗcomᚋ... method marshalNQueryEditsResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditQuery (line 44503) | func (ec *executionContext) marshalNQueryEditsResultType2githubᚗcomᚋst... method marshalNQueryEditsResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditQuery (line 44507) | func (ec *executionContext) marshalNQueryEditsResultType2ᚖgithubᚗcomᚋs... method unmarshalNQueryExistingPerformerInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryExistingPerformerInput (line 44517) | func (ec *executionContext) unmarshalNQueryExistingPerformerInput2gith... method marshalNQueryExistingPerformerResult2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryExistingPerformerResult (line 44522) | func (ec *executionContext) marshalNQueryExistingPerformerResult2githu... method marshalNQueryExistingPerformerResult2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryExistingPerformerResult (line 44526) | func (ec *executionContext) marshalNQueryExistingPerformerResult2ᚖgith... method unmarshalNQueryExistingSceneInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryExistingSceneInput (line 44536) | func (ec *executionContext) unmarshalNQueryExistingSceneInput2githubᚗc... method marshalNQueryExistingSceneResult2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryExistingSceneResult (line 44541) | func (ec *executionContext) marshalNQueryExistingSceneResult2githubᚗco... method marshalNQueryExistingSceneResult2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryExistingSceneResult (line 44545) | func (ec *executionContext) marshalNQueryExistingSceneResult2ᚖgithubᚗc... method marshalNQueryModAuditsResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditQuery (line 44555) | func (ec *executionContext) marshalNQueryModAuditsResultType2githubᚗco... method marshalNQueryModAuditsResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditQuery (line 44559) | func (ec *executionContext) marshalNQueryModAuditsResultType2ᚖgithubᚗc... method unmarshalNQueryNotificationsInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryNotificationsInput (line 44569) | func (ec *executionContext) unmarshalNQueryNotificationsInput2githubᚗc... method marshalNQueryNotificationsResult2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryNotificationsResult (line 44574) | func (ec *executionContext) marshalNQueryNotificationsResult2githubᚗco... method marshalNQueryNotificationsResult2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryNotificationsResult (line 44578) | func (ec *executionContext) marshalNQueryNotificationsResult2ᚖgithubᚗc... method marshalNQueryPerformersResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerQuery (line 44588) | func (ec *executionContext) marshalNQueryPerformersResultType2githubᚗc... method marshalNQueryPerformersResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerQuery (line 44592) | func (ec *executionContext) marshalNQueryPerformersResultType2ᚖgithubᚗ... method marshalNQueryScenesResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneQuery (line 44602) | func (ec *executionContext) marshalNQueryScenesResultType2githubᚗcomᚋs... method marshalNQueryScenesResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneQuery (line 44606) | func (ec *executionContext) marshalNQueryScenesResultType2ᚖgithubᚗcomᚋ... method marshalNQuerySitesResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQuerySitesResultType (line 44616) | func (ec *executionContext) marshalNQuerySitesResultType2githubᚗcomᚋst... method marshalNQuerySitesResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQuerySitesResultType (line 44620) | func (ec *executionContext) marshalNQuerySitesResultType2ᚖgithubᚗcomᚋs... method marshalNQueryStudiosResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryStudiosResultType (line 44630) | func (ec *executionContext) marshalNQueryStudiosResultType2githubᚗcomᚋ... method marshalNQueryStudiosResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryStudiosResultType (line 44634) | func (ec *executionContext) marshalNQueryStudiosResultType2ᚖgithubᚗcom... method marshalNQueryTagCategoriesResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryTagCategoriesResultType (line 44644) | func (ec *executionContext) marshalNQueryTagCategoriesResultType2githu... method marshalNQueryTagCategoriesResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryTagCategoriesResultType (line 44648) | func (ec *executionContext) marshalNQueryTagCategoriesResultType2ᚖgith... method marshalNQueryTagsResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryTagsResultType (line 44658) | func (ec *executionContext) marshalNQueryTagsResultType2githubᚗcomᚋsta... method marshalNQueryTagsResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryTagsResultType (line 44662) | func (ec *executionContext) marshalNQueryTagsResultType2ᚖgithubᚗcomᚋst... method marshalNQueryUsersResultType2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryUsersResultType (line 44672) | func (ec *executionContext) marshalNQueryUsersResultType2githubᚗcomᚋst... method marshalNQueryUsersResultType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐQueryUsersResultType (line 44676) | func (ec *executionContext) marshalNQueryUsersResultType2ᚖgithubᚗcomᚋs... method unmarshalNResetPasswordInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐResetPasswordInput (line 44686) | func (ec *executionContext) unmarshalNResetPasswordInput2githubᚗcomᚋst... method unmarshalNRevokeInviteInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRevokeInviteInput (line 44691) | func (ec *executionContext) unmarshalNRevokeInviteInput2githubᚗcomᚋsta... method unmarshalNRoleEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleEnum (line 44696) | func (ec *executionContext) unmarshalNRoleEnum2githubᚗcomᚋstashappᚋsta... method marshalNRoleEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleEnum (line 44702) | func (ec *executionContext) marshalNRoleEnum2githubᚗcomᚋstashappᚋstash... method unmarshalNRoleEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleEnumᚄ (line 44706) | func (ec *executionContext) unmarshalNRoleEnum2ᚕgithubᚗcomᚋstashappᚋst... method marshalNRoleEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleEnumᚄ (line 44721) | func (ec *executionContext) marshalNRoleEnum2ᚕgithubᚗcomᚋstashappᚋstas... method marshalNScene2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐScene (line 44737) | func (ec *executionContext) marshalNScene2githubᚗcomᚋstashappᚋstashᚑbo... method marshalNScene2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneᚄ (line 44741) | func (ec *executionContext) marshalNScene2ᚕgithubᚗcomᚋstashappᚋstashᚑb... method marshalNScene2ᚕᚕᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneᚄ (line 44757) | func (ec *executionContext) marshalNScene2ᚕᚕᚖgithubᚗcomᚋstashappᚋstash... method marshalNScene2ᚕᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐScene (line 44773) | func (ec *executionContext) marshalNScene2ᚕᚖgithubᚗcomᚋstashappᚋstashᚑ... method marshalNScene2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐScene (line 44783) | func (ec *executionContext) marshalNScene2ᚖgithubᚗcomᚋstashappᚋstashᚑb... method unmarshalNSceneCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneCreateInput (line 44793) | func (ec *executionContext) unmarshalNSceneCreateInput2githubᚗcomᚋstas... method unmarshalNSceneDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDestroyInput (line 44798) | func (ec *executionContext) unmarshalNSceneDestroyInput2githubᚗcomᚋsta... method unmarshalNSceneDraftInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDraftInput (line 44803) | func (ec *executionContext) unmarshalNSceneDraftInput2githubᚗcomᚋstash... method marshalNSceneDraftPerformer2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDraftPerformer (line 44808) | func (ec *executionContext) marshalNSceneDraftPerformer2githubᚗcomᚋsta... method marshalNSceneDraftPerformer2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDraftPerformerᚄ (line 44818) | func (ec *executionContext) marshalNSceneDraftPerformer2ᚕgithubᚗcomᚋst... method marshalNSceneDraftTag2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDraftTag (line 44834) | func (ec *executionContext) marshalNSceneDraftTag2githubᚗcomᚋstashappᚋ... method unmarshalNSceneEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneEditInput (line 44844) | func (ec *executionContext) unmarshalNSceneEditInput2githubᚗcomᚋstasha... method unmarshalNSceneQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneQueryInput (line 44849) | func (ec *executionContext) unmarshalNSceneQueryInput2githubᚗcomᚋstash... method unmarshalNSceneSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneSortEnum (line 44854) | func (ec *executionContext) unmarshalNSceneSortEnum2githubᚗcomᚋstashap... method marshalNSceneSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneSortEnum (line 44860) | func (ec *executionContext) marshalNSceneSortEnum2githubᚗcomᚋstashappᚋ... method unmarshalNSceneUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneUpdateInput (line 44864) | func (ec *executionContext) unmarshalNSceneUpdateInput2githubᚗcomᚋstas... method marshalNSite2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSite (line 44869) | func (ec *executionContext) marshalNSite2githubᚗcomᚋstashappᚋstashᚑbox... method marshalNSite2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSiteᚄ (line 44873) | func (ec *executionContext) marshalNSite2ᚕgithubᚗcomᚋstashappᚋstashᚑbo... method marshalNSite2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSite (line 44889) | func (ec *executionContext) marshalNSite2ᚖgithubᚗcomᚋstashappᚋstashᚑbo... method unmarshalNSiteCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSiteCreateInput (line 44899) | func (ec *executionContext) unmarshalNSiteCreateInput2githubᚗcomᚋstash... method unmarshalNSiteDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSiteDestroyInput (line 44904) | func (ec *executionContext) unmarshalNSiteDestroyInput2githubᚗcomᚋstas... method unmarshalNSiteUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSiteUpdateInput (line 44909) | func (ec *executionContext) unmarshalNSiteUpdateInput2githubᚗcomᚋstash... method unmarshalNSortDirectionEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSortDirectionEnum (line 44914) | func (ec *executionContext) unmarshalNSortDirectionEnum2githubᚗcomᚋsta... method marshalNSortDirectionEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSortDirectionEnum (line 44920) | func (ec *executionContext) marshalNSortDirectionEnum2githubᚗcomᚋstash... method marshalNStashBoxConfig2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStashBoxConfig (line 44924) | func (ec *executionContext) marshalNStashBoxConfig2githubᚗcomᚋstashapp... method marshalNStashBoxConfig2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStashBoxConfig (line 44928) | func (ec *executionContext) marshalNStashBoxConfig2ᚖgithubᚗcomᚋstashap... method unmarshalNString2string (line 44938) | func (ec *executionContext) unmarshalNString2string(ctx context.Contex... method marshalNString2string (line 44943) | func (ec *executionContext) marshalNString2string(ctx context.Context,... method unmarshalNString2ᚕstringᚄ (line 44954) | func (ec *executionContext) unmarshalNString2ᚕstringᚄ(ctx context.Cont... method marshalNString2ᚕstringᚄ (line 44969) | func (ec *executionContext) marshalNString2ᚕstringᚄ(ctx context.Contex... method marshalNStudio2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudio (line 44984) | func (ec *executionContext) marshalNStudio2githubᚗcomᚋstashappᚋstashᚑb... method marshalNStudio2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioᚄ (line 44988) | func (ec *executionContext) marshalNStudio2ᚕgithubᚗcomᚋstashappᚋstashᚑ... method marshalNStudio2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudio (line 45004) | func (ec *executionContext) marshalNStudio2ᚖgithubᚗcomᚋstashappᚋstashᚑ... method unmarshalNStudioCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioCreateInput (line 45014) | func (ec *executionContext) unmarshalNStudioCreateInput2githubᚗcomᚋsta... method unmarshalNStudioDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioDestroyInput (line 45019) | func (ec *executionContext) unmarshalNStudioDestroyInput2githubᚗcomᚋst... method unmarshalNStudioEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioEditInput (line 45024) | func (ec *executionContext) unmarshalNStudioEditInput2githubᚗcomᚋstash... method unmarshalNStudioQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioQueryInput (line 45029) | func (ec *executionContext) unmarshalNStudioQueryInput2githubᚗcomᚋstas... method unmarshalNStudioSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioSortEnum (line 45034) | func (ec *executionContext) unmarshalNStudioSortEnum2githubᚗcomᚋstasha... method marshalNStudioSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioSortEnum (line 45040) | func (ec *executionContext) marshalNStudioSortEnum2githubᚗcomᚋstashapp... method unmarshalNStudioUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioUpdateInput (line 45044) | func (ec *executionContext) unmarshalNStudioUpdateInput2githubᚗcomᚋsta... method marshalNTag2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTag (line 45049) | func (ec *executionContext) marshalNTag2githubᚗcomᚋstashappᚋstashᚑboxᚋ... method marshalNTag2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagᚄ (line 45053) | func (ec *executionContext) marshalNTag2ᚕgithubᚗcomᚋstashappᚋstashᚑbox... method marshalNTagCategory2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCategory (line 45069) | func (ec *executionContext) marshalNTagCategory2githubᚗcomᚋstashappᚋst... method marshalNTagCategory2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCategoryᚄ (line 45073) | func (ec *executionContext) marshalNTagCategory2ᚕgithubᚗcomᚋstashappᚋs... method unmarshalNTagCategoryCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCategoryCreateInput (line 45089) | func (ec *executionContext) unmarshalNTagCategoryCreateInput2githubᚗco... method unmarshalNTagCategoryDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCategoryDestroyInput (line 45094) | func (ec *executionContext) unmarshalNTagCategoryDestroyInput2githubᚗc... method unmarshalNTagCategoryUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCategoryUpdateInput (line 45099) | func (ec *executionContext) unmarshalNTagCategoryUpdateInput2githubᚗco... method unmarshalNTagCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCreateInput (line 45104) | func (ec *executionContext) unmarshalNTagCreateInput2githubᚗcomᚋstasha... method unmarshalNTagDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagDestroyInput (line 45109) | func (ec *executionContext) unmarshalNTagDestroyInput2githubᚗcomᚋstash... method unmarshalNTagEditInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagEditInput (line 45114) | func (ec *executionContext) unmarshalNTagEditInput2githubᚗcomᚋstashapp... method unmarshalNTagGroupEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagGroupEnum (line 45119) | func (ec *executionContext) unmarshalNTagGroupEnum2githubᚗcomᚋstashapp... method marshalNTagGroupEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagGroupEnum (line 45125) | func (ec *executionContext) marshalNTagGroupEnum2githubᚗcomᚋstashappᚋs... method unmarshalNTagQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagQueryInput (line 45129) | func (ec *executionContext) unmarshalNTagQueryInput2githubᚗcomᚋstashap... method unmarshalNTagSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagSortEnum (line 45134) | func (ec *executionContext) unmarshalNTagSortEnum2githubᚗcomᚋstashappᚋ... method marshalNTagSortEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagSortEnum (line 45140) | func (ec *executionContext) marshalNTagSortEnum2githubᚗcomᚋstashappᚋst... method unmarshalNTagUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagUpdateInput (line 45144) | func (ec *executionContext) unmarshalNTagUpdateInput2githubᚗcomᚋstasha... method unmarshalNTargetTypeEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTargetTypeEnum (line 45149) | func (ec *executionContext) unmarshalNTargetTypeEnum2githubᚗcomᚋstasha... method marshalNTargetTypeEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTargetTypeEnum (line 45155) | func (ec *executionContext) marshalNTargetTypeEnum2githubᚗcomᚋstashapp... method unmarshalNTime2timeᚐTime (line 45159) | func (ec *executionContext) unmarshalNTime2timeᚐTime(ctx context.Conte... method marshalNTime2timeᚐTime (line 45164) | func (ec *executionContext) marshalNTime2timeᚐTime(ctx context.Context... method unmarshalNTime2ᚖtimeᚐTime (line 45175) | func (ec *executionContext) unmarshalNTime2ᚖtimeᚐTime(ctx context.Cont... method marshalNTime2ᚖtimeᚐTime (line 45180) | func (ec *executionContext) marshalNTime2ᚖtimeᚐTime(ctx context.Contex... method marshalNURL2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐURL (line 45197) | func (ec *executionContext) marshalNURL2githubᚗcomᚋstashappᚋstashᚑboxᚋ... method marshalNURL2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐURLᚄ (line 45201) | func (ec *executionContext) marshalNURL2ᚕgithubᚗcomᚋstashappᚋstashᚑbox... method unmarshalNURLInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐURL (line 45217) | func (ec *executionContext) unmarshalNURLInput2githubᚗcomᚋstashappᚋsta... method marshalNUser2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUser (line 45222) | func (ec *executionContext) marshalNUser2githubᚗcomᚋstashappᚋstashᚑbox... method marshalNUser2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserᚄ (line 45226) | func (ec *executionContext) marshalNUser2ᚕgithubᚗcomᚋstashappᚋstashᚑbo... method unmarshalNUserChangeEmailStatus2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserChangeEmailStatus (line 45242) | func (ec *executionContext) unmarshalNUserChangeEmailStatus2githubᚗcom... method marshalNUserChangeEmailStatus2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserChangeEmailStatus (line 45248) | func (ec *executionContext) marshalNUserChangeEmailStatus2githubᚗcomᚋs... method unmarshalNUserChangePasswordInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserChangePasswordInput (line 45252) | func (ec *executionContext) unmarshalNUserChangePasswordInput2githubᚗc... method unmarshalNUserCreateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserCreateInput (line 45257) | func (ec *executionContext) unmarshalNUserCreateInput2githubᚗcomᚋstash... method unmarshalNUserDestroyInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserDestroyInput (line 45262) | func (ec *executionContext) unmarshalNUserDestroyInput2githubᚗcomᚋstas... method marshalNUserEditCount2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserEditCount (line 45267) | func (ec *executionContext) marshalNUserEditCount2githubᚗcomᚋstashappᚋ... method marshalNUserEditCount2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserEditCount (line 45271) | func (ec *executionContext) marshalNUserEditCount2ᚖgithubᚗcomᚋstashapp... method unmarshalNUserQueryInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserQueryInput (line 45281) | func (ec *executionContext) unmarshalNUserQueryInput2githubᚗcomᚋstasha... method unmarshalNUserUpdateInput2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserUpdateInput (line 45286) | func (ec *executionContext) unmarshalNUserUpdateInput2githubᚗcomᚋstash... method marshalNUserVoteCount2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserVoteCount (line 45291) | func (ec *executionContext) marshalNUserVoteCount2githubᚗcomᚋstashappᚋ... method marshalNUserVoteCount2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserVoteCount (line 45295) | func (ec *executionContext) marshalNUserVoteCount2ᚖgithubᚗcomᚋstashapp... method unmarshalNValidSiteTypeEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐValidSiteTypeEnum (line 45305) | func (ec *executionContext) unmarshalNValidSiteTypeEnum2githubᚗcomᚋsta... method marshalNValidSiteTypeEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐValidSiteTypeEnum (line 45311) | func (ec *executionContext) marshalNValidSiteTypeEnum2githubᚗcomᚋstash... method unmarshalNValidSiteTypeEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐValidSiteTypeEnumᚄ (line 45315) | func (ec *executionContext) unmarshalNValidSiteTypeEnum2ᚕgithubᚗcomᚋst... method marshalNValidSiteTypeEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐValidSiteTypeEnumᚄ (line 45330) | func (ec *executionContext) marshalNValidSiteTypeEnum2ᚕgithubᚗcomᚋstas... method marshalNVersion2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVersion (line 45346) | func (ec *executionContext) marshalNVersion2githubᚗcomᚋstashappᚋstashᚑ... method marshalNVersion2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVersion (line 45350) | func (ec *executionContext) marshalNVersion2ᚖgithubᚗcomᚋstashappᚋstash... method unmarshalNVoteStatusEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVoteStatusEnum (line 45360) | func (ec *executionContext) unmarshalNVoteStatusEnum2githubᚗcomᚋstasha... method marshalNVoteStatusEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVoteStatusEnum (line 45366) | func (ec *executionContext) marshalNVoteStatusEnum2githubᚗcomᚋstashapp... method unmarshalNVoteTypeEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVoteTypeEnum (line 45370) | func (ec *executionContext) unmarshalNVoteTypeEnum2githubᚗcomᚋstashapp... method marshalNVoteTypeEnum2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVoteTypeEnum (line 45376) | func (ec *executionContext) marshalNVoteTypeEnum2githubᚗcomᚋstashappᚋs... method marshalN__Directive2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirective (line 45380) | func (ec *executionContext) marshalN__Directive2githubᚗcomᚋ99designsᚋg... method marshalN__Directive2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐDirectiveᚄ (line 45384) | func (ec *executionContext) marshalN__Directive2ᚕgithubᚗcomᚋ99designsᚋ... method unmarshalN__DirectiveLocation2string (line 45400) | func (ec *executionContext) unmarshalN__DirectiveLocation2string(ctx c... method marshalN__DirectiveLocation2string (line 45405) | func (ec *executionContext) marshalN__DirectiveLocation2string(ctx con... method unmarshalN__DirectiveLocation2ᚕstringᚄ (line 45416) | func (ec *executionContext) unmarshalN__DirectiveLocation2ᚕstringᚄ(ctx... method marshalN__DirectiveLocation2ᚕstringᚄ (line 45431) | func (ec *executionContext) marshalN__DirectiveLocation2ᚕstringᚄ(ctx c... method marshalN__EnumValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValue (line 45447) | func (ec *executionContext) marshalN__EnumValue2githubᚗcomᚋ99designsᚋg... method marshalN__Field2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField (line 45451) | func (ec *executionContext) marshalN__Field2githubᚗcomᚋ99designsᚋgqlge... method marshalN__InputValue2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValue (line 45455) | func (ec *executionContext) marshalN__InputValue2githubᚗcomᚋ99designsᚋ... method marshalN__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ (line 45459) | func (ec *executionContext) marshalN__InputValue2ᚕgithubᚗcomᚋ99designs... method marshalN__Type2githubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType (line 45475) | func (ec *executionContext) marshalN__Type2githubᚗcomᚋ99designsᚋgqlgen... method marshalN__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐTypeᚄ (line 45479) | func (ec *executionContext) marshalN__Type2ᚕgithubᚗcomᚋ99designsᚋgqlge... method marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType (line 45495) | func (ec *executionContext) marshalN__Type2ᚖgithubᚗcomᚋ99designsᚋgqlge... method unmarshalN__TypeKind2string (line 45505) | func (ec *executionContext) unmarshalN__TypeKind2string(ctx context.Co... method marshalN__TypeKind2string (line 45510) | func (ec *executionContext) marshalN__TypeKind2string(ctx context.Cont... method unmarshalOAmendItemRemoval2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐAmendItemRemovalᚄ (line 45521) | func (ec *executionContext) unmarshalOAmendItemRemoval2ᚕgithubᚗcomᚋsta... method marshalOBodyModification2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBodyModificationᚄ (line 45539) | func (ec *executionContext) marshalOBodyModification2ᚕgithubᚗcomᚋstash... method unmarshalOBodyModificationCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBodyModificationCriterionInput (line 45558) | func (ec *executionContext) unmarshalOBodyModificationCriterionInput2ᚖ... method unmarshalOBodyModificationInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBodyModificationInputᚄ (line 45566) | func (ec *executionContext) unmarshalOBodyModificationInput2ᚕgithubᚗco... method unmarshalOBoolean2bool (line 45584) | func (ec *executionContext) unmarshalOBoolean2bool(ctx context.Context... method marshalOBoolean2bool (line 45589) | func (ec *executionContext) marshalOBoolean2bool(ctx context.Context, ... method unmarshalOBoolean2ᚖbool (line 45596) | func (ec *executionContext) unmarshalOBoolean2ᚖbool(ctx context.Contex... method marshalOBoolean2ᚖbool (line 45604) | func (ec *executionContext) marshalOBoolean2ᚖbool(ctx context.Context,... method unmarshalOBreastTypeCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBreastTypeCriterionInput (line 45614) | func (ec *executionContext) unmarshalOBreastTypeCriterionInput2ᚖgithub... method unmarshalOBreastTypeEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBreastTypeEnum (line 45622) | func (ec *executionContext) unmarshalOBreastTypeEnum2ᚖgithubᚗcomᚋstash... method marshalOBreastTypeEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐBreastTypeEnum (line 45631) | func (ec *executionContext) marshalOBreastTypeEnum2ᚖgithubᚗcomᚋstashap... method unmarshalODateCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDateCriterionInput (line 45638) | func (ec *executionContext) unmarshalODateCriterionInput2ᚖgithubᚗcomᚋs... method marshalODraft2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraft (line 45646) | func (ec *executionContext) marshalODraft2ᚖgithubᚗcomᚋstashappᚋstashᚑb... method unmarshalODraftEntityInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftEntityInputᚄ (line 45653) | func (ec *executionContext) unmarshalODraftEntityInput2ᚕgithubᚗcomᚋsta... method unmarshalODraftEntityInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐDraftEntityInput (line 45671) | func (ec *executionContext) unmarshalODraftEntityInput2ᚖgithubᚗcomᚋsta... method marshalOEdit2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEdit (line 45679) | func (ec *executionContext) marshalOEdit2ᚖgithubᚗcomᚋstashappᚋstashᚑbo... method marshalOEditDetails2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditDetails (line 45686) | func (ec *executionContext) marshalOEditDetails2githubᚗcomᚋstashappᚋst... method marshalOEditTarget2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEditTarget (line 45693) | func (ec *executionContext) marshalOEditTarget2githubᚗcomᚋstashappᚋsta... method unmarshalOEthnicityEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEthnicityEnum (line 45700) | func (ec *executionContext) unmarshalOEthnicityEnum2ᚖgithubᚗcomᚋstasha... method marshalOEthnicityEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEthnicityEnum (line 45709) | func (ec *executionContext) marshalOEthnicityEnum2ᚖgithubᚗcomᚋstashapp... method unmarshalOEthnicityFilterEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEthnicityFilterEnum (line 45716) | func (ec *executionContext) unmarshalOEthnicityFilterEnum2ᚖgithubᚗcomᚋ... method marshalOEthnicityFilterEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEthnicityFilterEnum (line 45725) | func (ec *executionContext) marshalOEthnicityFilterEnum2ᚖgithubᚗcomᚋst... method unmarshalOEyeColorCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEyeColorCriterionInput (line 45732) | func (ec *executionContext) unmarshalOEyeColorCriterionInput2ᚖgithubᚗc... method unmarshalOEyeColorEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEyeColorEnum (line 45740) | func (ec *executionContext) unmarshalOEyeColorEnum2ᚖgithubᚗcomᚋstashap... method marshalOEyeColorEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐEyeColorEnum (line 45749) | func (ec *executionContext) marshalOEyeColorEnum2ᚖgithubᚗcomᚋstashappᚋ... method unmarshalOFavoriteFilter2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFavoriteFilter (line 45756) | func (ec *executionContext) unmarshalOFavoriteFilter2ᚖgithubᚗcomᚋstash... method marshalOFavoriteFilter2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFavoriteFilter (line 45765) | func (ec *executionContext) marshalOFavoriteFilter2ᚖgithubᚗcomᚋstashap... method marshalOFingerprint2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintᚄ (line 45772) | func (ec *executionContext) marshalOFingerprint2ᚕgithubᚗcomᚋstashappᚋs... method unmarshalOFingerprintEditInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintEditInputᚄ (line 45791) | func (ec *executionContext) unmarshalOFingerprintEditInput2ᚕgithubᚗcom... method unmarshalOFingerprintInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintInputᚄ (line 45809) | func (ec *executionContext) unmarshalOFingerprintInput2ᚕgithubᚗcomᚋsta... method unmarshalOFingerprintSubmissionType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintSubmissionType (line 45827) | func (ec *executionContext) unmarshalOFingerprintSubmissionType2ᚖgithu... method marshalOFingerprintSubmissionType2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFingerprintSubmissionType (line 45836) | func (ec *executionContext) marshalOFingerprintSubmissionType2ᚖgithubᚗ... method marshalOFuzzyDate2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐFuzzyDate (line 45843) | func (ec *executionContext) marshalOFuzzyDate2ᚖgithubᚗcomᚋstashappᚋsta... method unmarshalOGenderEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderEnum (line 45850) | func (ec *executionContext) unmarshalOGenderEnum2ᚖgithubᚗcomᚋstashappᚋ... method marshalOGenderEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderEnum (line 45859) | func (ec *executionContext) marshalOGenderEnum2ᚖgithubᚗcomᚋstashappᚋst... method unmarshalOGenderFilterEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderFilterEnum (line 45866) | func (ec *executionContext) unmarshalOGenderFilterEnum2ᚖgithubᚗcomᚋsta... method marshalOGenderFilterEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenderFilterEnum (line 45875) | func (ec *executionContext) marshalOGenderFilterEnum2ᚖgithubᚗcomᚋstash... method unmarshalOGenerateInviteCodeInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐGenerateInviteCodeInput (line 45882) | func (ec *executionContext) unmarshalOGenerateInviteCodeInput2ᚖgithubᚗ... method unmarshalOHairColorCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐHairColorCriterionInput (line 45890) | func (ec *executionContext) unmarshalOHairColorCriterionInput2ᚖgithubᚗ... method unmarshalOHairColorEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐHairColorEnum (line 45898) | func (ec *executionContext) unmarshalOHairColorEnum2ᚖgithubᚗcomᚋstasha... method marshalOHairColorEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐHairColorEnum (line 45907) | func (ec *executionContext) marshalOHairColorEnum2ᚖgithubᚗcomᚋstashapp... method unmarshalOID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ (line 45914) | func (ec *executionContext) unmarshalOID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ(... method marshalOID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ (line 45932) | func (ec *executionContext) marshalOID2ᚕgithubᚗcomᚋgofrsᚋuuidᚐUUIDᚄ(ct... method unmarshalOID2ᚖgithubᚗcomᚋgofrsᚋuuidᚐUUID (line 45950) | func (ec *executionContext) unmarshalOID2ᚖgithubᚗcomᚋgofrsᚋuuidᚐUUID(c... method marshalOID2ᚖgithubᚗcomᚋgofrsᚋuuidᚐUUID (line 45958) | func (ec *executionContext) marshalOID2ᚖgithubᚗcomᚋgofrsᚋuuidᚐUUID(ctx... method unmarshalOIDCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐIDCriterionInput (line 45968) | func (ec *executionContext) unmarshalOIDCriterionInput2ᚖgithubᚗcomᚋsta... method marshalOImage2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐImageᚄ (line 45976) | func (ec *executionContext) marshalOImage2ᚕgithubᚗcomᚋstashappᚋstashᚑb... method marshalOImage2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐImage (line 45995) | func (ec *executionContext) marshalOImage2ᚖgithubᚗcomᚋstashappᚋstashᚑb... method unmarshalOInt2int (line 46002) | func (ec *executionContext) unmarshalOInt2int(ctx context.Context, v a... method marshalOInt2int (line 46007) | func (ec *executionContext) marshalOInt2int(ctx context.Context, sel a... method unmarshalOInt2ᚖint (line 46014) | func (ec *executionContext) unmarshalOInt2ᚖint(ctx context.Context, v ... method marshalOInt2ᚖint (line 46022) | func (ec *executionContext) marshalOInt2ᚖint(ctx context.Context, sel ... method unmarshalOIntCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐIntCriterionInput (line 46032) | func (ec *executionContext) unmarshalOIntCriterionInput2ᚖgithubᚗcomᚋst... method marshalOInviteKey2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐInviteKeyᚄ (line 46040) | func (ec *executionContext) marshalOInviteKey2ᚕgithubᚗcomᚋstashappᚋsta... method unmarshalOMarkNotificationReadInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐMarkNotificationReadInput (line 46059) | func (ec *executionContext) unmarshalOMarkNotificationReadInput2ᚖgithu... method unmarshalOModAuditActionEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditActionEnum (line 46067) | func (ec *executionContext) unmarshalOModAuditActionEnum2ᚖgithubᚗcomᚋs... method marshalOModAuditActionEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐModAuditActionEnum (line 46076) | func (ec *executionContext) marshalOModAuditActionEnum2ᚖgithubᚗcomᚋsta... method unmarshalOMultiIDCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐMultiIDCriterionInput (line 46083) | func (ec *executionContext) unmarshalOMultiIDCriterionInput2ᚖgithubᚗco... method unmarshalOMultiStringCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐMultiStringCriterionInput (line 46091) | func (ec *executionContext) unmarshalOMultiStringCriterionInput2ᚖgithu... method unmarshalONotificationEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationEnum (line 46099) | func (ec *executionContext) unmarshalONotificationEnum2ᚖgithubᚗcomᚋsta... method marshalONotificationEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐNotificationEnum (line 46108) | func (ec *executionContext) marshalONotificationEnum2ᚖgithubᚗcomᚋstash... method unmarshalOOperationEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐOperationEnum (line 46115) | func (ec *executionContext) unmarshalOOperationEnum2ᚖgithubᚗcomᚋstasha... method marshalOOperationEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐOperationEnum (line 46124) | func (ec *executionContext) marshalOOperationEnum2ᚖgithubᚗcomᚋstashapp... method marshalOPerformer2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformer (line 46131) | func (ec *executionContext) marshalOPerformer2ᚖgithubᚗcomᚋstashappᚋsta... method marshalOPerformerAppearance2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerAppearanceᚄ (line 46138) | func (ec *executionContext) marshalOPerformerAppearance2ᚕgithubᚗcomᚋst... method unmarshalOPerformerAppearanceInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerAppearanceInputᚄ (line 46157) | func (ec *executionContext) unmarshalOPerformerAppearanceInput2ᚕgithub... method unmarshalOPerformerEditDetailsInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerEditDetailsInput (line 46175) | func (ec *executionContext) unmarshalOPerformerEditDetailsInput2ᚖgithu... method marshalOPerformerEditOptions2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerEditOptions (line 46183) | func (ec *executionContext) marshalOPerformerEditOptions2ᚖgithubᚗcomᚋs... method unmarshalOPerformerEditOptionsInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerEditOptionsInput (line 46190) | func (ec *executionContext) unmarshalOPerformerEditOptionsInput2ᚖgithu... method unmarshalOPerformerScenesInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerScenesInput (line 46198) | func (ec *executionContext) unmarshalOPerformerScenesInput2ᚖgithubᚗcom... method marshalOPerformerSearchFacets2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerSearchFacets (line 46206) | func (ec *executionContext) marshalOPerformerSearchFacets2ᚖgithubᚗcomᚋ... method unmarshalOPerformerSearchFilter2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐPerformerSearchFilter (line 46213) | func (ec *executionContext) unmarshalOPerformerSearchFilter2ᚖgithubᚗco... method unmarshalORoleCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleCriterionInput (line 46221) | func (ec *executionContext) unmarshalORoleCriterionInput2ᚖgithubᚗcomᚋs... method unmarshalORoleEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleEnumᚄ (line 46229) | func (ec *executionContext) unmarshalORoleEnum2ᚕgithubᚗcomᚋstashappᚋst... method marshalORoleEnum2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐRoleEnumᚄ (line 46247) | func (ec *executionContext) marshalORoleEnum2ᚕgithubᚗcomᚋstashappᚋstas... method marshalOScene2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐScene (line 46266) | func (ec *executionContext) marshalOScene2ᚖgithubᚗcomᚋstashappᚋstashᚑb... method marshalOSceneDraftStudio2githubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDraftStudio (line 46273) | func (ec *executionContext) marshalOSceneDraftStudio2githubᚗcomᚋstasha... method marshalOSceneDraftTag2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneDraftTagᚄ (line 46280) | func (ec *executionContext) marshalOSceneDraftTag2ᚕgithubᚗcomᚋstashapp... method unmarshalOSceneEditDetailsInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSceneEditDetailsInput (line 46299) | func (ec *executionContext) unmarshalOSceneEditDetailsInput2ᚖgithubᚗco... method marshalOSite2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐSite (line 46307) | func (ec *executionContext) marshalOSite2ᚖgithubᚗcomᚋstashappᚋstashᚑbo... method unmarshalOString2string (line 46314) | func (ec *executionContext) unmarshalOString2string(ctx context.Contex... method marshalOString2string (line 46319) | func (ec *executionContext) marshalOString2string(ctx context.Context,... method unmarshalOString2ᚕstringᚄ (line 46326) | func (ec *executionContext) unmarshalOString2ᚕstringᚄ(ctx context.Cont... method marshalOString2ᚕstringᚄ (line 46344) | func (ec *executionContext) marshalOString2ᚕstringᚄ(ctx context.Contex... method unmarshalOString2ᚖstring (line 46362) | func (ec *executionContext) unmarshalOString2ᚖstring(ctx context.Conte... method marshalOString2ᚖstring (line 46370) | func (ec *executionContext) marshalOString2ᚖstring(ctx context.Context... method unmarshalOStringCriterionInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStringCriterionInput (line 46380) | func (ec *executionContext) unmarshalOStringCriterionInput2ᚖgithubᚗcom... method marshalOStudio2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudio (line 46388) | func (ec *executionContext) marshalOStudio2ᚖgithubᚗcomᚋstashappᚋstashᚑ... method unmarshalOStudioEditDetailsInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioEditDetailsInput (line 46395) | func (ec *executionContext) unmarshalOStudioEditDetailsInput2ᚖgithubᚗc... method unmarshalOStudioQueryInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐStudioQueryInput (line 46403) | func (ec *executionContext) unmarshalOStudioQueryInput2ᚖgithubᚗcomᚋsta... method marshalOTag2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagᚄ (line 46411) | func (ec *executionContext) marshalOTag2ᚕgithubᚗcomᚋstashappᚋstashᚑbox... method marshalOTag2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTag (line 46430) | func (ec *executionContext) marshalOTag2ᚖgithubᚗcomᚋstashappᚋstashᚑbox... method marshalOTagCategory2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagCategory (line 46437) | func (ec *executionContext) marshalOTagCategory2ᚖgithubᚗcomᚋstashappᚋs... method unmarshalOTagEditDetailsInput2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagEditDetailsInput (line 46444) | func (ec *executionContext) unmarshalOTagEditDetailsInput2ᚖgithubᚗcomᚋ... method unmarshalOTagGroupEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagGroupEnum (line 46452) | func (ec *executionContext) unmarshalOTagGroupEnum2ᚖgithubᚗcomᚋstashap... method marshalOTagGroupEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTagGroupEnum (line 46461) | func (ec *executionContext) marshalOTagGroupEnum2ᚖgithubᚗcomᚋstashappᚋ... method unmarshalOTargetTypeEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTargetTypeEnum (line 46468) | func (ec *executionContext) unmarshalOTargetTypeEnum2ᚖgithubᚗcomᚋstash... method marshalOTargetTypeEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐTargetTypeEnum (line 46477) | func (ec *executionContext) marshalOTargetTypeEnum2ᚖgithubᚗcomᚋstashap... method unmarshalOTime2ᚖtimeᚐTime (line 46484) | func (ec *executionContext) unmarshalOTime2ᚖtimeᚐTime(ctx context.Cont... method marshalOTime2ᚖtimeᚐTime (line 46492) | func (ec *executionContext) marshalOTime2ᚖtimeᚐTime(ctx context.Contex... method marshalOURL2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐURLᚄ (line 46502) | func (ec *executionContext) marshalOURL2ᚕgithubᚗcomᚋstashappᚋstashᚑbox... method unmarshalOURLInput2ᚕgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐURLᚄ (line 46521) | func (ec *executionContext) unmarshalOURLInput2ᚕgithubᚗcomᚋstashappᚋst... method unmarshalOUpload2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚐUpload (line 46539) | func (ec *executionContext) unmarshalOUpload2ᚖgithubᚗcomᚋ99designsᚋgql... method marshalOUpload2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚐUpload (line 46547) | func (ec *executionContext) marshalOUpload2ᚖgithubᚗcomᚋ99designsᚋgqlge... method marshalOUser2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUser (line 46557) | func (ec *executionContext) marshalOUser2ᚖgithubᚗcomᚋstashappᚋstashᚑbo... method unmarshalOUserVotedFilterEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserVotedFilterEnum (line 46564) | func (ec *executionContext) unmarshalOUserVotedFilterEnum2ᚖgithubᚗcomᚋ... method marshalOUserVotedFilterEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐUserVotedFilterEnum (line 46573) | func (ec *executionContext) marshalOUserVotedFilterEnum2ᚖgithubᚗcomᚋst... method unmarshalOVoteStatusEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVoteStatusEnum (line 46580) | func (ec *executionContext) unmarshalOVoteStatusEnum2ᚖgithubᚗcomᚋstash... method marshalOVoteStatusEnum2ᚖgithubᚗcomᚋstashappᚋstashᚑboxᚋinternalᚋmodelsᚐVoteStatusEnum (line 46589) | func (ec *executionContext) marshalOVoteStatusEnum2ᚖgithubᚗcomᚋstashap... method marshalO__EnumValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐEnumValueᚄ (line 46596) | func (ec *executionContext) marshalO__EnumValue2ᚕgithubᚗcomᚋ99designsᚋ... method marshalO__Field2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐFieldᚄ (line 46615) | func (ec *executionContext) marshalO__Field2ᚕgithubᚗcomᚋ99designsᚋgqlg... method marshalO__InputValue2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐInputValueᚄ (line 46634) | func (ec *executionContext) marshalO__InputValue2ᚕgithubᚗcomᚋ99designs... method marshalO__Schema2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐSchema (line 46653) | func (ec *executionContext) marshalO__Schema2ᚖgithubᚗcomᚋ99designsᚋgql... method marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐTypeᚄ (line 46660) | func (ec *executionContext) marshalO__Type2ᚕgithubᚗcomᚋ99designsᚋgqlge... method marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlgenᚋgraphqlᚋintrospectionᚐType (line 46679) | func (ec *executionContext) marshalO__Type2ᚖgithubᚗcomᚋ99designsᚋgqlge... function newExecutionContext (line 4471) | func newExecutionContext( FILE: internal/models/generated_models.go type DraftData (line 16) | type DraftData interface type EditDetails (line 20) | type EditDetails interface type EditTarget (line 24) | type EditTarget interface type NotificationData (line 28) | type NotificationData interface type SceneDraftPerformer (line 32) | type SceneDraftPerformer interface type SceneDraftStudio (line 36) | type SceneDraftStudio interface type SceneDraftTag (line 40) | type SceneDraftTag interface type ActivateNewUserInput (line 44) | type ActivateNewUserInput struct type AmendEditInput (line 50) | type AmendEditInput struct type AmendItemRemoval (line 61) | type AmendItemRemoval struct type ApplyEditInput (line 68) | type ApplyEditInput struct type BodyModification (line 72) | type BodyModification struct type BodyModificationCriterionInput (line 77) | type BodyModificationCriterionInput struct type BodyModificationInput (line 83) | type BodyModificationInput struct type BreastTypeCriterionInput (line 88) | type BreastTypeCriterionInput struct type CancelEditInput (line 93) | type CancelEditInput struct type CommentCommentedEdit (line 97) | type CommentCommentedEdit struct method IsNotificationData (line 101) | func (CommentCommentedEdit) IsNotificationData() {} type CommentOwnEdit (line 103) | type CommentOwnEdit struct method IsNotificationData (line 107) | func (CommentOwnEdit) IsNotificationData() {} type CommentVotedEdit (line 109) | type CommentVotedEdit struct method IsNotificationData (line 113) | func (CommentVotedEdit) IsNotificationData() {} type DateCriterionInput (line 115) | type DateCriterionInput struct type DeleteEditInput (line 120) | type DeleteEditInput struct type DeleteFingerprintSubmissionsInput (line 125) | type DeleteFingerprintSubmissionsInput struct type DownvoteOwnEdit (line 130) | type DownvoteOwnEdit struct method IsNotificationData (line 134) | func (DownvoteOwnEdit) IsNotificationData() {} type DraftEntityInput (line 136) | type DraftEntityInput struct type DraftFingerprint (line 141) | type DraftFingerprint struct type DraftSubmissionStatus (line 147) | type DraftSubmissionStatus struct type EditCommentInput (line 151) | type EditCommentInput struct type EditInput (line 156) | type EditInput struct type EditQueryInput (line 167) | type EditQueryInput struct type EditVoteInput (line 196) | type EditVoteInput struct type EyeColorCriterionInput (line 201) | type EyeColorCriterionInput struct type FailedOwnEdit (line 206) | type FailedOwnEdit struct method IsNotificationData (line 210) | func (FailedOwnEdit) IsNotificationData() {} type FavoritePerformerEdit (line 212) | type FavoritePerformerEdit struct method IsNotificationData (line 216) | func (FavoritePerformerEdit) IsNotificationData() {} type FavoritePerformerScene (line 218) | type FavoritePerformerScene struct method IsNotificationData (line 222) | func (FavoritePerformerScene) IsNotificationData() {} type FavoriteStudioEdit (line 224) | type FavoriteStudioEdit struct method IsNotificationData (line 228) | func (FavoriteStudioEdit) IsNotificationData() {} type FavoriteStudioScene (line 230) | type FavoriteStudioScene struct method IsNotificationData (line 234) | func (FavoriteStudioScene) IsNotificationData() {} type Fingerprint (line 236) | type Fingerprint struct type FingerprintBatchSubmission (line 252) | type FingerprintBatchSubmission struct type FingerprintEditInput (line 259) | type FingerprintEditInput struct type FingerprintInput (line 269) | type FingerprintInput struct type FingerprintQueryInput (line 277) | type FingerprintQueryInput struct type FingerprintSubmission (line 282) | type FingerprintSubmission struct type FingerprintSubmissionResult (line 289) | type FingerprintSubmissionResult struct type FingerprintedSceneEdit (line 298) | type FingerprintedSceneEdit struct method IsNotificationData (line 302) | func (FingerprintedSceneEdit) IsNotificationData() {} type FuzzyDate (line 304) | type FuzzyDate struct type GenerateInviteCodeInput (line 309) | type GenerateInviteCodeInput struct type GrantInviteInput (line 315) | type GrantInviteInput struct type HairColorCriterionInput (line 320) | type HairColorCriterionInput struct type IDCriterionInput (line 325) | type IDCriterionInput struct type ImageCreateInput (line 330) | type ImageCreateInput struct type ImageDestroyInput (line 335) | type ImageDestroyInput struct type ImageUpdateInput (line 339) | type ImageUpdateInput struct type IntCriterionInput (line 344) | type IntCriterionInput struct type MarkNotificationReadInput (line 349) | type MarkNotificationReadInput struct type Measurements (line 354) | type Measurements struct type ModAuditQueryInput (line 361) | type ModAuditQueryInput struct type MoveFingerprintSubmissionsInput (line 368) | type MoveFingerprintSubmissionsInput struct type MultiIDCriterionInput (line 374) | type MultiIDCriterionInput struct type MultiStringCriterionInput (line 379) | type MultiStringCriterionInput struct type Mutation (line 384) | type Mutation struct type NewUserInput (line 387) | type NewUserInput struct type PerformerAppearance (line 392) | type PerformerAppearance struct type PerformerAppearanceInput (line 398) | type PerformerAppearanceInput struct type PerformerCreateInput (line 404) | type PerformerCreateInput struct type PerformerDestroyInput (line 430) | type PerformerDestroyInput struct type PerformerDraftInput (line 434) | type PerformerDraftInput struct type PerformerEditDetailsInput (line 457) | type PerformerEditDetailsInput struct type PerformerEditInput (line 483) | type PerformerEditInput struct type PerformerEditOptions (line 491) | type PerformerEditOptions struct type PerformerEditOptionsInput (line 498) | type PerformerEditOptionsInput struct type PerformerQueryInput (line 505) | type PerformerQueryInput struct type PerformerScenesInput (line 546) | type PerformerScenesInput struct type PerformerSearchFilter (line 555) | type PerformerSearchFilter struct type PerformerStudio (line 560) | type PerformerStudio struct type PerformerUpdateInput (line 565) | type PerformerUpdateInput struct type Query (line 592) | type Query struct type QueryExistingPerformerInput (line 595) | type QueryExistingPerformerInput struct type QueryExistingSceneInput (line 601) | type QueryExistingSceneInput struct type QueryNotificationsInput (line 607) | type QueryNotificationsInput struct type QuerySitesResultType (line 614) | type QuerySitesResultType struct type QueryStudiosResultType (line 619) | type QueryStudiosResultType struct type QueryTagCategoriesResultType (line 624) | type QueryTagCategoriesResultType struct type QueryTagsResultType (line 629) | type QueryTagsResultType struct type QueryUsersResultType (line 634) | type QueryUsersResultType struct type ResetPasswordInput (line 639) | type ResetPasswordInput struct type RevokeInviteInput (line 643) | type RevokeInviteInput struct type RoleCriterionInput (line 648) | type RoleCriterionInput struct type SceneCreateInput (line 653) | type SceneCreateInput struct type SceneDestroyInput (line 669) | type SceneDestroyInput struct type SceneDraftInput (line 673) | type SceneDraftInput struct type SceneEditDetailsInput (line 690) | type SceneEditDetailsInput struct type SceneEditInput (line 707) | type SceneEditInput struct type SceneQueryInput (line 713) | type SceneQueryInput struct type SceneUpdateInput (line 746) | type SceneUpdateInput struct type SiteCreateInput (line 763) | type SiteCreateInput struct type SiteDestroyInput (line 771) | type SiteDestroyInput struct type SiteUpdateInput (line 775) | type SiteUpdateInput struct type StashBoxConfig (line 784) | type StashBoxConfig struct type StringCriterionInput (line 799) | type StringCriterionInput struct type StudioCreateInput (line 804) | type StudioCreateInput struct type StudioDestroyInput (line 812) | type StudioDestroyInput struct type StudioEditDetailsInput (line 816) | type StudioEditDetailsInput struct type StudioEditInput (line 824) | type StudioEditInput struct type StudioQueryInput (line 830) | type StudioQueryInput struct type StudioUpdateInput (line 847) | type StudioUpdateInput struct type TagCategoryCreateInput (line 856) | type TagCategoryCreateInput struct type TagCategoryDestroyInput (line 862) | type TagCategoryDestroyInput struct type TagCategoryUpdateInput (line 866) | type TagCategoryUpdateInput struct type TagCreateInput (line 873) | type TagCreateInput struct type TagDestroyInput (line 880) | type TagDestroyInput struct type TagEditDetailsInput (line 884) | type TagEditDetailsInput struct type TagEditInput (line 891) | type TagEditInput struct type TagQueryInput (line 897) | type TagQueryInput struct type TagUpdateInput (line 912) | type TagUpdateInput struct type UpdatedEdit (line 920) | type UpdatedEdit struct method IsNotificationData (line 924) | func (UpdatedEdit) IsNotificationData() {} type UserChangeEmailInput (line 926) | type UserChangeEmailInput struct type UserChangePasswordInput (line 932) | type UserChangePasswordInput struct type UserCreateInput (line 939) | type UserCreateInput struct type UserDestroyInput (line 948) | type UserDestroyInput struct type UserEditCount (line 952) | type UserEditCount struct type UserQueryInput (line 962) | type UserQueryInput struct type UserUpdateInput (line 987) | type UserUpdateInput struct type UserVoteCount (line 996) | type UserVoteCount struct type Version (line 1004) | type Version struct type BreastTypeEnum (line 1011) | type BreastTypeEnum method IsValid (line 1025) | func (e BreastTypeEnum) IsValid() bool { method String (line 1033) | func (e BreastTypeEnum) String() string { method UnmarshalGQL (line 1037) | func (e *BreastTypeEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1050) | func (e BreastTypeEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1054) | func (e *BreastTypeEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1062) | func (e BreastTypeEnum) MarshalJSON() ([]byte, error) { constant BreastTypeEnumNatural (line 1014) | BreastTypeEnumNatural BreastTypeEnum = "NATURAL" constant BreastTypeEnumFake (line 1015) | BreastTypeEnumFake BreastTypeEnum = "FAKE" constant BreastTypeEnumNa (line 1016) | BreastTypeEnumNa BreastTypeEnum = "NA" type CriterionModifier (line 1068) | type CriterionModifier method IsValid (line 1101) | func (e CriterionModifier) IsValid() bool { method String (line 1109) | func (e CriterionModifier) String() string { method UnmarshalGQL (line 1113) | func (e *CriterionModifier) UnmarshalGQL(v any) error { method MarshalGQL (line 1126) | func (e CriterionModifier) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1130) | func (e *CriterionModifier) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1138) | func (e CriterionModifier) MarshalJSON() ([]byte, error) { constant CriterionModifierEquals (line 1072) | CriterionModifierEquals CriterionModifier = "EQUALS" constant CriterionModifierNotEquals (line 1074) | CriterionModifierNotEquals CriterionModifier = "NOT_EQUALS" constant CriterionModifierGreaterThan (line 1076) | CriterionModifierGreaterThan CriterionModifier = "GREATER_THAN" constant CriterionModifierLessThan (line 1078) | CriterionModifierLessThan CriterionModifier = "LESS_THAN" constant CriterionModifierIsNull (line 1080) | CriterionModifierIsNull CriterionModifier = "IS_NULL" constant CriterionModifierNotNull (line 1082) | CriterionModifierNotNull CriterionModifier = "NOT_NULL" constant CriterionModifierIncludesAll (line 1084) | CriterionModifierIncludesAll CriterionModifier = "INCLUDES_ALL" constant CriterionModifierIncludes (line 1085) | CriterionModifierIncludes CriterionModifier = "INCLUDES" constant CriterionModifierExcludes (line 1086) | CriterionModifierExcludes CriterionModifier = "EXCLUDES" type DateAccuracyEnum (line 1144) | type DateAccuracyEnum method IsValid (line 1158) | func (e DateAccuracyEnum) IsValid() bool { method String (line 1166) | func (e DateAccuracyEnum) String() string { method UnmarshalGQL (line 1170) | func (e *DateAccuracyEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1183) | func (e DateAccuracyEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1187) | func (e *DateAccuracyEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1195) | func (e DateAccuracyEnum) MarshalJSON() ([]byte, error) { constant DateAccuracyEnumYear (line 1147) | DateAccuracyEnumYear DateAccuracyEnum = "YEAR" constant DateAccuracyEnumMonth (line 1148) | DateAccuracyEnumMonth DateAccuracyEnum = "MONTH" constant DateAccuracyEnumDay (line 1149) | DateAccuracyEnumDay DateAccuracyEnum = "DAY" type EditSortEnum (line 1201) | type EditSortEnum method IsValid (line 1215) | func (e EditSortEnum) IsValid() bool { method String (line 1223) | func (e EditSortEnum) String() string { method UnmarshalGQL (line 1227) | func (e *EditSortEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1240) | func (e EditSortEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1244) | func (e *EditSortEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1252) | func (e EditSortEnum) MarshalJSON() ([]byte, error) { constant EditSortEnumCreatedAt (line 1204) | EditSortEnumCreatedAt EditSortEnum = "CREATED_AT" constant EditSortEnumUpdatedAt (line 1205) | EditSortEnumUpdatedAt EditSortEnum = "UPDATED_AT" constant EditSortEnumClosedAt (line 1206) | EditSortEnumClosedAt EditSortEnum = "CLOSED_AT" type EthnicityEnum (line 1258) | type EthnicityEnum method IsValid (line 1282) | func (e EthnicityEnum) IsValid() bool { method String (line 1290) | func (e EthnicityEnum) String() string { method UnmarshalGQL (line 1294) | func (e *EthnicityEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1307) | func (e EthnicityEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1311) | func (e *EthnicityEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1319) | func (e EthnicityEnum) MarshalJSON() ([]byte, error) { constant EthnicityEnumCaucasian (line 1261) | EthnicityEnumCaucasian EthnicityEnum = "CAUCASIAN" constant EthnicityEnumBlack (line 1262) | EthnicityEnumBlack EthnicityEnum = "BLACK" constant EthnicityEnumAsian (line 1263) | EthnicityEnumAsian EthnicityEnum = "ASIAN" constant EthnicityEnumIndian (line 1264) | EthnicityEnumIndian EthnicityEnum = "INDIAN" constant EthnicityEnumLatin (line 1265) | EthnicityEnumLatin EthnicityEnum = "LATIN" constant EthnicityEnumMiddleEastern (line 1266) | EthnicityEnumMiddleEastern EthnicityEnum = "MIDDLE_EASTERN" constant EthnicityEnumMixed (line 1267) | EthnicityEnumMixed EthnicityEnum = "MIXED" constant EthnicityEnumOther (line 1268) | EthnicityEnumOther EthnicityEnum = "OTHER" type EthnicityFilterEnum (line 1325) | type EthnicityFilterEnum method IsValid (line 1351) | func (e EthnicityFilterEnum) IsValid() bool { method String (line 1359) | func (e EthnicityFilterEnum) String() string { method UnmarshalGQL (line 1363) | func (e *EthnicityFilterEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1376) | func (e EthnicityFilterEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1380) | func (e *EthnicityFilterEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1388) | func (e EthnicityFilterEnum) MarshalJSON() ([]byte, error) { constant EthnicityFilterEnumUnknown (line 1328) | EthnicityFilterEnumUnknown EthnicityFilterEnum = "UNKNOWN" constant EthnicityFilterEnumCaucasian (line 1329) | EthnicityFilterEnumCaucasian EthnicityFilterEnum = "CAUCASIAN" constant EthnicityFilterEnumBlack (line 1330) | EthnicityFilterEnumBlack EthnicityFilterEnum = "BLACK" constant EthnicityFilterEnumAsian (line 1331) | EthnicityFilterEnumAsian EthnicityFilterEnum = "ASIAN" constant EthnicityFilterEnumIndian (line 1332) | EthnicityFilterEnumIndian EthnicityFilterEnum = "INDIAN" constant EthnicityFilterEnumLatin (line 1333) | EthnicityFilterEnumLatin EthnicityFilterEnum = "LATIN" constant EthnicityFilterEnumMiddleEastern (line 1334) | EthnicityFilterEnumMiddleEastern EthnicityFilterEnum = "MIDDLE_EASTERN" constant EthnicityFilterEnumMixed (line 1335) | EthnicityFilterEnumMixed EthnicityFilterEnum = "MIXED" constant EthnicityFilterEnumOther (line 1336) | EthnicityFilterEnumOther EthnicityFilterEnum = "OTHER" type EyeColorEnum (line 1394) | type EyeColorEnum method IsValid (line 1414) | func (e EyeColorEnum) IsValid() bool { method String (line 1422) | func (e EyeColorEnum) String() string { method UnmarshalGQL (line 1426) | func (e *EyeColorEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1439) | func (e EyeColorEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1443) | func (e *EyeColorEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1451) | func (e EyeColorEnum) MarshalJSON() ([]byte, error) { constant EyeColorEnumBlue (line 1397) | EyeColorEnumBlue EyeColorEnum = "BLUE" constant EyeColorEnumBrown (line 1398) | EyeColorEnumBrown EyeColorEnum = "BROWN" constant EyeColorEnumGrey (line 1399) | EyeColorEnumGrey EyeColorEnum = "GREY" constant EyeColorEnumGreen (line 1400) | EyeColorEnumGreen EyeColorEnum = "GREEN" constant EyeColorEnumHazel (line 1401) | EyeColorEnumHazel EyeColorEnum = "HAZEL" constant EyeColorEnumRed (line 1402) | EyeColorEnumRed EyeColorEnum = "RED" type FavoriteFilter (line 1457) | type FavoriteFilter method IsValid (line 1471) | func (e FavoriteFilter) IsValid() bool { method String (line 1479) | func (e FavoriteFilter) String() string { method UnmarshalGQL (line 1483) | func (e *FavoriteFilter) UnmarshalGQL(v any) error { method MarshalGQL (line 1496) | func (e FavoriteFilter) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1500) | func (e *FavoriteFilter) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1508) | func (e FavoriteFilter) MarshalJSON() ([]byte, error) { constant FavoriteFilterPerformer (line 1460) | FavoriteFilterPerformer FavoriteFilter = "PERFORMER" constant FavoriteFilterStudio (line 1461) | FavoriteFilterStudio FavoriteFilter = "STUDIO" constant FavoriteFilterAll (line 1462) | FavoriteFilterAll FavoriteFilter = "ALL" type FingerprintAlgorithm (line 1514) | type FingerprintAlgorithm method IsValid (line 1528) | func (e FingerprintAlgorithm) IsValid() bool { method String (line 1536) | func (e FingerprintAlgorithm) String() string { method UnmarshalGQL (line 1540) | func (e *FingerprintAlgorithm) UnmarshalGQL(v any) error { method MarshalGQL (line 1553) | func (e FingerprintAlgorithm) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1557) | func (e *FingerprintAlgorithm) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1565) | func (e FingerprintAlgorithm) MarshalJSON() ([]byte, error) { constant FingerprintAlgorithmMd5 (line 1517) | FingerprintAlgorithmMd5 FingerprintAlgorithm = "MD5" constant FingerprintAlgorithmOshash (line 1518) | FingerprintAlgorithmOshash FingerprintAlgorithm = "OSHASH" constant FingerprintAlgorithmPhash (line 1519) | FingerprintAlgorithmPhash FingerprintAlgorithm = "PHASH" type FingerprintSubmissionType (line 1571) | type FingerprintSubmissionType method IsValid (line 1588) | func (e FingerprintSubmissionType) IsValid() bool { method String (line 1596) | func (e FingerprintSubmissionType) String() string { method UnmarshalGQL (line 1600) | func (e *FingerprintSubmissionType) UnmarshalGQL(v any) error { method MarshalGQL (line 1613) | func (e FingerprintSubmissionType) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1617) | func (e *FingerprintSubmissionType) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1625) | func (e FingerprintSubmissionType) MarshalJSON() ([]byte, error) { constant FingerprintSubmissionTypeValid (line 1575) | FingerprintSubmissionTypeValid FingerprintSubmissionType = "VALID" constant FingerprintSubmissionTypeInvalid (line 1577) | FingerprintSubmissionTypeInvalid FingerprintSubmissionType = "INVALID" constant FingerprintSubmissionTypeRemove (line 1579) | FingerprintSubmissionTypeRemove FingerprintSubmissionType = "REMOVE" type GenderEnum (line 1631) | type GenderEnum method IsValid (line 1651) | func (e GenderEnum) IsValid() bool { method String (line 1659) | func (e GenderEnum) String() string { method UnmarshalGQL (line 1663) | func (e *GenderEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1676) | func (e GenderEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1680) | func (e *GenderEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1688) | func (e GenderEnum) MarshalJSON() ([]byte, error) { constant GenderEnumMale (line 1634) | GenderEnumMale GenderEnum = "MALE" constant GenderEnumFemale (line 1635) | GenderEnumFemale GenderEnum = "FEMALE" constant GenderEnumTransgenderMale (line 1636) | GenderEnumTransgenderMale GenderEnum = "TRANSGENDER_MALE" constant GenderEnumTransgenderFemale (line 1637) | GenderEnumTransgenderFemale GenderEnum = "TRANSGENDER_FEMALE" constant GenderEnumIntersex (line 1638) | GenderEnumIntersex GenderEnum = "INTERSEX" constant GenderEnumNonBinary (line 1639) | GenderEnumNonBinary GenderEnum = "NON_BINARY" type GenderFilterEnum (line 1694) | type GenderFilterEnum method IsValid (line 1716) | func (e GenderFilterEnum) IsValid() bool { method String (line 1724) | func (e GenderFilterEnum) String() string { method UnmarshalGQL (line 1728) | func (e *GenderFilterEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1741) | func (e GenderFilterEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1745) | func (e *GenderFilterEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1753) | func (e GenderFilterEnum) MarshalJSON() ([]byte, error) { constant GenderFilterEnumUnknown (line 1697) | GenderFilterEnumUnknown GenderFilterEnum = "UNKNOWN" constant GenderFilterEnumMale (line 1698) | GenderFilterEnumMale GenderFilterEnum = "MALE" constant GenderFilterEnumFemale (line 1699) | GenderFilterEnumFemale GenderFilterEnum = "FEMALE" constant GenderFilterEnumTransgenderMale (line 1700) | GenderFilterEnumTransgenderMale GenderFilterEnum = "TRANSGENDER_MALE" constant GenderFilterEnumTransgenderFemale (line 1701) | GenderFilterEnumTransgenderFemale GenderFilterEnum = "TRANSGENDER_FEMALE" constant GenderFilterEnumIntersex (line 1702) | GenderFilterEnumIntersex GenderFilterEnum = "INTERSEX" constant GenderFilterEnumNonBinary (line 1703) | GenderFilterEnumNonBinary GenderFilterEnum = "NON_BINARY" type HairColorEnum (line 1759) | type HairColorEnum method IsValid (line 1787) | func (e HairColorEnum) IsValid() bool { method String (line 1795) | func (e HairColorEnum) String() string { method UnmarshalGQL (line 1799) | func (e *HairColorEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1812) | func (e HairColorEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1816) | func (e *HairColorEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1824) | func (e HairColorEnum) MarshalJSON() ([]byte, error) { constant HairColorEnumBlonde (line 1762) | HairColorEnumBlonde HairColorEnum = "BLONDE" constant HairColorEnumBrunette (line 1763) | HairColorEnumBrunette HairColorEnum = "BRUNETTE" constant HairColorEnumBlack (line 1764) | HairColorEnumBlack HairColorEnum = "BLACK" constant HairColorEnumRed (line 1765) | HairColorEnumRed HairColorEnum = "RED" constant HairColorEnumAuburn (line 1766) | HairColorEnumAuburn HairColorEnum = "AUBURN" constant HairColorEnumGrey (line 1767) | HairColorEnumGrey HairColorEnum = "GREY" constant HairColorEnumBald (line 1768) | HairColorEnumBald HairColorEnum = "BALD" constant HairColorEnumVarious (line 1769) | HairColorEnumVarious HairColorEnum = "VARIOUS" constant HairColorEnumWhite (line 1770) | HairColorEnumWhite HairColorEnum = "WHITE" constant HairColorEnumOther (line 1771) | HairColorEnumOther HairColorEnum = "OTHER" type ModAuditActionEnum (line 1830) | type ModAuditActionEnum method IsValid (line 1842) | func (e ModAuditActionEnum) IsValid() bool { method String (line 1850) | func (e ModAuditActionEnum) String() string { method UnmarshalGQL (line 1854) | func (e *ModAuditActionEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1867) | func (e ModAuditActionEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1871) | func (e *ModAuditActionEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1879) | func (e ModAuditActionEnum) MarshalJSON() ([]byte, error) { constant ModAuditActionEnumEditDelete (line 1833) | ModAuditActionEnumEditDelete ModAuditActionEnum = "EDIT_DELETE" constant ModAuditActionEnumEditAmendment (line 1834) | ModAuditActionEnumEditAmendment ModAuditActionEnum = "EDIT_AMENDMENT" type NotificationEnum (line 1885) | type NotificationEnum method IsValid (line 1915) | func (e NotificationEnum) IsValid() bool { method String (line 1923) | func (e NotificationEnum) String() string { method UnmarshalGQL (line 1927) | func (e *NotificationEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1940) | func (e NotificationEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 1944) | func (e *NotificationEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 1952) | func (e NotificationEnum) MarshalJSON() ([]byte, error) { constant NotificationEnumFavoritePerformerScene (line 1888) | NotificationEnumFavoritePerformerScene NotificationEnum = "FAVORITE_PERF... constant NotificationEnumFavoritePerformerEdit (line 1889) | NotificationEnumFavoritePerformerEdit NotificationEnum = "FAVORITE_PERF... constant NotificationEnumFavoriteStudioScene (line 1890) | NotificationEnumFavoriteStudioScene NotificationEnum = "FAVORITE_STUD... constant NotificationEnumFavoriteStudioEdit (line 1891) | NotificationEnumFavoriteStudioEdit NotificationEnum = "FAVORITE_STUD... constant NotificationEnumCommentOwnEdit (line 1892) | NotificationEnumCommentOwnEdit NotificationEnum = "COMMENT_OWN_E... constant NotificationEnumDownvoteOwnEdit (line 1893) | NotificationEnumDownvoteOwnEdit NotificationEnum = "DOWNVOTE_OWN_... constant NotificationEnumFailedOwnEdit (line 1894) | NotificationEnumFailedOwnEdit NotificationEnum = "FAILED_OWN_EDIT" constant NotificationEnumCommentCommentedEdit (line 1895) | NotificationEnumCommentCommentedEdit NotificationEnum = "COMMENT_COMME... constant NotificationEnumCommentVotedEdit (line 1896) | NotificationEnumCommentVotedEdit NotificationEnum = "COMMENT_VOTED... constant NotificationEnumUpdatedEdit (line 1897) | NotificationEnumUpdatedEdit NotificationEnum = "UPDATED_EDIT" constant NotificationEnumFingerprintedSceneEdit (line 1898) | NotificationEnumFingerprintedSceneEdit NotificationEnum = "FINGERPRINTED... type OperationEnum (line 1958) | type OperationEnum method IsValid (line 1974) | func (e OperationEnum) IsValid() bool { method String (line 1982) | func (e OperationEnum) String() string { method UnmarshalGQL (line 1986) | func (e *OperationEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 1999) | func (e OperationEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2003) | func (e *OperationEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2011) | func (e OperationEnum) MarshalJSON() ([]byte, error) { constant OperationEnumCreate (line 1961) | OperationEnumCreate OperationEnum = "CREATE" constant OperationEnumModify (line 1962) | OperationEnumModify OperationEnum = "MODIFY" constant OperationEnumDestroy (line 1963) | OperationEnumDestroy OperationEnum = "DESTROY" constant OperationEnumMerge (line 1964) | OperationEnumMerge OperationEnum = "MERGE" type PerformerSortEnum (line 2017) | type PerformerSortEnum method IsValid (line 2043) | func (e PerformerSortEnum) IsValid() bool { method String (line 2051) | func (e PerformerSortEnum) String() string { method UnmarshalGQL (line 2055) | func (e *PerformerSortEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2068) | func (e PerformerSortEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2072) | func (e *PerformerSortEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2080) | func (e PerformerSortEnum) MarshalJSON() ([]byte, error) { constant PerformerSortEnumName (line 2020) | PerformerSortEnumName PerformerSortEnum = "NAME" constant PerformerSortEnumBirthdate (line 2021) | PerformerSortEnumBirthdate PerformerSortEnum = "BIRTHDATE" constant PerformerSortEnumDeathdate (line 2022) | PerformerSortEnumDeathdate PerformerSortEnum = "DEATHDATE" constant PerformerSortEnumSceneCount (line 2023) | PerformerSortEnumSceneCount PerformerSortEnum = "SCENE_COUNT" constant PerformerSortEnumCareerStartYear (line 2024) | PerformerSortEnumCareerStartYear PerformerSortEnum = "CAREER_START_YEAR" constant PerformerSortEnumDebut (line 2025) | PerformerSortEnumDebut PerformerSortEnum = "DEBUT" constant PerformerSortEnumLastScene (line 2026) | PerformerSortEnumLastScene PerformerSortEnum = "LAST_SCENE" constant PerformerSortEnumCreatedAt (line 2027) | PerformerSortEnumCreatedAt PerformerSortEnum = "CREATED_AT" constant PerformerSortEnumUpdatedAt (line 2028) | PerformerSortEnumUpdatedAt PerformerSortEnum = "UPDATED_AT" type RoleEnum (line 2086) | type RoleEnum method IsValid (line 2118) | func (e RoleEnum) IsValid() bool { method String (line 2126) | func (e RoleEnum) String() string { method UnmarshalGQL (line 2130) | func (e *RoleEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2143) | func (e RoleEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2147) | func (e *RoleEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2155) | func (e RoleEnum) MarshalJSON() ([]byte, error) { constant RoleEnumRead (line 2089) | RoleEnumRead RoleEnum = "READ" constant RoleEnumVote (line 2090) | RoleEnumVote RoleEnum = "VOTE" constant RoleEnumEdit (line 2091) | RoleEnumEdit RoleEnum = "EDIT" constant RoleEnumModify (line 2092) | RoleEnumModify RoleEnum = "MODIFY" constant RoleEnumModerate (line 2093) | RoleEnumModerate RoleEnum = "MODERATE" constant RoleEnumAdmin (line 2094) | RoleEnumAdmin RoleEnum = "ADMIN" constant RoleEnumInvite (line 2096) | RoleEnumInvite RoleEnum = "INVITE" constant RoleEnumManageInvites (line 2098) | RoleEnumManageInvites RoleEnum = "MANAGE_INVITES" constant RoleEnumBot (line 2099) | RoleEnumBot RoleEnum = "BOT" constant RoleEnumReadOnly (line 2100) | RoleEnumReadOnly RoleEnum = "READ_ONLY" constant RoleEnumEditTags (line 2101) | RoleEnumEditTags RoleEnum = "EDIT_TAGS" type SceneSortEnum (line 2161) | type SceneSortEnum method IsValid (line 2179) | func (e SceneSortEnum) IsValid() bool { method String (line 2187) | func (e SceneSortEnum) String() string { method UnmarshalGQL (line 2191) | func (e *SceneSortEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2204) | func (e SceneSortEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2208) | func (e *SceneSortEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2216) | func (e SceneSortEnum) MarshalJSON() ([]byte, error) { constant SceneSortEnumTitle (line 2164) | SceneSortEnumTitle SceneSortEnum = "TITLE" constant SceneSortEnumDate (line 2165) | SceneSortEnumDate SceneSortEnum = "DATE" constant SceneSortEnumTrending (line 2166) | SceneSortEnumTrending SceneSortEnum = "TRENDING" constant SceneSortEnumCreatedAt (line 2167) | SceneSortEnumCreatedAt SceneSortEnum = "CREATED_AT" constant SceneSortEnumUpdatedAt (line 2168) | SceneSortEnumUpdatedAt SceneSortEnum = "UPDATED_AT" type SortDirectionEnum (line 2222) | type SortDirectionEnum method IsValid (line 2234) | func (e SortDirectionEnum) IsValid() bool { method String (line 2242) | func (e SortDirectionEnum) String() string { method UnmarshalGQL (line 2246) | func (e *SortDirectionEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2259) | func (e SortDirectionEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2263) | func (e *SortDirectionEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2271) | func (e SortDirectionEnum) MarshalJSON() ([]byte, error) { constant SortDirectionEnumAsc (line 2225) | SortDirectionEnumAsc SortDirectionEnum = "ASC" constant SortDirectionEnumDesc (line 2226) | SortDirectionEnumDesc SortDirectionEnum = "DESC" type StudioSortEnum (line 2277) | type StudioSortEnum method IsValid (line 2291) | func (e StudioSortEnum) IsValid() bool { method String (line 2299) | func (e StudioSortEnum) String() string { method UnmarshalGQL (line 2303) | func (e *StudioSortEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2316) | func (e StudioSortEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2320) | func (e *StudioSortEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2328) | func (e StudioSortEnum) MarshalJSON() ([]byte, error) { constant StudioSortEnumName (line 2280) | StudioSortEnumName StudioSortEnum = "NAME" constant StudioSortEnumCreatedAt (line 2281) | StudioSortEnumCreatedAt StudioSortEnum = "CREATED_AT" constant StudioSortEnumUpdatedAt (line 2282) | StudioSortEnumUpdatedAt StudioSortEnum = "UPDATED_AT" type TagGroupEnum (line 2334) | type TagGroupEnum method IsValid (line 2348) | func (e TagGroupEnum) IsValid() bool { method String (line 2356) | func (e TagGroupEnum) String() string { method UnmarshalGQL (line 2360) | func (e *TagGroupEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2373) | func (e TagGroupEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2377) | func (e *TagGroupEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2385) | func (e TagGroupEnum) MarshalJSON() ([]byte, error) { constant TagGroupEnumPeople (line 2337) | TagGroupEnumPeople TagGroupEnum = "PEOPLE" constant TagGroupEnumScene (line 2338) | TagGroupEnumScene TagGroupEnum = "SCENE" constant TagGroupEnumAction (line 2339) | TagGroupEnumAction TagGroupEnum = "ACTION" type TagSortEnum (line 2391) | type TagSortEnum method IsValid (line 2405) | func (e TagSortEnum) IsValid() bool { method String (line 2413) | func (e TagSortEnum) String() string { method UnmarshalGQL (line 2417) | func (e *TagSortEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2430) | func (e TagSortEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2434) | func (e *TagSortEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2442) | func (e TagSortEnum) MarshalJSON() ([]byte, error) { constant TagSortEnumName (line 2394) | TagSortEnumName TagSortEnum = "NAME" constant TagSortEnumCreatedAt (line 2395) | TagSortEnumCreatedAt TagSortEnum = "CREATED_AT" constant TagSortEnumUpdatedAt (line 2396) | TagSortEnumUpdatedAt TagSortEnum = "UPDATED_AT" type TargetTypeEnum (line 2448) | type TargetTypeEnum method IsValid (line 2464) | func (e TargetTypeEnum) IsValid() bool { method String (line 2472) | func (e TargetTypeEnum) String() string { method UnmarshalGQL (line 2476) | func (e *TargetTypeEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2489) | func (e TargetTypeEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2493) | func (e *TargetTypeEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2501) | func (e TargetTypeEnum) MarshalJSON() ([]byte, error) { constant TargetTypeEnumScene (line 2451) | TargetTypeEnumScene TargetTypeEnum = "SCENE" constant TargetTypeEnumStudio (line 2452) | TargetTypeEnumStudio TargetTypeEnum = "STUDIO" constant TargetTypeEnumPerformer (line 2453) | TargetTypeEnumPerformer TargetTypeEnum = "PERFORMER" constant TargetTypeEnumTag (line 2454) | TargetTypeEnumTag TargetTypeEnum = "TAG" type UserChangeEmailStatus (line 2507) | type UserChangeEmailStatus method IsValid (line 2527) | func (e UserChangeEmailStatus) IsValid() bool { method String (line 2535) | func (e UserChangeEmailStatus) String() string { method UnmarshalGQL (line 2539) | func (e *UserChangeEmailStatus) UnmarshalGQL(v any) error { method MarshalGQL (line 2552) | func (e UserChangeEmailStatus) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2556) | func (e *UserChangeEmailStatus) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2564) | func (e UserChangeEmailStatus) MarshalJSON() ([]byte, error) { constant UserChangeEmailStatusConfirmOld (line 2510) | UserChangeEmailStatusConfirmOld UserChangeEmailStatus = "CONFIRM_OLD" constant UserChangeEmailStatusConfirmNew (line 2511) | UserChangeEmailStatusConfirmNew UserChangeEmailStatus = "CONFIRM_NEW" constant UserChangeEmailStatusExpired (line 2512) | UserChangeEmailStatusExpired UserChangeEmailStatus = "EXPIRED" constant UserChangeEmailStatusInvalidToken (line 2513) | UserChangeEmailStatusInvalidToken UserChangeEmailStatus = "INVALID_TOKEN" constant UserChangeEmailStatusSuccess (line 2514) | UserChangeEmailStatusSuccess UserChangeEmailStatus = "SUCCESS" constant UserChangeEmailStatusError (line 2515) | UserChangeEmailStatusError UserChangeEmailStatus = "ERROR" type UserVotedFilterEnum (line 2570) | type UserVotedFilterEnum method IsValid (line 2586) | func (e UserVotedFilterEnum) IsValid() bool { method String (line 2594) | func (e UserVotedFilterEnum) String() string { method UnmarshalGQL (line 2598) | func (e *UserVotedFilterEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2611) | func (e UserVotedFilterEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2615) | func (e *UserVotedFilterEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2623) | func (e UserVotedFilterEnum) MarshalJSON() ([]byte, error) { constant UserVotedFilterEnumAbstain (line 2573) | UserVotedFilterEnumAbstain UserVotedFilterEnum = "ABSTAIN" constant UserVotedFilterEnumAccept (line 2574) | UserVotedFilterEnumAccept UserVotedFilterEnum = "ACCEPT" constant UserVotedFilterEnumReject (line 2575) | UserVotedFilterEnumReject UserVotedFilterEnum = "REJECT" constant UserVotedFilterEnumNotVoted (line 2576) | UserVotedFilterEnumNotVoted UserVotedFilterEnum = "NOT_VOTED" type ValidSiteTypeEnum (line 2629) | type ValidSiteTypeEnum method IsValid (line 2643) | func (e ValidSiteTypeEnum) IsValid() bool { method String (line 2651) | func (e ValidSiteTypeEnum) String() string { method UnmarshalGQL (line 2655) | func (e *ValidSiteTypeEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2668) | func (e ValidSiteTypeEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2672) | func (e *ValidSiteTypeEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2680) | func (e ValidSiteTypeEnum) MarshalJSON() ([]byte, error) { constant ValidSiteTypeEnumPerformer (line 2632) | ValidSiteTypeEnumPerformer ValidSiteTypeEnum = "PERFORMER" constant ValidSiteTypeEnumScene (line 2633) | ValidSiteTypeEnumScene ValidSiteTypeEnum = "SCENE" constant ValidSiteTypeEnumStudio (line 2634) | ValidSiteTypeEnumStudio ValidSiteTypeEnum = "STUDIO" type VoteStatusEnum (line 2686) | type VoteStatusEnum method IsValid (line 2708) | func (e VoteStatusEnum) IsValid() bool { method String (line 2716) | func (e VoteStatusEnum) String() string { method UnmarshalGQL (line 2720) | func (e *VoteStatusEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2733) | func (e VoteStatusEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2737) | func (e *VoteStatusEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2745) | func (e VoteStatusEnum) MarshalJSON() ([]byte, error) { constant VoteStatusEnumAccepted (line 2689) | VoteStatusEnumAccepted VoteStatusEnum = "ACCEPTED" constant VoteStatusEnumRejected (line 2690) | VoteStatusEnumRejected VoteStatusEnum = "REJECTED" constant VoteStatusEnumPending (line 2691) | VoteStatusEnumPending VoteStatusEnum = "PENDING" constant VoteStatusEnumImmediateAccepted (line 2692) | VoteStatusEnumImmediateAccepted VoteStatusEnum = "IMMEDIATE_ACCEPTED" constant VoteStatusEnumImmediateRejected (line 2693) | VoteStatusEnumImmediateRejected VoteStatusEnum = "IMMEDIATE_REJECTED" constant VoteStatusEnumFailed (line 2694) | VoteStatusEnumFailed VoteStatusEnum = "FAILED" constant VoteStatusEnumCanceled (line 2695) | VoteStatusEnumCanceled VoteStatusEnum = "CANCELED" type VoteTypeEnum (line 2751) | type VoteTypeEnum method IsValid (line 2771) | func (e VoteTypeEnum) IsValid() bool { method String (line 2779) | func (e VoteTypeEnum) String() string { method UnmarshalGQL (line 2783) | func (e *VoteTypeEnum) UnmarshalGQL(v any) error { method MarshalGQL (line 2796) | func (e VoteTypeEnum) MarshalGQL(w io.Writer) { method UnmarshalJSON (line 2800) | func (e *VoteTypeEnum) UnmarshalJSON(b []byte) error { method MarshalJSON (line 2808) | func (e VoteTypeEnum) MarshalJSON() ([]byte, error) { constant VoteTypeEnumAbstain (line 2754) | VoteTypeEnumAbstain VoteTypeEnum = "ABSTAIN" constant VoteTypeEnumAccept (line 2755) | VoteTypeEnumAccept VoteTypeEnum = "ACCEPT" constant VoteTypeEnumReject (line 2756) | VoteTypeEnumReject VoteTypeEnum = "REJECT" constant VoteTypeEnumImmediateAccept (line 2758) | VoteTypeEnumImmediateAccept VoteTypeEnum = "IMMEDIATE_ACCEPT" constant VoteTypeEnumImmediateReject (line 2760) | VoteTypeEnumImmediateReject VoteTypeEnum = "IMMEDIATE_REJECT" FILE: internal/models/model_draft.go type Draft (line 10) | type Draft struct method GetPerformerData (line 70) | func (e *Draft) GetPerformerData() (*PerformerDraft, error) { method GetSceneData (line 76) | func (e *Draft) GetSceneData() (*SceneDraft, error) { type DraftEntity (line 18) | type DraftEntity struct method IsSceneDraftTag (line 23) | func (DraftEntity) IsSceneDraftTag() {} method IsSceneDraftPerformer (line 24) | func (DraftEntity) IsSceneDraftPerformer() {} method IsSceneDraftStudio (line 25) | func (DraftEntity) IsSceneDraftStudio() {} type SceneDraft (line 27) | type SceneDraft struct method IsDraftData (line 43) | func (SceneDraft) IsDraftData() {} type PerformerDraft (line 45) | type PerformerDraft struct method IsDraftData (line 68) | func (PerformerDraft) IsDraftData() {} FILE: internal/models/model_edit.go type Edit (line 12) | type Edit struct method Accept (line 73) | func (e *Edit) Accept() { method ImmediateAccept (line 80) | func (e *Edit) ImmediateAccept() { method ImmediateReject (line 87) | func (e *Edit) ImmediateReject() { method Reject (line 93) | func (e *Edit) Reject() { method Fail (line 99) | func (e *Edit) Fail() { method Cancel (line 105) | func (e *Edit) Cancel() { method SetData (line 111) | func (e *Edit) SetData(data any) error { method GetData (line 129) | func (e *Edit) GetData() *EditData { method GetTagData (line 138) | func (e *Edit) GetTagData() (*TagEditData, error) { method GetPerformerData (line 144) | func (e *Edit) GetPerformerData() (*PerformerEditData, error) { method GetStudioData (line 150) | func (e *Edit) GetStudioData() (*StudioEditData, error) { method GetSceneData (line 156) | func (e *Edit) GetSceneData() (*SceneEditData, error) { method IsDestructive (line 162) | func (e *Edit) IsDestructive() bool { type EditComment (line 28) | type EditComment struct type EditVote (line 36) | type EditVote struct function NewEdit (line 43) | func NewEdit(id uuid.UUID, user *User, targetType TargetTypeEnum, input ... function NewEditComment (line 62) | func NewEditComment(id uuid.UUID, userID uuid.UUID, edit *Edit, text str... type EditData (line 123) | type EditData struct type TagEdit (line 180) | type TagEdit struct method IsEditDetails (line 189) | func (TagEdit) IsEditDetails() {} type TagEditData (line 191) | type TagEditData struct type PerformerEdit (line 197) | type PerformerEdit struct method IsEditDetails (line 229) | func (PerformerEdit) IsEditDetails() {} type PerformerEditData (line 231) | type PerformerEditData struct type StudioEdit (line 239) | type StudioEdit struct method IsEditDetails (line 252) | func (StudioEdit) IsEditDetails() {} type StudioEditData (line 254) | type StudioEditData struct type SceneEdit (line 260) | type SceneEdit struct method IsEditDetails (line 283) | func (SceneEdit) IsEditDetails() {} type SceneEditData (line 285) | type SceneEditData struct type EditQuery (line 291) | type EditQuery struct FILE: internal/models/model_image.go type Image (line 7) | type Image struct FILE: internal/models/model_invite_key.go type InviteKey (line 10) | type InviteKey struct method String (line 18) | func (p InviteKey) String() string { FILE: internal/models/model_mod_audit.go type ModAudit (line 10) | type ModAudit struct type ModAuditQuery (line 21) | type ModAuditQuery struct type EditAmendmentAuditData (line 25) | type EditAmendmentAuditData struct FILE: internal/models/model_notification.go type Notification (line 9) | type Notification struct type QueryNotificationsResult (line 17) | type QueryNotificationsResult struct function GetDefaultNotificationSubscriptions (line 30) | func GetDefaultNotificationSubscriptions() []NotificationEnum { FILE: internal/models/model_performer.go type Performer (line 11) | type Performer struct method IsSceneDraftPerformer (line 35) | func (Performer) IsSceneDraftPerformer() {} method IsEditTarget (line 36) | func (p *Performer) IsEditTarget() {} method IsDeleted (line 63) | func (p Performer) IsDeleted() bool { method CopyFromPerformerEdit (line 67) | func (p *Performer) CopyFromPerformerEdit(input PerformerEdit, old Per... method ValidateModifyEdit (line 87) | func (p *Performer) ValidateModifyEdit(edit PerformerEditData) error { type PerformerQuery (line 38) | type PerformerQuery struct type GenderFacet (line 44) | type GenderFacet struct type PerformerSearchFacets (line 49) | type PerformerSearchFacets struct type PerformerSearchResults (line 53) | type PerformerSearchResults struct type QueryExistingPerformerResult (line 59) | type QueryExistingPerformerResult struct FILE: internal/models/model_scene.go type Scene (line 11) | type Scene struct method IsEditTarget (line 26) | func (s *Scene) IsEditTarget() {} method IsDeleted (line 53) | func (s Scene) IsDeleted() bool { method CopyFromSceneEdit (line 57) | func (s *Scene) CopyFromSceneEdit(input SceneEdit, old *SceneEdit) { method ValidateModifyEdit (line 68) | func (s *Scene) ValidateModifyEdit(edit SceneEditData) error { type SceneFingerprint (line 28) | type SceneFingerprint struct type SceneQuery (line 38) | type SceneQuery struct type SceneSearchResults (line 44) | type SceneSearchResults struct type QueryExistingSceneResult (line 49) | type QueryExistingSceneResult struct type PerformerScene (line 93) | type PerformerScene struct FILE: internal/models/model_site.go type Site (line 9) | type Site struct FILE: internal/models/model_studio.go type Studio (line 11) | type Studio struct method IsSceneDraftStudio (line 20) | func (Studio) IsSceneDraftStudio() {} method IsEditTarget (line 21) | func (s *Studio) IsEditTarget() {} method IsDeleted (line 23) | func (s Studio) IsDeleted() bool { method CopyFromStudioEdit (line 27) | func (s *Studio) CopyFromStudioEdit(input StudioEdit, existing *Studio... method ValidateModifyEdit (line 32) | func (s *Studio) ValidateModifyEdit(edit StudioEditData) error { FILE: internal/models/model_tag.go type Tag (line 11) | type Tag struct method IsSceneDraftTag (line 21) | func (Tag) IsSceneDraftTag() {} method IsEditTarget (line 22) | func (t *Tag) IsEditTarget() {} method IsDeleted (line 24) | func (t Tag) IsDeleted() bool { method CopyFromTagEdit (line 28) | func (t *Tag) CopyFromTagEdit(input TagEdit, existing *TagEdit) { method ValidateModifyEdit (line 34) | func (t *Tag) ValidateModifyEdit(edit TagEditData) error { FILE: internal/models/model_tag_category.go type TagCategory (line 9) | type TagCategory struct FILE: internal/models/model_user.go type User (line 10) | type User struct method SetPasswordHash (line 24) | func (p *User) SetPasswordHash(pw string) error { method IsPasswordCorrect (line 37) | func (p User) IsPasswordCorrect(pw string) bool { FILE: internal/models/model_user_tokens.go constant UserTokenTypeNewUser (line 12) | UserTokenTypeNewUser = "NEW_USER" constant UserTokenTypeResetPassword (line 13) | UserTokenTypeResetPassword = "RESET_PASSWORD" constant UserTokenTypeConfirmOldEmail (line 14) | UserTokenTypeConfirmOldEmail = "CONFIRM_OLD_EMAIL" constant UserTokenTypeConfirmNewEmail (line 15) | UserTokenTypeConfirmNewEmail = "CONFIRM_NEW_EMAIL" type UserToken (line 18) | type UserToken struct method SetData (line 26) | func (t *UserToken) SetData(data interface{}) error { method GetNewUserTokenData (line 40) | func (t *UserToken) GetNewUserTokenData() (*NewUserTokenData, error) { method GetUserTokenData (line 50) | func (t *UserToken) GetUserTokenData() (*UserTokenData, error) { method GetChangeEmailTokenData (line 61) | func (t *UserToken) GetChangeEmailTokenData() (*ChangeEmailTokenData, ... type NewUserTokenData (line 35) | type NewUserTokenData struct type UserTokenData (line 46) | type UserTokenData struct type ChangeEmailTokenData (line 56) | type ChangeEmailTokenData struct FILE: internal/models/scalars.go type ID (line 13) | type ID function MarshalID (line 16) | func MarshalID(id uuid.UUID) graphql.Marshaler { function UnmarshalID (line 26) | func UnmarshalID(v any) (uuid.UUID, error) { type FingerprintHash (line 38) | type FingerprintHash method Int64 (line 40) | func (h FingerprintHash) Int64() int64 { method Hex (line 45) | func (h FingerprintHash) Hex() string { method MarshalJSON (line 50) | func (h FingerprintHash) MarshalJSON() ([]byte, error) { method UnmarshalJSON (line 55) | func (h *FingerprintHash) UnmarshalJSON(data []byte) error { function MarshalFingerprintHash (line 66) | func MarshalFingerprintHash(h FingerprintHash) graphql.Marshaler { function UnmarshalFingerprintHash (line 77) | func UnmarshalFingerprintHash(v any) (FingerprintHash, error) { FILE: internal/models/translate.go type editDiff (line 13) | type editDiff struct method string (line 21) | func (d *editDiff) string(oldVal *string, newVal *string) (oldOut *str... method int (line 35) | func (d *editDiff) int(oldVal *int, newVal *int) (oldOut *int, newOut ... method nullUUID (line 47) | func (d *editDiff) nullUUID(oldVal uuid.NullUUID, newVal *uuid.UUID) (... method enum (line 59) | func (d *editDiff) enum(oldVal stringEnum, newVal stringEnum) (oldOut ... type stringEnum (line 16) | type stringEnum interface function ValidateFuzzyString (line 79) | func ValidateFuzzyString(date *string) error { FILE: internal/models/url.go type URL (line 5) | type URL struct FILE: internal/models/validator/validator.go type StringEnum (line 10) | type StringEnum interface type ErrEditPrerequisiteFailed (line 15) | type ErrEditPrerequisiteFailed struct method Error (line 21) | func (e *ErrEditPrerequisiteFailed) Error() string { function newError (line 33) | func newError(field string, expected interface{}, actual interface{}) er... function String (line 38) | func String(field string, old *string, current string) error { function StringPtr (line 46) | func StringPtr(field string, old *string, current *string) error { function IntPtr (line 56) | func IntPtr(field string, old *int, current *int) error { function UUID (line 66) | func UUID(field string, old *uuid.UUID, current uuid.NullUUID) error { function EnumPtr (line 78) | func EnumPtr[T StringEnum](field string, old *string, current *T) error { FILE: internal/queries/copyfrom.go type iteratorForCreatePerformerAliases (line 13) | type iteratorForCreatePerformerAliases struct method Next (line 18) | func (r *iteratorForCreatePerformerAliases) Next() bool { method Values (line 30) | func (r iteratorForCreatePerformerAliases) Values() ([]interface{}, er... method Err (line 37) | func (r iteratorForCreatePerformerAliases) Err() error { method CreatePerformerAliases (line 41) | func (q *Queries) CreatePerformerAliases(ctx context.Context, arg []Crea... type iteratorForCreatePerformerImages (line 46) | type iteratorForCreatePerformerImages struct method Next (line 51) | func (r *iteratorForCreatePerformerImages) Next() bool { method Values (line 63) | func (r iteratorForCreatePerformerImages) Values() ([]interface{}, err... method Err (line 70) | func (r iteratorForCreatePerformerImages) Err() error { method CreatePerformerImages (line 74) | func (q *Queries) CreatePerformerImages(ctx context.Context, arg []Creat... type iteratorForCreatePerformerPiercings (line 79) | type iteratorForCreatePerformerPiercings struct method Next (line 84) | func (r *iteratorForCreatePerformerPiercings) Next() bool { method Values (line 96) | func (r iteratorForCreatePerformerPiercings) Values() ([]interface{}, ... method Err (line 104) | func (r iteratorForCreatePerformerPiercings) Err() error { method CreatePerformerPiercings (line 108) | func (q *Queries) CreatePerformerPiercings(ctx context.Context, arg []Cr... type iteratorForCreatePerformerTattoos (line 113) | type iteratorForCreatePerformerTattoos struct method Next (line 118) | func (r *iteratorForCreatePerformerTattoos) Next() bool { method Values (line 130) | func (r iteratorForCreatePerformerTattoos) Values() ([]interface{}, er... method Err (line 138) | func (r iteratorForCreatePerformerTattoos) Err() error { method CreatePerformerTattoos (line 142) | func (q *Queries) CreatePerformerTattoos(ctx context.Context, arg []Crea... type iteratorForCreatePerformerURLs (line 147) | type iteratorForCreatePerformerURLs struct method Next (line 152) | func (r *iteratorForCreatePerformerURLs) Next() bool { method Values (line 164) | func (r iteratorForCreatePerformerURLs) Values() ([]interface{}, error) { method Err (line 172) | func (r iteratorForCreatePerformerURLs) Err() error { method CreatePerformerURLs (line 176) | func (q *Queries) CreatePerformerURLs(ctx context.Context, arg []CreateP... type iteratorForCreateSceneFingerprints (line 181) | type iteratorForCreateSceneFingerprints struct method Next (line 186) | func (r *iteratorForCreateSceneFingerprints) Next() bool { method Values (line 198) | func (r iteratorForCreateSceneFingerprints) Values() ([]interface{}, e... method Err (line 207) | func (r iteratorForCreateSceneFingerprints) Err() error { method CreateSceneFingerprints (line 211) | func (q *Queries) CreateSceneFingerprints(ctx context.Context, arg []Cre... type iteratorForCreateSceneImages (line 216) | type iteratorForCreateSceneImages struct method Next (line 221) | func (r *iteratorForCreateSceneImages) Next() bool { method Values (line 233) | func (r iteratorForCreateSceneImages) Values() ([]interface{}, error) { method Err (line 240) | func (r iteratorForCreateSceneImages) Err() error { method CreateSceneImages (line 244) | func (q *Queries) CreateSceneImages(ctx context.Context, arg []CreateSce... type iteratorForCreateScenePerformers (line 249) | type iteratorForCreateScenePerformers struct method Next (line 254) | func (r *iteratorForCreateScenePerformers) Next() bool { method Values (line 266) | func (r iteratorForCreateScenePerformers) Values() ([]interface{}, err... method Err (line 274) | func (r iteratorForCreateScenePerformers) Err() error { method CreateScenePerformers (line 279) | func (q *Queries) CreateScenePerformers(ctx context.Context, arg []Creat... type iteratorForCreateSceneTags (line 284) | type iteratorForCreateSceneTags struct method Next (line 289) | func (r *iteratorForCreateSceneTags) Next() bool { method Values (line 301) | func (r iteratorForCreateSceneTags) Values() ([]interface{}, error) { method Err (line 308) | func (r iteratorForCreateSceneTags) Err() error { method CreateSceneTags (line 313) | func (q *Queries) CreateSceneTags(ctx context.Context, arg []CreateScene... type iteratorForCreateSceneURLs (line 318) | type iteratorForCreateSceneURLs struct method Next (line 323) | func (r *iteratorForCreateSceneURLs) Next() bool { method Values (line 335) | func (r iteratorForCreateSceneURLs) Values() ([]interface{}, error) { method Err (line 343) | func (r iteratorForCreateSceneURLs) Err() error { method CreateSceneURLs (line 348) | func (q *Queries) CreateSceneURLs(ctx context.Context, arg []CreateScene... type iteratorForCreateStudioAliases (line 353) | type iteratorForCreateStudioAliases struct method Next (line 358) | func (r *iteratorForCreateStudioAliases) Next() bool { method Values (line 370) | func (r iteratorForCreateStudioAliases) Values() ([]interface{}, error) { method Err (line 377) | func (r iteratorForCreateStudioAliases) Err() error { method CreateStudioAliases (line 382) | func (q *Queries) CreateStudioAliases(ctx context.Context, arg []CreateS... type iteratorForCreateStudioImages (line 387) | type iteratorForCreateStudioImages struct method Next (line 392) | func (r *iteratorForCreateStudioImages) Next() bool { method Values (line 404) | func (r iteratorForCreateStudioImages) Values() ([]interface{}, error) { method Err (line 411) | func (r iteratorForCreateStudioImages) Err() error { method CreateStudioImages (line 416) | func (q *Queries) CreateStudioImages(ctx context.Context, arg []CreateSt... type iteratorForCreateStudioURLs (line 421) | type iteratorForCreateStudioURLs struct method Next (line 426) | func (r *iteratorForCreateStudioURLs) Next() bool { method Values (line 438) | func (r iteratorForCreateStudioURLs) Values() ([]interface{}, error) { method Err (line 446) | func (r iteratorForCreateStudioURLs) Err() error { method CreateStudioURLs (line 451) | func (q *Queries) CreateStudioURLs(ctx context.Context, arg []CreateStud... type iteratorForCreateTagAliases (line 456) | type iteratorForCreateTagAliases struct method Next (line 461) | func (r *iteratorForCreateTagAliases) Next() bool { method Values (line 473) | func (r iteratorForCreateTagAliases) Values() ([]interface{}, error) { method Err (line 480) | func (r iteratorForCreateTagAliases) Err() error { method CreateTagAliases (line 485) | func (q *Queries) CreateTagAliases(ctx context.Context, arg []CreateTagA... type iteratorForCreateUserNotificationSubscriptions (line 490) | type iteratorForCreateUserNotificationSubscriptions struct method Next (line 495) | func (r *iteratorForCreateUserNotificationSubscriptions) Next() bool { method Values (line 507) | func (r iteratorForCreateUserNotificationSubscriptions) Values() ([]in... method Err (line 514) | func (r iteratorForCreateUserNotificationSubscriptions) Err() error { method CreateUserNotificationSubscriptions (line 519) | func (q *Queries) CreateUserNotificationSubscriptions(ctx context.Contex... type iteratorForCreateUserRoles (line 524) | type iteratorForCreateUserRoles struct method Next (line 529) | func (r *iteratorForCreateUserRoles) Next() bool { method Values (line 541) | func (r iteratorForCreateUserRoles) Values() ([]interface{}, error) { method Err (line 548) | func (r iteratorForCreateUserRoles) Err() error { method CreateUserRoles (line 553) | func (q *Queries) CreateUserRoles(ctx context.Context, arg []CreateUserR... FILE: internal/queries/db.go type DBTX (line 14) | type DBTX interface function New (line 21) | func New(db DBTX) *Queries { type Queries (line 25) | type Queries struct method WithTx (line 29) | func (q *Queries) WithTx(tx pgx.Tx) *Queries { FILE: internal/queries/draft.sql.go constant createDraft (line 15) | createDraft = `-- name: CreateDraft :one type CreateDraftParams (line 22) | type CreateDraftParams struct method CreateDraft (line 30) | func (q *Queries) CreateDraft(ctx context.Context, arg CreateDraftParams... constant deleteDraft (line 48) | deleteDraft = `-- name: DeleteDraft :exec method DeleteDraft (line 52) | func (q *Queries) DeleteDraft(ctx context.Context, id uuid.UUID) error { constant deleteExpiredDrafts (line 57) | deleteExpiredDrafts = `-- name: DeleteExpiredDrafts :exec method DeleteExpiredDrafts (line 61) | func (q *Queries) DeleteExpiredDrafts(ctx context.Context, dollar_1 inte... constant findDraft (line 66) | findDraft = `-- name: FindDraft :one method FindDraft (line 70) | func (q *Queries) FindDraft(ctx context.Context, id uuid.UUID) (Draft, e... constant findDraftsByUser (line 83) | findDraftsByUser = `-- name: FindDraftsByUser :many method FindDraftsByUser (line 87) | func (q *Queries) FindDraftsByUser(ctx context.Context, userID uuid.UUID... FILE: internal/queries/edit.sql.go constant cancelUserEdits (line 15) | cancelUserEdits = `-- name: CancelUserEdits :exec method CancelUserEdits (line 19) | func (q *Queries) CancelUserEdits(ctx context.Context, userID uuid.NullU... constant createEdit (line 24) | createEdit = `-- name: CreateEdit :one type CreateEditParams (line 34) | type CreateEditParams struct method CreateEdit (line 47) | func (q *Queries) CreateEdit(ctx context.Context, arg CreateEditParams) ... constant createEditComment (line 78) | createEditComment = `-- name: CreateEditComment :one type CreateEditCommentParams (line 85) | type CreateEditCommentParams struct method CreateEditComment (line 93) | func (q *Queries) CreateEditComment(ctx context.Context, arg CreateEditC... constant createEditVote (line 111) | createEditVote = `-- name: CreateEditVote :exec type CreateEditVoteParams (line 118) | type CreateEditVoteParams struct method CreateEditVote (line 125) | func (q *Queries) CreateEditVote(ctx context.Context, arg CreateEditVote... constant createPerformerEdit (line 130) | createPerformerEdit = `-- name: CreatePerformerEdit :exec type CreatePerformerEditParams (line 134) | type CreatePerformerEditParams struct method CreatePerformerEdit (line 139) | func (q *Queries) CreatePerformerEdit(ctx context.Context, arg CreatePer... constant createSceneEdit (line 144) | createSceneEdit = `-- name: CreateSceneEdit :exec type CreateSceneEditParams (line 148) | type CreateSceneEditParams struct method CreateSceneEdit (line 153) | func (q *Queries) CreateSceneEdit(ctx context.Context, arg CreateSceneEd... constant createStudioEdit (line 158) | createStudioEdit = `-- name: CreateStudioEdit :exec type CreateStudioEditParams (line 162) | type CreateStudioEditParams struct method CreateStudioEdit (line 167) | func (q *Queries) CreateStudioEdit(ctx context.Context, arg CreateStudio... constant createTagEdit (line 172) | createTagEdit = `-- name: CreateTagEdit :exec type CreateTagEditParams (line 176) | type CreateTagEditParams struct method CreateTagEdit (line 181) | func (q *Queries) CreateTagEdit(ctx context.Context, arg CreateTagEditPa... constant deleteEdit (line 186) | deleteEdit = `-- name: DeleteEdit :exec method DeleteEdit (line 190) | func (q *Queries) DeleteEdit(ctx context.Context, id uuid.UUID) error { constant findCompletedEdits (line 195) | findCompletedEdits = `-- name: FindCompletedEdits :many type FindCompletedEditsParams (line 213) | type FindCompletedEditsParams struct method FindCompletedEdits (line 223) | func (q *Queries) FindCompletedEdits(ctx context.Context, arg FindComple... constant findEdit (line 257) | findEdit = `-- name: FindEdit :one method FindEdit (line 261) | func (q *Queries) FindEdit(ctx context.Context, id uuid.UUID) (Edit, err... constant findPendingPerformerCreation (line 282) | findPendingPerformerCreation = `-- name: FindPendingPerformerCreation :many type FindPendingPerformerCreationParams (line 293) | type FindPendingPerformerCreationParams struct method FindPendingPerformerCreation (line 298) | func (q *Queries) FindPendingPerformerCreation(ctx context.Context, arg ... constant findPendingSceneCreation (line 332) | findPendingSceneCreation = `-- name: FindPendingSceneCreation :many type FindPendingSceneCreationParams (line 345) | type FindPendingSceneCreationParams struct method FindPendingSceneCreation (line 351) | func (q *Queries) FindPendingSceneCreation(ctx context.Context, arg Find... constant getEditComments (line 385) | getEditComments = `-- name: GetEditComments :many method GetEditComments (line 389) | func (q *Queries) GetEditComments(ctx context.Context, editID uuid.UUID)... constant getEditCommentsByIds (line 415) | getEditCommentsByIds = `-- name: GetEditCommentsByIds :many method GetEditCommentsByIds (line 419) | func (q *Queries) GetEditCommentsByIds(ctx context.Context, dollar_1 []u... constant getEditPerformerAliases (line 445) | getEditPerformerAliases = `-- name: GetEditPerformerAliases :many method GetEditPerformerAliases (line 461) | func (q *Queries) GetEditPerformerAliases(ctx context.Context, id uuid.U... constant getEditPerformerPiercings (line 481) | getEditPerformerPiercings = `-- name: GetEditPerformerPiercings :many type GetEditPerformerPiercingsRow (line 513) | type GetEditPerformerPiercingsRow struct method GetEditPerformerPiercings (line 518) | func (q *Queries) GetEditPerformerPiercings(ctx context.Context, id uuid... constant getEditPerformerTattoos (line 538) | getEditPerformerTattoos = `-- name: GetEditPerformerTattoos :many type GetEditPerformerTattoosRow (line 570) | type GetEditPerformerTattoosRow struct method GetEditPerformerTattoos (line 575) | func (q *Queries) GetEditPerformerTattoos(ctx context.Context, id uuid.U... constant getEditTargetID (line 595) | getEditTargetID = `-- name: GetEditTargetID :one type GetEditTargetIDRow (line 610) | type GetEditTargetIDRow struct method GetEditTargetID (line 615) | func (q *Queries) GetEditTargetID(ctx context.Context, id uuid.UUID) (Ge... constant getEditVotes (line 622) | getEditVotes = `-- name: GetEditVotes :many method GetEditVotes (line 626) | func (q *Queries) GetEditVotes(ctx context.Context, editID uuid.UUID) ([... constant getEditsByIds (line 651) | getEditsByIds = `-- name: GetEditsByIds :many method GetEditsByIds (line 655) | func (q *Queries) GetEditsByIds(ctx context.Context, dollar_1 []uuid.UUI... constant getEditsByPerformer (line 689) | getEditsByPerformer = `-- name: GetEditsByPerformer :many method GetEditsByPerformer (line 696) | func (q *Queries) GetEditsByPerformer(ctx context.Context, performerID u... constant getEditsByScene (line 730) | getEditsByScene = `-- name: GetEditsByScene :many method GetEditsByScene (line 737) | func (q *Queries) GetEditsByScene(ctx context.Context, sceneID uuid.UUID... constant getEditsByStudio (line 771) | getEditsByStudio = `-- name: GetEditsByStudio :many method GetEditsByStudio (line 778) | func (q *Queries) GetEditsByStudio(ctx context.Context, studioID uuid.UU... constant getEditsByTag (line 812) | getEditsByTag = `-- name: GetEditsByTag :many method GetEditsByTag (line 819) | func (q *Queries) GetEditsByTag(ctx context.Context, tagID uuid.UUID) ([... constant getImagesForEdit (line 853) | getImagesForEdit = `-- name: GetImagesForEdit :many method GetImagesForEdit (line 889) | func (q *Queries) GetImagesForEdit(ctx context.Context, id uuid.UUID) ([... constant getMergedPerformersForEdit (line 915) | getMergedPerformersForEdit = `-- name: GetMergedPerformersForEdit :many type GetMergedPerformersForEditRow (line 949) | type GetMergedPerformersForEditRow struct method GetMergedPerformersForEdit (line 955) | func (q *Queries) GetMergedPerformersForEdit(ctx context.Context, id uui... constant getMergedStudioAliasesForEdit (line 998) | getMergedStudioAliasesForEdit = `-- name: GetMergedStudioAliasesForEdit ... method GetMergedStudioAliasesForEdit (line 1016) | func (q *Queries) GetMergedStudioAliasesForEdit(ctx context.Context, id ... constant getMergedTagAliasesForEdit (line 1036) | getMergedTagAliasesForEdit = `-- name: GetMergedTagAliasesForEdit :many method GetMergedTagAliasesForEdit (line 1053) | func (q *Queries) GetMergedTagAliasesForEdit(ctx context.Context, id uui... constant getMergedTagsForEdit (line 1073) | getMergedTagsForEdit = `-- name: GetMergedTagsForEdit :many method GetMergedTagsForEdit (line 1104) | func (q *Queries) GetMergedTagsForEdit(ctx context.Context, id uuid.UUID... constant getMergedURLsForEdit (line 1132) | getMergedURLsForEdit = `-- name: GetMergedURLsForEdit :many type GetMergedURLsForEditRow (line 1174) | type GetMergedURLsForEditRow struct method GetMergedURLsForEdit (line 1182) | func (q *Queries) GetMergedURLsForEdit(ctx context.Context, id uuid.UUID... constant resetVotes (line 1202) | resetVotes = `-- name: ResetVotes :exec method ResetVotes (line 1208) | func (q *Queries) ResetVotes(ctx context.Context, editID uuid.UUID) error { constant updateEdit (line 1213) | updateEdit = `-- name: UpdateEdit :one type UpdateEditParams (line 1221) | type UpdateEditParams struct method UpdateEdit (line 1231) | func (q *Queries) UpdateEdit(ctx context.Context, arg UpdateEditParams) ... constant updateEditData (line 1260) | updateEditData = `-- name: UpdateEditData :one type UpdateEditDataParams (line 1264) | type UpdateEditDataParams struct method UpdateEditData (line 1269) | func (q *Queries) UpdateEditData(ctx context.Context, arg UpdateEditData... FILE: internal/queries/fingerprint.sql.go constant createFingerprint (line 15) | createFingerprint = `-- name: CreateFingerprint :one type CreateFingerprintParams (line 22) | type CreateFingerprintParams struct method CreateFingerprint (line 28) | func (q *Queries) CreateFingerprint(ctx context.Context, arg CreateFinge... constant createOrReplaceFingerprint (line 35) | createOrReplaceFingerprint = `-- name: CreateOrReplaceFingerprint :exec type CreateOrReplaceFingerprintParams (line 44) | type CreateOrReplaceFingerprintParams struct method CreateOrReplaceFingerprint (line 52) | func (q *Queries) CreateOrReplaceFingerprint(ctx context.Context, arg Cr... type CreateSceneFingerprintsParams (line 63) | type CreateSceneFingerprintsParams struct constant deleteAllSceneFingerprintSubmissions (line 70) | deleteAllSceneFingerprintSubmissions = `-- name: DeleteAllSceneFingerpri... type DeleteAllSceneFingerprintSubmissionsParams (line 79) | type DeleteAllSceneFingerprintSubmissionsParams struct method DeleteAllSceneFingerprintSubmissions (line 85) | func (q *Queries) DeleteAllSceneFingerprintSubmissions(ctx context.Conte... constant deleteSceneFingerprint (line 93) | deleteSceneFingerprint = `-- name: DeleteSceneFingerprint :exec type DeleteSceneFingerprintParams (line 103) | type DeleteSceneFingerprintParams struct method DeleteSceneFingerprint (line 110) | func (q *Queries) DeleteSceneFingerprint(ctx context.Context, arg Delete... constant deleteSceneFingerprintsByScene (line 120) | deleteSceneFingerprintsByScene = `-- name: DeleteSceneFingerprintsByScen... method DeleteSceneFingerprintsByScene (line 124) | func (q *Queries) DeleteSceneFingerprintsByScene(ctx context.Context, sc... constant getAllFingerprints (line 129) | getAllFingerprints = `-- name: GetAllFingerprints :many type GetAllFingerprintsParams (line 150) | type GetAllFingerprintsParams struct type GetAllFingerprintsRow (line 156) | type GetAllFingerprintsRow struct method GetAllFingerprints (line 172) | func (q *Queries) GetAllFingerprints(ctx context.Context, arg GetAllFing... constant getAllSceneFingerprints (line 204) | getAllSceneFingerprints = `-- name: GetAllSceneFingerprints :many type GetAllSceneFingerprintsRow (line 212) | type GetAllSceneFingerprintsRow struct method GetAllSceneFingerprints (line 220) | func (q *Queries) GetAllSceneFingerprints(ctx context.Context, sceneID u... constant getFingerprint (line 246) | getFingerprint = `-- name: GetFingerprint :one type GetFingerprintParams (line 250) | type GetFingerprintParams struct method GetFingerprint (line 255) | func (q *Queries) GetFingerprint(ctx context.Context, arg GetFingerprint... constant moveSceneFingerprintSubmissions (line 262) | moveSceneFingerprintSubmissions = `-- name: MoveSceneFingerprintSubmissi... type MoveSceneFingerprintSubmissionsParams (line 285) | type MoveSceneFingerprintSubmissionsParams struct method MoveSceneFingerprintSubmissions (line 292) | func (q *Queries) MoveSceneFingerprintSubmissions(ctx context.Context, a... constant submittedHashExists (line 305) | submittedHashExists = `-- name: SubmittedHashExists :one type SubmittedHashExistsParams (line 315) | type SubmittedHashExistsParams struct method SubmittedHashExists (line 321) | func (q *Queries) SubmittedHashExists(ctx context.Context, arg Submitted... FILE: internal/queries/helpers.go method DB (line 4) | func (q *Queries) DB() DBTX { FILE: internal/queries/image.sql.go constant createImage (line 14) | createImage = `-- name: CreateImage :one type CreateImageParams (line 21) | type CreateImageParams struct method CreateImage (line 30) | func (q *Queries) CreateImage(ctx context.Context, arg CreateImageParams... constant deleteImage (line 49) | deleteImage = `-- name: DeleteImage :exec method DeleteImage (line 53) | func (q *Queries) DeleteImage(ctx context.Context, id uuid.UUID) error { constant findImage (line 58) | findImage = `-- name: FindImage :one method FindImage (line 62) | func (q *Queries) FindImage(ctx context.Context, id uuid.UUID) (Image, e... constant findImageByChecksum (line 75) | findImageByChecksum = `-- name: FindImageByChecksum :one method FindImageByChecksum (line 79) | func (q *Queries) FindImageByChecksum(ctx context.Context, checksum stri... constant findImageIdsByPerformerIds (line 92) | findImageIdsByPerformerIds = `-- name: FindImageIdsByPerformerIds :many method FindImageIdsByPerformerIds (line 98) | func (q *Queries) FindImageIdsByPerformerIds(ctx context.Context, dollar... constant findImageIdsBySceneIds (line 118) | findImageIdsBySceneIds = `-- name: FindImageIdsBySceneIds :many method FindImageIdsBySceneIds (line 124) | func (q *Queries) FindImageIdsBySceneIds(ctx context.Context, dollar_1 [... constant findImageIdsByStudioIds (line 144) | findImageIdsByStudioIds = `-- name: FindImageIdsByStudioIds :many method FindImageIdsByStudioIds (line 150) | func (q *Queries) FindImageIdsByStudioIds(ctx context.Context, dollar_1 ... constant findImagesByIds (line 170) | findImagesByIds = `-- name: FindImagesByIds :many method FindImagesByIds (line 174) | func (q *Queries) FindImagesByIds(ctx context.Context, dollar_1 []uuid.U... constant findImagesBySceneID (line 200) | findImagesBySceneID = `-- name: FindImagesBySceneID :many method FindImagesBySceneID (line 207) | func (q *Queries) FindImagesBySceneID(ctx context.Context, id uuid.UUID)... constant findImagesByStudioID (line 233) | findImagesByStudioID = `-- name: FindImagesByStudioID :many method FindImagesByStudioID (line 240) | func (q *Queries) FindImagesByStudioID(ctx context.Context, id uuid.UUID... constant findUnusedImages (line 266) | findUnusedImages = `-- name: FindUnusedImages :many method FindUnusedImages (line 288) | func (q *Queries) FindUnusedImages(ctx context.Context) ([]Image, error) { constant isImageUnused (line 314) | isImageUnused = `-- name: IsImageUnused :one method IsImageUnused (line 336) | func (q *Queries) IsImageUnused(ctx context.Context, id uuid.UUID) (bool... FILE: internal/queries/invite_key.sql.go constant createInviteKey (line 15) | createInviteKey = `-- name: CreateInviteKey :one type CreateInviteKeyParams (line 22) | type CreateInviteKeyParams struct method CreateInviteKey (line 30) | func (q *Queries) CreateInviteKey(ctx context.Context, arg CreateInviteK... constant deleteInviteKey (line 48) | deleteInviteKey = `-- name: DeleteInviteKey :exec method DeleteInviteKey (line 52) | func (q *Queries) DeleteInviteKey(ctx context.Context, id uuid.UUID) err... constant destroyExpiredInvites (line 57) | destroyExpiredInvites = `-- name: DestroyExpiredInvites :exec method DestroyExpiredInvites (line 61) | func (q *Queries) DestroyExpiredInvites(ctx context.Context) error { constant findActiveInviteKeysForUser (line 66) | findActiveInviteKeysForUser = `-- name: FindActiveInviteKeysForUser :many method FindActiveInviteKeysForUser (line 79) | func (q *Queries) FindActiveInviteKeysForUser(ctx context.Context, gener... constant findInviteKey (line 105) | findInviteKey = `-- name: FindInviteKey :one method FindInviteKey (line 109) | func (q *Queries) FindInviteKey(ctx context.Context, id uuid.UUID) (Invi... constant inviteKeyUsed (line 122) | inviteKeyUsed = `-- name: InviteKeyUsed :one method InviteKeyUsed (line 129) | func (q *Queries) InviteKeyUsed(ctx context.Context, id uuid.UUID) (*int... FILE: internal/queries/mod_audit.sql.go constant createModAudit (line 15) | createModAudit = `-- name: CreateModAudit :one type CreateModAuditParams (line 23) | type CreateModAuditParams struct method CreateModAudit (line 33) | func (q *Queries) CreateModAudit(ctx context.Context, arg CreateModAudit... constant deleteExpiredModAudits (line 57) | deleteExpiredModAudits = `-- name: DeleteExpiredModAudits :exec method DeleteExpiredModAudits (line 62) | func (q *Queries) DeleteExpiredModAudits(ctx context.Context, dollar_1 i... constant getModAuditCount (line 67) | getModAuditCount = `-- name: GetModAuditCount :one type GetModAuditCountParams (line 73) | type GetModAuditCountParams struct method GetModAuditCount (line 78) | func (q *Queries) GetModAuditCount(ctx context.Context, arg GetModAuditC... constant queryModAudits (line 85) | queryModAudits = `-- name: QueryModAudits :many type QueryModAuditsParams (line 93) | type QueryModAuditsParams struct method QueryModAudits (line 100) | func (q *Queries) QueryModAudits(ctx context.Context, arg QueryModAudits... FILE: internal/queries/models.go type ModAuditAction (line 17) | type ModAuditAction method Scan (line 24) | func (e *ModAuditAction) Scan(src interface{}) error { constant ModAuditActionEDITDELETE (line 20) | ModAuditActionEDITDELETE ModAuditAction = "EDIT_DELETE" constant ModAuditActionEDITAMENDMENT (line 21) | ModAuditActionEDITAMENDMENT ModAuditAction = "EDIT_AMENDMENT" type NullModAuditAction (line 36) | type NullModAuditAction struct method Scan (line 42) | func (ns *NullModAuditAction) Scan(value interface{}) error { method Value (line 52) | func (ns NullModAuditAction) Value() (driver.Value, error) { type NotificationType (line 59) | type NotificationType method Scan (line 75) | func (e *NotificationType) Scan(src interface{}) error { constant NotificationTypeFAVORITEPERFORMERSCENE (line 62) | NotificationTypeFAVORITEPERFORMERSCENE NotificationType = "FAVORITE_PERF... constant NotificationTypeFAVORITEPERFORMEREDIT (line 63) | NotificationTypeFAVORITEPERFORMEREDIT NotificationType = "FAVORITE_PERF... constant NotificationTypeFAVORITESTUDIOSCENE (line 64) | NotificationTypeFAVORITESTUDIOSCENE NotificationType = "FAVORITE_STUD... constant NotificationTypeFAVORITESTUDIOEDIT (line 65) | NotificationTypeFAVORITESTUDIOEDIT NotificationType = "FAVORITE_STUD... constant NotificationTypeCOMMENTOWNEDIT (line 66) | NotificationTypeCOMMENTOWNEDIT NotificationType = "COMMENT_OWN_E... constant NotificationTypeDOWNVOTEOWNEDIT (line 67) | NotificationTypeDOWNVOTEOWNEDIT NotificationType = "DOWNVOTE_OWN_... constant NotificationTypeFAILEDOWNEDIT (line 68) | NotificationTypeFAILEDOWNEDIT NotificationType = "FAILED_OWN_EDIT" constant NotificationTypeCOMMENTCOMMENTEDEDIT (line 69) | NotificationTypeCOMMENTCOMMENTEDEDIT NotificationType = "COMMENT_COMME... constant NotificationTypeCOMMENTVOTEDEDIT (line 70) | NotificationTypeCOMMENTVOTEDEDIT NotificationType = "COMMENT_VOTED... constant NotificationTypeUPDATEDEDIT (line 71) | NotificationTypeUPDATEDEDIT NotificationType = "UPDATED_EDIT" constant NotificationTypeFINGERPRINTEDSCENEEDIT (line 72) | NotificationTypeFINGERPRINTEDSCENEEDIT NotificationType = "FINGERPRINTED... type NullNotificationType (line 87) | type NullNotificationType struct method Scan (line 93) | func (ns *NullNotificationType) Scan(value interface{}) error { method Value (line 103) | func (ns NullNotificationType) Value() (driver.Value, error) { type Draft (line 110) | type Draft struct type Edit (line 118) | type Edit struct type EditComment (line 134) | type EditComment struct type EditVote (line 142) | type EditVote struct type Fingerprint (line 149) | type Fingerprint struct type Image (line 155) | type Image struct type InviteKey (line 163) | type InviteKey struct type ModAudit (line 171) | type ModAudit struct type Notification (line 182) | type Notification struct type Performer (line 190) | type Performer struct type PerformerAlias (line 214) | type PerformerAlias struct type PerformerEdit (line 219) | type PerformerEdit struct type PerformerFavorite (line 224) | type PerformerFavorite struct type PerformerImage (line 230) | type PerformerImage struct type PerformerPiercing (line 235) | type PerformerPiercing struct type PerformerRedirect (line 241) | type PerformerRedirect struct type PerformerSearch (line 246) | type PerformerSearch struct type PerformerTattoo (line 254) | type PerformerTattoo struct type PerformerUrl (line 260) | type PerformerUrl struct type Scene (line 266) | type Scene struct type SceneEdit (line 281) | type SceneEdit struct type SceneFingerprint (line 286) | type SceneFingerprint struct type SceneImage (line 295) | type SceneImage struct type ScenePerformer (line 300) | type ScenePerformer struct type SceneRedirect (line 306) | type SceneRedirect struct type SceneSearch (line 311) | type SceneSearch struct type SceneTag (line 321) | type SceneTag struct type SceneUrl (line 326) | type SceneUrl struct type Site (line 332) | type Site struct type Studio (line 343) | type Studio struct type StudioAlias (line 352) | type StudioAlias struct type StudioEdit (line 357) | type StudioEdit struct type StudioFavorite (line 362) | type StudioFavorite struct type StudioImage (line 368) | type StudioImage struct type StudioRedirect (line 373) | type StudioRedirect struct type StudioSearch (line 378) | type StudioSearch struct type StudioUrl (line 385) | type StudioUrl struct type Tag (line 391) | type Tag struct type TagAlias (line 401) | type TagAlias struct type TagCategory (line 406) | type TagCategory struct type TagEdit (line 415) | type TagEdit struct type TagRedirect (line 420) | type TagRedirect struct type TagSearch (line 425) | type TagSearch struct type User (line 431) | type User struct type UserNotification (line 445) | type UserNotification struct type UserRole (line 450) | type UserRole struct type UserToken (line 455) | type UserToken struct FILE: internal/queries/notification.sql.go constant countNotificationsByUser (line 14) | countNotificationsByUser = `-- name: CountNotificationsByUser :one type CountNotificationsByUserParams (line 18) | type CountNotificationsByUserParams struct method CountNotificationsByUser (line 24) | func (q *Queries) CountNotificationsByUser(ctx context.Context, arg Coun... type CreateUserNotificationSubscriptionsParams (line 31) | type CreateUserNotificationSubscriptionsParams struct constant deleteUserNotificationSubscriptions (line 36) | deleteUserNotificationSubscriptions = `-- name: DeleteUserNotificationSu... method DeleteUserNotificationSubscriptions (line 40) | func (q *Queries) DeleteUserNotificationSubscriptions(ctx context.Contex... constant destroyExpiredNotifications (line 45) | destroyExpiredNotifications = `-- name: DestroyExpiredNotifications :exec method DestroyExpiredNotifications (line 51) | func (q *Queries) DestroyExpiredNotifications(ctx context.Context) error { constant findNotificationsByUser (line 56) | findNotificationsByUser = `-- name: FindNotificationsByUser :many type FindNotificationsByUserParams (line 61) | type FindNotificationsByUserParams struct method FindNotificationsByUser (line 69) | func (q *Queries) FindNotificationsByUser(ctx context.Context, arg FindN... constant findUnreadNotificationsByUser (line 100) | findUnreadNotificationsByUser = `-- name: FindUnreadNotificationsByUser ... type FindUnreadNotificationsByUserParams (line 104) | type FindUnreadNotificationsByUserParams struct method FindUnreadNotificationsByUser (line 111) | func (q *Queries) FindUnreadNotificationsByUser(ctx context.Context, arg... constant markAllNotificationsRead (line 142) | markAllNotificationsRead = `-- name: MarkAllNotificationsRead :exec method MarkAllNotificationsRead (line 146) | func (q *Queries) MarkAllNotificationsRead(ctx context.Context, userID u... constant markNotificationRead (line 151) | markNotificationRead = `-- name: MarkNotificationRead :exec type MarkNotificationReadParams (line 155) | type MarkNotificationReadParams struct method MarkNotificationRead (line 161) | func (q *Queries) MarkNotificationRead(ctx context.Context, arg MarkNoti... constant triggerDownvoteEditNotifications (line 166) | triggerDownvoteEditNotifications = `-- name: TriggerDownvoteEditNotifica... method TriggerDownvoteEditNotifications (line 174) | func (q *Queries) TriggerDownvoteEditNotifications(ctx context.Context, ... constant triggerEditCommentNotifications (line 179) | triggerEditCommentNotifications = `-- name: TriggerEditCommentNotificati... method TriggerEditCommentNotifications (line 211) | func (q *Queries) TriggerEditCommentNotifications(ctx context.Context, i... constant triggerFailedEditNotifications (line 216) | triggerFailedEditNotifications = `-- name: TriggerFailedEditNotification... method TriggerFailedEditNotifications (line 224) | func (q *Queries) TriggerFailedEditNotifications(ctx context.Context, id... constant triggerPerformerEditNotifications (line 229) | triggerPerformerEditNotifications = `-- name: TriggerPerformerEditNotifi... method TriggerPerformerEditNotifications (line 239) | func (q *Queries) TriggerPerformerEditNotifications(ctx context.Context,... constant triggerSceneCreationNotifications (line 244) | triggerSceneCreationNotifications = `-- name: TriggerSceneCreationNotifi... method TriggerSceneCreationNotifications (line 263) | func (q *Queries) TriggerSceneCreationNotifications(ctx context.Context,... constant triggerSceneEditNotifications (line 268) | triggerSceneEditNotifications = `-- name: TriggerSceneEditNotifications ... method TriggerSceneEditNotifications (line 309) | func (q *Queries) TriggerSceneEditNotifications(ctx context.Context, id ... constant triggerStudioEditNotifications (line 314) | triggerStudioEditNotifications = `-- name: TriggerStudioEditNotification... method TriggerStudioEditNotifications (line 324) | func (q *Queries) TriggerStudioEditNotifications(ctx context.Context, id... constant triggerUpdatedEditNotifications (line 329) | triggerUpdatedEditNotifications = `-- name: TriggerUpdatedEditNotificati... method TriggerUpdatedEditNotifications (line 338) | func (q *Queries) TriggerUpdatedEditNotifications(ctx context.Context, i... FILE: internal/queries/performer.sql.go constant clearScenePerformerAlias (line 15) | clearScenePerformerAlias = `-- name: ClearScenePerformerAlias :exec type ClearScenePerformerAliasParams (line 22) | type ClearScenePerformerAliasParams struct method ClearScenePerformerAlias (line 27) | func (q *Queries) ClearScenePerformerAlias(ctx context.Context, arg Clea... constant createPerformer (line 32) | createPerformer = `-- name: CreatePerformer :one type CreatePerformerParams (line 47) | type CreatePerformerParams struct method CreatePerformer (line 69) | func (q *Queries) CreatePerformer(ctx context.Context, arg CreatePerform... type CreatePerformerAliasesParams (line 117) | type CreatePerformerAliasesParams struct constant createPerformerFavorite (line 122) | createPerformerFavorite = `-- name: CreatePerformerFavorite :exec type CreatePerformerFavoriteParams (line 126) | type CreatePerformerFavoriteParams struct method CreatePerformerFavorite (line 131) | func (q *Queries) CreatePerformerFavorite(ctx context.Context, arg Creat... type CreatePerformerImagesParams (line 136) | type CreatePerformerImagesParams struct type CreatePerformerPiercingsParams (line 141) | type CreatePerformerPiercingsParams struct constant createPerformerRedirect (line 147) | createPerformerRedirect = `-- name: CreatePerformerRedirect :exec type CreatePerformerRedirectParams (line 152) | type CreatePerformerRedirectParams struct method CreatePerformerRedirect (line 158) | func (q *Queries) CreatePerformerRedirect(ctx context.Context, arg Creat... type CreatePerformerTattoosParams (line 163) | type CreatePerformerTattoosParams struct type CreatePerformerURLsParams (line 169) | type CreatePerformerURLsParams struct constant deletePerformer (line 175) | deletePerformer = `-- name: DeletePerformer :exec method DeletePerformer (line 179) | func (q *Queries) DeletePerformer(ctx context.Context, id uuid.UUID) err... constant deletePerformerAliases (line 184) | deletePerformerAliases = `-- name: DeletePerformerAliases :exec method DeletePerformerAliases (line 190) | func (q *Queries) DeletePerformerAliases(ctx context.Context, performerI... constant deletePerformerFavorite (line 195) | deletePerformerFavorite = `-- name: DeletePerformerFavorite :exec type DeletePerformerFavoriteParams (line 199) | type DeletePerformerFavoriteParams struct method DeletePerformerFavorite (line 204) | func (q *Queries) DeletePerformerFavorite(ctx context.Context, arg Delet... constant deletePerformerFavorites (line 209) | deletePerformerFavorites = `-- name: DeletePerformerFavorites :exec method DeletePerformerFavorites (line 215) | func (q *Queries) DeletePerformerFavorites(ctx context.Context, performe... constant deletePerformerImages (line 220) | deletePerformerImages = `-- name: DeletePerformerImages :exec method DeletePerformerImages (line 224) | func (q *Queries) DeletePerformerImages(ctx context.Context, performerID... constant deletePerformerPiercings (line 229) | deletePerformerPiercings = `-- name: DeletePerformerPiercings :exec method DeletePerformerPiercings (line 235) | func (q *Queries) DeletePerformerPiercings(ctx context.Context, performe... constant deletePerformerScenes (line 240) | deletePerformerScenes = `-- name: DeletePerformerScenes :exec method DeletePerformerScenes (line 244) | func (q *Queries) DeletePerformerScenes(ctx context.Context, performerID... constant deletePerformerTattoos (line 249) | deletePerformerTattoos = `-- name: DeletePerformerTattoos :exec method DeletePerformerTattoos (line 255) | func (q *Queries) DeletePerformerTattoos(ctx context.Context, performerI... constant deletePerformerURLs (line 260) | deletePerformerURLs = `-- name: DeletePerformerURLs :exec method DeletePerformerURLs (line 266) | func (q *Queries) DeletePerformerURLs(ctx context.Context, performerID u... constant findExistingPerformers (line 271) | findExistingPerformers = `-- name: FindExistingPerformers :many type FindExistingPerformersParams (line 291) | type FindExistingPerformersParams struct method FindExistingPerformers (line 297) | func (q *Queries) FindExistingPerformers(ctx context.Context, arg FindEx... constant findMergeIDsByPerformerIds (line 339) | findMergeIDsByPerformerIds = `-- name: FindMergeIDsByPerformerIds :many type FindMergeIDsByPerformerIdsRow (line 343) | type FindMergeIDsByPerformerIdsRow struct method FindMergeIDsByPerformerIds (line 349) | func (q *Queries) FindMergeIDsByPerformerIds(ctx context.Context, perfor... constant findMergeIDsBySourcePerformerIds (line 369) | findMergeIDsBySourcePerformerIds = `-- name: FindMergeIDsBySourcePerform... type FindMergeIDsBySourcePerformerIdsRow (line 373) | type FindMergeIDsBySourcePerformerIdsRow struct method FindMergeIDsBySourcePerformerIds (line 379) | func (q *Queries) FindMergeIDsBySourcePerformerIds(ctx context.Context, ... constant findPerformer (line 399) | findPerformer = `-- name: FindPerformer :one method FindPerformer (line 403) | func (q *Queries) FindPerformer(ctx context.Context, id uuid.UUID) (Perf... constant findPerformerAliasesByIds (line 432) | findPerformerAliasesByIds = `-- name: FindPerformerAliasesByIds :many method FindPerformerAliasesByIds (line 437) | func (q *Queries) FindPerformerAliasesByIds(ctx context.Context, perform... constant findPerformerByAlias (line 457) | findPerformerByAlias = `-- name: FindPerformerByAlias :one method FindPerformerByAlias (line 463) | func (q *Queries) FindPerformerByAlias(ctx context.Context, upper interf... constant findPerformerByName (line 492) | findPerformerByName = `-- name: FindPerformerByName :one method FindPerformerByName (line 496) | func (q *Queries) FindPerformerByName(ctx context.Context, upper interfa... constant findPerformerFavoritesByIds (line 525) | findPerformerFavoritesByIds = `-- name: FindPerformerFavoritesByIds :many type FindPerformerFavoritesByIdsParams (line 531) | type FindPerformerFavoritesByIdsParams struct type FindPerformerFavoritesByIdsRow (line 536) | type FindPerformerFavoritesByIdsRow struct method FindPerformerFavoritesByIds (line 542) | func (q *Queries) FindPerformerFavoritesByIds(ctx context.Context, arg F... constant findPerformerPiercingsByIds (line 562) | findPerformerPiercingsByIds = `-- name: FindPerformerPiercingsByIds :many method FindPerformerPiercingsByIds (line 567) | func (q *Queries) FindPerformerPiercingsByIds(ctx context.Context, perfo... constant findPerformerTattoosByIds (line 587) | findPerformerTattoosByIds = `-- name: FindPerformerTattoosByIds :many method FindPerformerTattoosByIds (line 592) | func (q *Queries) FindPerformerTattoosByIds(ctx context.Context, perform... constant findPerformerUrlsByIds (line 612) | findPerformerUrlsByIds = `-- name: FindPerformerUrlsByIds :many method FindPerformerUrlsByIds (line 617) | func (q *Queries) FindPerformerUrlsByIds(ctx context.Context, performerI... constant findPerformerWithRedirect (line 637) | findPerformerWithRedirect = `-- name: FindPerformerWithRedirect :many method FindPerformerWithRedirect (line 646) | func (q *Queries) FindPerformerWithRedirect(ctx context.Context, id uuid... constant findPerformersByIds (line 688) | findPerformersByIds = `-- name: FindPerformersByIds :many method FindPerformersByIds (line 692) | func (q *Queries) FindPerformersByIds(ctx context.Context, dollar_1 []uu... constant findPerformersByURL (line 734) | findPerformersByURL = `-- name: FindPerformersByURL :many type FindPerformersByURLParams (line 742) | type FindPerformersByURLParams struct method FindPerformersByURL (line 747) | func (q *Queries) FindPerformersByURL(ctx context.Context, arg FindPerfo... constant getPerformerAliases (line 789) | getPerformerAliases = `-- name: GetPerformerAliases :many method GetPerformerAliases (line 793) | func (q *Queries) GetPerformerAliases(ctx context.Context, performerID u... constant getPerformerImages (line 813) | getPerformerImages = `-- name: GetPerformerImages :many method GetPerformerImages (line 821) | func (q *Queries) GetPerformerImages(ctx context.Context, performerID uu... constant getPerformerPiercings (line 847) | getPerformerPiercings = `-- name: GetPerformerPiercings :many type GetPerformerPiercingsRow (line 851) | type GetPerformerPiercingsRow struct method GetPerformerPiercings (line 856) | func (q *Queries) GetPerformerPiercings(ctx context.Context, performerID... constant getPerformerTattoos (line 876) | getPerformerTattoos = `-- name: GetPerformerTattoos :many type GetPerformerTattoosRow (line 880) | type GetPerformerTattoosRow struct method GetPerformerTattoos (line 885) | func (q *Queries) GetPerformerTattoos(ctx context.Context, performerID u... constant getPerformerURLs (line 905) | getPerformerURLs = `-- name: GetPerformerURLs :many type GetPerformerURLsRow (line 909) | type GetPerformerURLsRow struct method GetPerformerURLs (line 914) | func (q *Queries) GetPerformerURLs(ctx context.Context, performerID uuid... constant reassignPerformerAliases (line 934) | reassignPerformerAliases = `-- name: ReassignPerformerAliases :exec type ReassignPerformerAliasesParams (line 941) | type ReassignPerformerAliasesParams struct method ReassignPerformerAliases (line 946) | func (q *Queries) ReassignPerformerAliases(ctx context.Context, arg Reas... constant reassignPerformerFavorites (line 951) | reassignPerformerFavorites = `-- name: ReassignPerformerFavorites :exec type ReassignPerformerFavoritesParams (line 962) | type ReassignPerformerFavoritesParams struct method ReassignPerformerFavorites (line 967) | func (q *Queries) ReassignPerformerFavorites(ctx context.Context, arg Re... constant searchPerformersWithFacets (line 972) | searchPerformersWithFacets = `-- name: SearchPerformersWithFacets :many type SearchPerformersWithFacetsParams (line 992) | type SearchPerformersWithFacetsParams struct type SearchPerformersWithFacetsRow (line 999) | type SearchPerformersWithFacetsRow struct method SearchPerformersWithFacets (line 1005) | func (q *Queries) SearchPerformersWithFacets(ctx context.Context, arg Se... constant setScenePerformerAlias (line 1030) | setScenePerformerAlias = `-- name: SetScenePerformerAlias :exec type SetScenePerformerAliasParams (line 1037) | type SetScenePerformerAliasParams struct method SetScenePerformerAlias (line 1042) | func (q *Queries) SetScenePerformerAlias(ctx context.Context, arg SetSce... constant softDeletePerformer (line 1047) | softDeletePerformer = `-- name: SoftDeletePerformer :one method SoftDeletePerformer (line 1052) | func (q *Queries) SoftDeletePerformer(ctx context.Context, id uuid.UUID)... constant updatePerformer (line 1081) | updatePerformer = `-- name: UpdatePerformer :one type UpdatePerformerParams (line 1092) | type UpdatePerformerParams struct method UpdatePerformer (line 1113) | func (q *Queries) UpdatePerformer(ctx context.Context, arg UpdatePerform... constant updatePerformerRedirects (line 1161) | updatePerformerRedirects = `-- name: UpdatePerformerRedirects :exec type UpdatePerformerRedirectsParams (line 1165) | type UpdatePerformerRedirectsParams struct method UpdatePerformerRedirects (line 1170) | func (q *Queries) UpdatePerformerRedirects(ctx context.Context, arg Upda... FILE: internal/queries/querier.go type Querier (line 13) | type Querier interface FILE: internal/queries/scene.sql.go constant countScenesByPerformer (line 14) | countScenesByPerformer = `-- name: CountScenesByPerformer :one method CountScenesByPerformer (line 18) | func (q *Queries) CountScenesByPerformer(ctx context.Context, performerI... constant createScene (line 25) | createScene = `-- name: CreateScene :one type CreateSceneParams (line 32) | type CreateSceneParams struct method CreateScene (line 45) | func (q *Queries) CreateScene(ctx context.Context, arg CreateSceneParams... type CreateSceneImagesParams (line 75) | type CreateSceneImagesParams struct type CreateScenePerformersParams (line 80) | type CreateScenePerformersParams struct constant createSceneRedirect (line 86) | createSceneRedirect = `-- name: CreateSceneRedirect :exec type CreateSceneRedirectParams (line 91) | type CreateSceneRedirectParams struct method CreateSceneRedirect (line 97) | func (q *Queries) CreateSceneRedirect(ctx context.Context, arg CreateSce... type CreateSceneURLsParams (line 102) | type CreateSceneURLsParams struct constant deleteScene (line 108) | deleteScene = `-- name: DeleteScene :exec method DeleteScene (line 112) | func (q *Queries) DeleteScene(ctx context.Context, id uuid.UUID) error { constant deleteSceneImages (line 117) | deleteSceneImages = `-- name: DeleteSceneImages :exec method DeleteSceneImages (line 123) | func (q *Queries) DeleteSceneImages(ctx context.Context, sceneID uuid.UU... constant deleteScenePerformers (line 128) | deleteScenePerformers = `-- name: DeleteScenePerformers :exec method DeleteScenePerformers (line 132) | func (q *Queries) DeleteScenePerformers(ctx context.Context, sceneID uui... constant deleteSceneStudios (line 137) | deleteSceneStudios = `-- name: DeleteSceneStudios :exec method DeleteSceneStudios (line 141) | func (q *Queries) DeleteSceneStudios(ctx context.Context, studioID uuid.... constant deleteSceneURLs (line 146) | deleteSceneURLs = `-- name: DeleteSceneURLs :exec method DeleteSceneURLs (line 150) | func (q *Queries) DeleteSceneURLs(ctx context.Context, sceneID uuid.UUID... constant findExistingScenes (line 155) | findExistingScenes = `-- name: FindExistingScenes :many type FindExistingScenesParams (line 173) | type FindExistingScenesParams struct method FindExistingScenes (line 179) | func (q *Queries) FindExistingScenes(ctx context.Context, arg FindExisti... constant findScene (line 212) | findScene = `-- name: FindScene :one method FindScene (line 216) | func (q *Queries) FindScene(ctx context.Context, id uuid.UUID) (Scene, e... constant findSceneAppearancesByIds (line 236) | findSceneAppearancesByIds = `-- name: FindSceneAppearancesByIds :many type FindSceneAppearancesByIdsRow (line 240) | type FindSceneAppearancesByIdsRow struct method FindSceneAppearancesByIds (line 247) | func (q *Queries) FindSceneAppearancesByIds(ctx context.Context, sceneId... constant findSceneByURL (line 267) | findSceneByURL = `-- name: FindSceneByURL :many type FindSceneByURLParams (line 276) | type FindSceneByURLParams struct method FindSceneByURL (line 281) | func (q *Queries) FindSceneByURL(ctx context.Context, arg FindSceneByURL... constant findSceneUrlsByIds (line 314) | findSceneUrlsByIds = `-- name: FindSceneUrlsByIds :many method FindSceneUrlsByIds (line 319) | func (q *Queries) FindSceneUrlsByIds(ctx context.Context, sceneIds []uui... constant findScenesByFullFingerprintsWithHash (line 339) | findScenesByFullFingerprintsWithHash = `-- name: FindScenesByFullFingerp... type FindScenesByFullFingerprintsWithHashParams (line 362) | type FindScenesByFullFingerprintsWithHashParams struct type FindScenesByFullFingerprintsWithHashRow (line 368) | type FindScenesByFullFingerprintsWithHashRow struct method FindScenesByFullFingerprintsWithHash (line 374) | func (q *Queries) FindScenesByFullFingerprintsWithHash(ctx context.Conte... constant getScenePerformers (line 408) | getScenePerformers = `-- name: GetScenePerformers :many type GetScenePerformersRow (line 412) | type GetScenePerformersRow struct method GetScenePerformers (line 417) | func (q *Queries) GetScenePerformers(ctx context.Context, sceneID uuid.U... constant getSceneURLs (line 460) | getSceneURLs = `-- name: GetSceneURLs :many type GetSceneURLsRow (line 464) | type GetSceneURLsRow struct method GetSceneURLs (line 469) | func (q *Queries) GetSceneURLs(ctx context.Context, sceneID uuid.UUID) (... constant getScenes (line 489) | getScenes = `-- name: GetScenes :many method GetScenes (line 493) | func (q *Queries) GetScenes(ctx context.Context, dollar_1 []uuid.UUID) (... constant searchScenes (line 526) | searchScenes = `-- name: SearchScenes :many type SearchScenesParams (line 546) | type SearchScenesParams struct type SearchScenesRow (line 552) | type SearchScenesRow struct method SearchScenes (line 557) | func (q *Queries) SearchScenes(ctx context.Context, arg SearchScenesPara... constant softDeleteScene (line 577) | softDeleteScene = `-- name: SoftDeleteScene :one method SoftDeleteScene (line 582) | func (q *Queries) SoftDeleteScene(ctx context.Context, id uuid.UUID) (Sc... constant updateScene (line 602) | updateScene = `-- name: UpdateScene :one type UpdateSceneParams (line 610) | type UpdateSceneParams struct method UpdateScene (line 622) | func (q *Queries) UpdateScene(ctx context.Context, arg UpdateSceneParams... constant updateSceneRedirects (line 652) | updateSceneRedirects = `-- name: UpdateSceneRedirects :exec type UpdateSceneRedirectsParams (line 656) | type UpdateSceneRedirectsParams struct method UpdateSceneRedirects (line 661) | func (q *Queries) UpdateSceneRedirects(ctx context.Context, arg UpdateSc... constant updateSceneStudios (line 666) | updateSceneStudios = `-- name: UpdateSceneStudios :exec type UpdateSceneStudiosParams (line 670) | type UpdateSceneStudiosParams struct method UpdateSceneStudios (line 675) | func (q *Queries) UpdateSceneStudios(ctx context.Context, arg UpdateScen... FILE: internal/queries/site.sql.go constant createSite (line 14) | createSite = `-- name: CreateSite :one type CreateSiteParams (line 21) | type CreateSiteParams struct method CreateSite (line 31) | func (q *Queries) CreateSite(ctx context.Context, arg CreateSiteParams) ... constant deleteSite (line 54) | deleteSite = `-- name: DeleteSite :exec method DeleteSite (line 58) | func (q *Queries) DeleteSite(ctx context.Context, id uuid.UUID) error { constant findSitesByIds (line 63) | findSitesByIds = `-- name: FindSitesByIds :many method FindSitesByIds (line 67) | func (q *Queries) FindSitesByIds(ctx context.Context, dollar_1 []uuid.UU... constant getSite (line 96) | getSite = `-- name: GetSite :one method GetSite (line 100) | func (q *Queries) GetSite(ctx context.Context, id uuid.UUID) (Site, erro... constant updateSite (line 116) | updateSite = `-- name: UpdateSite :one type UpdateSiteParams (line 123) | type UpdateSiteParams struct method UpdateSite (line 132) | func (q *Queries) UpdateSite(ctx context.Context, arg UpdateSiteParams) ... FILE: internal/queries/studio.sql.go constant createStudio (line 14) | createStudio = `-- name: CreateStudio :one type CreateStudioParams (line 21) | type CreateStudioParams struct method CreateStudio (line 28) | func (q *Queries) CreateStudio(ctx context.Context, arg CreateStudioPara... type CreateStudioAliasesParams (line 42) | type CreateStudioAliasesParams struct constant createStudioFavorite (line 47) | createStudioFavorite = `-- name: CreateStudioFavorite :exec type CreateStudioFavoriteParams (line 52) | type CreateStudioFavoriteParams struct method CreateStudioFavorite (line 58) | func (q *Queries) CreateStudioFavorite(ctx context.Context, arg CreateSt... type CreateStudioImagesParams (line 63) | type CreateStudioImagesParams struct constant createStudioRedirect (line 68) | createStudioRedirect = `-- name: CreateStudioRedirect :exec type CreateStudioRedirectParams (line 73) | type CreateStudioRedirectParams struct method CreateStudioRedirect (line 79) | func (q *Queries) CreateStudioRedirect(ctx context.Context, arg CreateSt... type CreateStudioURLsParams (line 84) | type CreateStudioURLsParams struct constant deleteStudio (line 90) | deleteStudio = `-- name: DeleteStudio :exec method DeleteStudio (line 94) | func (q *Queries) DeleteStudio(ctx context.Context, id uuid.UUID) error { constant deleteStudioAliases (line 99) | deleteStudioAliases = `-- name: DeleteStudioAliases :exec method DeleteStudioAliases (line 103) | func (q *Queries) DeleteStudioAliases(ctx context.Context, studioID uuid... constant deleteStudioFavorite (line 108) | deleteStudioFavorite = `-- name: DeleteStudioFavorite :exec type DeleteStudioFavoriteParams (line 112) | type DeleteStudioFavoriteParams struct method DeleteStudioFavorite (line 117) | func (q *Queries) DeleteStudioFavorite(ctx context.Context, arg DeleteSt... constant deleteStudioFavorites (line 122) | deleteStudioFavorites = `-- name: DeleteStudioFavorites :exec method DeleteStudioFavorites (line 126) | func (q *Queries) DeleteStudioFavorites(ctx context.Context, studioID uu... constant deleteStudioImages (line 131) | deleteStudioImages = `-- name: DeleteStudioImages :exec method DeleteStudioImages (line 135) | func (q *Queries) DeleteStudioImages(ctx context.Context, studioID uuid.... constant deleteStudioURLs (line 140) | deleteStudioURLs = `-- name: DeleteStudioURLs :exec method DeleteStudioURLs (line 144) | func (q *Queries) DeleteStudioURLs(ctx context.Context, studioID uuid.UU... constant findStudio (line 149) | findStudio = `-- name: FindStudio :one method FindStudio (line 153) | func (q *Queries) FindStudio(ctx context.Context, id uuid.UUID) (Studio,... constant findStudioAliasesByIds (line 167) | findStudioAliasesByIds = `-- name: FindStudioAliasesByIds :many method FindStudioAliasesByIds (line 172) | func (q *Queries) FindStudioAliasesByIds(ctx context.Context, studioIds ... constant findStudioByAlias (line 192) | findStudioByAlias = `-- name: FindStudioByAlias :one method FindStudioByAlias (line 198) | func (q *Queries) FindStudioByAlias(ctx context.Context, upper interface... constant findStudioByName (line 212) | findStudioByName = `-- name: FindStudioByName :one method FindStudioByName (line 216) | func (q *Queries) FindStudioByName(ctx context.Context, upper interface{... constant findStudioFavoritesByIds (line 230) | findStudioFavoritesByIds = `-- name: FindStudioFavoritesByIds :many type FindStudioFavoritesByIdsParams (line 236) | type FindStudioFavoritesByIdsParams struct type FindStudioFavoritesByIdsRow (line 241) | type FindStudioFavoritesByIdsRow struct method FindStudioFavoritesByIds (line 247) | func (q *Queries) FindStudioFavoritesByIds(ctx context.Context, arg Find... constant findStudioUrlsByIds (line 267) | findStudioUrlsByIds = `-- name: FindStudioUrlsByIds :many method FindStudioUrlsByIds (line 272) | func (q *Queries) FindStudioUrlsByIds(ctx context.Context, studioIds []u... constant findStudioWithRedirect (line 292) | findStudioWithRedirect = `-- name: FindStudioWithRedirect :one method FindStudioWithRedirect (line 301) | func (q *Queries) FindStudioWithRedirect(ctx context.Context, id uuid.UU... constant getChildStudios (line 315) | getChildStudios = `-- name: GetChildStudios :many method GetChildStudios (line 319) | func (q *Queries) GetChildStudios(ctx context.Context, parentStudioID uu... constant getStudioAliases (line 346) | getStudioAliases = `-- name: GetStudioAliases :many method GetStudioAliases (line 350) | func (q *Queries) GetStudioAliases(ctx context.Context, studioID uuid.UU... constant getStudioImages (line 370) | getStudioImages = `-- name: GetStudioImages :many method GetStudioImages (line 374) | func (q *Queries) GetStudioImages(ctx context.Context, studioID uuid.UUI... constant getStudioURLs (line 394) | getStudioURLs = `-- name: GetStudioURLs :many method GetStudioURLs (line 398) | func (q *Queries) GetStudioURLs(ctx context.Context, studioID uuid.UUID)... constant getStudios (line 418) | getStudios = `-- name: GetStudios :many method GetStudios (line 422) | func (q *Queries) GetStudios(ctx context.Context, dollar_1 []uuid.UUID) ... constant getStudiosByPerformer (line 449) | getStudiosByPerformer = `-- name: GetStudiosByPerformer :many type GetStudiosByPerformerRow (line 460) | type GetStudiosByPerformerRow struct method GetStudiosByPerformer (line 465) | func (q *Queries) GetStudiosByPerformer(ctx context.Context, performerID... constant getStudiosByPerformerAndNetwork (line 493) | getStudiosByPerformerAndNetwork = `-- name: GetStudiosByPerformerAndNetw... type GetStudiosByPerformerAndNetworkParams (line 515) | type GetStudiosByPerformerAndNetworkParams struct type GetStudiosByPerformerAndNetworkRow (line 520) | type GetStudiosByPerformerAndNetworkRow struct method GetStudiosByPerformerAndNetwork (line 526) | func (q *Queries) GetStudiosByPerformerAndNetwork(ctx context.Context, a... constant reassignStudioFavorites (line 554) | reassignStudioFavorites = `-- name: ReassignStudioFavorites :exec type ReassignStudioFavoritesParams (line 565) | type ReassignStudioFavoritesParams struct method ReassignStudioFavorites (line 570) | func (q *Queries) ReassignStudioFavorites(ctx context.Context, arg Reass... constant searchStudios (line 575) | searchStudios = `-- name: SearchStudios :many type SearchStudiosParams (line 591) | type SearchStudiosParams struct type SearchStudiosRow (line 596) | type SearchStudiosRow struct method SearchStudios (line 601) | func (q *Queries) SearchStudios(ctx context.Context, arg SearchStudiosPa... constant softDeleteStudio (line 621) | softDeleteStudio = `-- name: SoftDeleteStudio :one method SoftDeleteStudio (line 626) | func (q *Queries) SoftDeleteStudio(ctx context.Context, id uuid.UUID) (S... constant updateStudio (line 640) | updateStudio = `-- name: UpdateStudio :one type UpdateStudioParams (line 647) | type UpdateStudioParams struct method UpdateStudio (line 653) | func (q *Queries) UpdateStudio(ctx context.Context, arg UpdateStudioPara... constant updateStudioRedirects (line 667) | updateStudioRedirects = `-- name: UpdateStudioRedirects :exec type UpdateStudioRedirectsParams (line 671) | type UpdateStudioRedirectsParams struct method UpdateStudioRedirects (line 676) | func (q *Queries) UpdateStudioRedirects(ctx context.Context, arg UpdateS... FILE: internal/queries/tag.sql.go type CreateSceneTagsParams (line 14) | type CreateSceneTagsParams struct constant createTag (line 19) | createTag = `-- name: CreateTag :one type CreateTagParams (line 26) | type CreateTagParams struct method CreateTag (line 34) | func (q *Queries) CreateTag(ctx context.Context, arg CreateTagParams) (T... type CreateTagAliasesParams (line 54) | type CreateTagAliasesParams struct constant createTagRedirect (line 59) | createTagRedirect = `-- name: CreateTagRedirect :exec type CreateTagRedirectParams (line 64) | type CreateTagRedirectParams struct method CreateTagRedirect (line 70) | func (q *Queries) CreateTagRedirect(ctx context.Context, arg CreateTagRe... constant deleteSceneTagsByScene (line 75) | deleteSceneTagsByScene = `-- name: DeleteSceneTagsByScene :exec method DeleteSceneTagsByScene (line 79) | func (q *Queries) DeleteSceneTagsByScene(ctx context.Context, sceneID uu... constant deleteSceneTagsByTag (line 84) | deleteSceneTagsByTag = `-- name: DeleteSceneTagsByTag :exec method DeleteSceneTagsByTag (line 88) | func (q *Queries) DeleteSceneTagsByTag(ctx context.Context, tagID uuid.U... constant deleteTag (line 93) | deleteTag = `-- name: DeleteTag :exec method DeleteTag (line 97) | func (q *Queries) DeleteTag(ctx context.Context, id uuid.UUID) error { constant deleteTagAliases (line 102) | deleteTagAliases = `-- name: DeleteTagAliases :exec method DeleteTagAliases (line 106) | func (q *Queries) DeleteTagAliases(ctx context.Context, tagID uuid.UUID)... constant deleteTagAliasesByNames (line 111) | deleteTagAliasesByNames = `-- name: DeleteTagAliasesByNames :exec type DeleteTagAliasesByNamesParams (line 115) | type DeleteTagAliasesByNamesParams struct method DeleteTagAliasesByNames (line 120) | func (q *Queries) DeleteTagAliasesByNames(ctx context.Context, arg Delet... constant findTag (line 125) | findTag = `-- name: FindTag :one method FindTag (line 129) | func (q *Queries) FindTag(ctx context.Context, id uuid.UUID) (Tag, error) { constant findTagByAlias (line 144) | findTagByAlias = `-- name: FindTagByAlias :one method FindTagByAlias (line 150) | func (q *Queries) FindTagByAlias(ctx context.Context, upper interface{})... constant findTagByName (line 165) | findTagByName = `-- name: FindTagByName :one method FindTagByName (line 169) | func (q *Queries) FindTagByName(ctx context.Context, upper interface{}) ... constant findTagByNameOrAlias (line 184) | findTagByNameOrAlias = `-- name: FindTagByNameOrAlias :one method FindTagByNameOrAlias (line 193) | func (q *Queries) FindTagByNameOrAlias(ctx context.Context, lower string... constant findTagIdsBySceneIds (line 208) | findTagIdsBySceneIds = `-- name: FindTagIdsBySceneIds :many method FindTagIdsBySceneIds (line 213) | func (q *Queries) FindTagIdsBySceneIds(ctx context.Context, sceneIds []u... constant findTagWithRedirect (line 233) | findTagWithRedirect = `-- name: FindTagWithRedirect :many method FindTagWithRedirect (line 242) | func (q *Queries) FindTagWithRedirect(ctx context.Context, id uuid.UUID)... constant findTagsByIds (line 270) | findTagsByIds = `-- name: FindTagsByIds :many method FindTagsByIds (line 274) | func (q *Queries) FindTagsByIds(ctx context.Context, dollar_1 []uuid.UUI... constant findTagsBySceneID (line 302) | findTagsBySceneID = `-- name: FindTagsBySceneID :many method FindTagsBySceneID (line 308) | func (q *Queries) FindTagsBySceneID(ctx context.Context, sceneID uuid.UU... constant getSceneTags (line 336) | getSceneTags = `-- name: GetSceneTags :many method GetSceneTags (line 340) | func (q *Queries) GetSceneTags(ctx context.Context, sceneID uuid.UUID) (... constant getTagAliases (line 368) | getTagAliases = `-- name: GetTagAliases :many method GetTagAliases (line 372) | func (q *Queries) GetTagAliases(ctx context.Context, tagID uuid.UUID) ([... constant searchTags (line 392) | searchTags = `-- name: SearchTags :many type SearchTagsParams (line 404) | type SearchTagsParams struct method SearchTags (line 409) | func (q *Queries) SearchTags(ctx context.Context, arg SearchTagsParams) ... constant softDeleteTag (line 437) | softDeleteTag = `-- name: SoftDeleteTag :one method SoftDeleteTag (line 442) | func (q *Queries) SoftDeleteTag(ctx context.Context, id uuid.UUID) (Tag,... constant updateSceneTagsForMerge (line 457) | updateSceneTagsForMerge = `-- name: UpdateSceneTagsForMerge :exec type UpdateSceneTagsForMergeParams (line 464) | type UpdateSceneTagsForMergeParams struct method UpdateSceneTagsForMerge (line 469) | func (q *Queries) UpdateSceneTagsForMerge(ctx context.Context, arg Updat... constant updateTag (line 474) | updateTag = `-- name: UpdateTag :one type UpdateTagParams (line 481) | type UpdateTagParams struct method UpdateTag (line 488) | func (q *Queries) UpdateTag(ctx context.Context, arg UpdateTagParams) (T... constant updateTagRedirects (line 508) | updateTagRedirects = `-- name: UpdateTagRedirects :exec type UpdateTagRedirectsParams (line 512) | type UpdateTagRedirectsParams struct method UpdateTagRedirects (line 517) | func (q *Queries) UpdateTagRedirects(ctx context.Context, arg UpdateTagR... FILE: internal/queries/tag_category.sql.go constant createTagCategory (line 14) | createTagCategory = `-- name: CreateTagCategory :one type CreateTagCategoryParams (line 21) | type CreateTagCategoryParams struct method CreateTagCategory (line 29) | func (q *Queries) CreateTagCategory(ctx context.Context, arg CreateTagCa... constant deleteTagCategory (line 48) | deleteTagCategory = `-- name: DeleteTagCategory :exec method DeleteTagCategory (line 52) | func (q *Queries) DeleteTagCategory(ctx context.Context, id uuid.UUID) e... constant findTagCategory (line 57) | findTagCategory = `-- name: FindTagCategory :one method FindTagCategory (line 61) | func (q *Queries) FindTagCategory(ctx context.Context, id uuid.UUID) (Ta... constant getAllTagCategories (line 75) | getAllTagCategories = `-- name: GetAllTagCategories :many method GetAllTagCategories (line 79) | func (q *Queries) GetAllTagCategories(ctx context.Context) ([]TagCategor... constant getTagCategoriesByIds (line 106) | getTagCategoriesByIds = `-- name: GetTagCategoriesByIds :many method GetTagCategoriesByIds (line 110) | func (q *Queries) GetTagCategoriesByIds(ctx context.Context, dollar_1 []... constant updateTagCategory (line 137) | updateTagCategory = `-- name: UpdateTagCategory :one type UpdateTagCategoryParams (line 144) | type UpdateTagCategoryParams struct method UpdateTagCategory (line 151) | func (q *Queries) UpdateTagCategory(ctx context.Context, arg UpdateTagCa... FILE: internal/queries/types.go type WithTxnFunc (line 5) | type WithTxnFunc type Service (line 8) | type Service interface FILE: internal/queries/user.sql.go constant countUserEditsByStatus (line 14) | countUserEditsByStatus = `-- name: CountUserEditsByStatus :many type CountUserEditsByStatusRow (line 18) | type CountUserEditsByStatusRow struct method CountUserEditsByStatus (line 23) | func (q *Queries) CountUserEditsByStatus(ctx context.Context, userID uui... constant countUsers (line 43) | countUsers = `-- name: CountUsers :one method CountUsers (line 47) | func (q *Queries) CountUsers(ctx context.Context) (int64, error) { constant countVotesByType (line 54) | countVotesByType = `-- name: CountVotesByType :many type CountVotesByTypeRow (line 58) | type CountVotesByTypeRow struct method CountVotesByType (line 63) | func (q *Queries) CountVotesByType(ctx context.Context, userID uuid.UUID... constant createUser (line 83) | createUser = `-- name: CreateUser :one type CreateUserParams (line 90) | type CreateUserParams struct method CreateUser (line 102) | func (q *Queries) CreateUser(ctx context.Context, arg CreateUserParams) ... type CreateUserRolesParams (line 130) | type CreateUserRolesParams struct constant deleteUser (line 135) | deleteUser = `-- name: DeleteUser :exec method DeleteUser (line 139) | func (q *Queries) DeleteUser(ctx context.Context, id uuid.UUID) error { constant deleteUserRoles (line 144) | deleteUserRoles = `-- name: DeleteUserRoles :exec method DeleteUserRoles (line 148) | func (q *Queries) DeleteUserRoles(ctx context.Context, userID uuid.UUID)... constant findUser (line 153) | findUser = `-- name: FindUser :one method FindUser (line 157) | func (q *Queries) FindUser(ctx context.Context, id uuid.UUID) (User, err... constant findUserByEmail (line 176) | findUserByEmail = `-- name: FindUserByEmail :one method FindUserByEmail (line 180) | func (q *Queries) FindUserByEmail(ctx context.Context, upper interface{}... constant findUserByName (line 199) | findUserByName = `-- name: FindUserByName :one method FindUserByName (line 203) | func (q *Queries) FindUserByName(ctx context.Context, name string) (User... constant getUserNotificationSubscriptions (line 222) | getUserNotificationSubscriptions = `-- name: GetUserNotificationSubscrip... method GetUserNotificationSubscriptions (line 226) | func (q *Queries) GetUserNotificationSubscriptions(ctx context.Context, ... constant getUserRoles (line 246) | getUserRoles = `-- name: GetUserRoles :many method GetUserRoles (line 250) | func (q *Queries) GetUserRoles(ctx context.Context, userID uuid.UUID) ([... constant updateUser (line 270) | updateUser = `-- name: UpdateUser :one type UpdateUserParams (line 277) | type UpdateUserParams struct method UpdateUser (line 284) | func (q *Queries) UpdateUser(ctx context.Context, arg UpdateUserParams) ... constant updateUserAPIKey (line 308) | updateUserAPIKey = `-- name: UpdateUserAPIKey :exec type UpdateUserAPIKeyParams (line 314) | type UpdateUserAPIKeyParams struct method UpdateUserAPIKey (line 319) | func (q *Queries) UpdateUserAPIKey(ctx context.Context, arg UpdateUserAP... constant updateUserEmail (line 324) | updateUserEmail = `-- name: UpdateUserEmail :exec type UpdateUserEmailParams (line 330) | type UpdateUserEmailParams struct method UpdateUserEmail (line 335) | func (q *Queries) UpdateUserEmail(ctx context.Context, arg UpdateUserEma... constant updateUserInviteTokenCount (line 340) | updateUserInviteTokenCount = `-- name: UpdateUserInviteTokenCount :exec type UpdateUserInviteTokenCountParams (line 346) | type UpdateUserInviteTokenCountParams struct method UpdateUserInviteTokenCount (line 351) | func (q *Queries) UpdateUserInviteTokenCount(ctx context.Context, arg Up... constant updateUserPassword (line 356) | updateUserPassword = `-- name: UpdateUserPassword :exec type UpdateUserPasswordParams (line 362) | type UpdateUserPasswordParams struct method UpdateUserPassword (line 367) | func (q *Queries) UpdateUserPassword(ctx context.Context, arg UpdateUser... FILE: internal/queries/user_token.sql.go constant createUserToken (line 15) | createUserToken = `-- name: CreateUserToken :one type CreateUserTokenParams (line 22) | type CreateUserTokenParams struct method CreateUserToken (line 31) | func (q *Queries) CreateUserToken(ctx context.Context, arg CreateUserTok... constant deleteExpiredUserTokens (line 50) | deleteExpiredUserTokens = `-- name: DeleteExpiredUserTokens :exec method DeleteExpiredUserTokens (line 54) | func (q *Queries) DeleteExpiredUserTokens(ctx context.Context) error { constant deleteUserToken (line 59) | deleteUserToken = `-- name: DeleteUserToken :exec method DeleteUserToken (line 63) | func (q *Queries) DeleteUserToken(ctx context.Context, id uuid.UUID) err... constant findUserToken (line 68) | findUserToken = `-- name: FindUserToken :one method FindUserToken (line 72) | func (q *Queries) FindUserToken(ctx context.Context, id uuid.UUID) (User... constant findUserTokensByEmail (line 85) | findUserTokensByEmail = `-- name: FindUserTokensByEmail :many method FindUserTokensByEmail (line 89) | func (q *Queries) FindUserTokensByEmail(ctx context.Context, dollar_1 st... constant findUserTokensByInviteKey (line 115) | findUserTokensByInviteKey = `-- name: FindUserTokensByInviteKey :many method FindUserTokensByInviteKey (line 119) | func (q *Queries) FindUserTokensByInviteKey(ctx context.Context, dollar_... FILE: internal/service/draft/service.go type Draft (line 16) | type Draft struct method FindPerformers (line 30) | func (s *Draft) FindPerformers(ctx context.Context, draftPerformers []... method FindTags (line 52) | func (s *Draft) FindTags(ctx context.Context, draftTags []models.Draft... method FindStudio (line 74) | func (s *Draft) FindStudio(ctx context.Context, draftStudio *models.Dr... method SubmitScene (line 95) | func (s *Draft) SubmitScene(ctx context.Context, input models.SceneDra... method SubmitPerformer (line 143) | func (s *Draft) SubmitPerformer(ctx context.Context, input models.Perf... method Destroy (line 198) | func (s *Draft) Destroy(ctx context.Context, user *models.User, id uui... method resolveTags (line 212) | func (s *Draft) resolveTags(ctx context.Context, tags []models.DraftEn... method FindByUser (line 248) | func (s *Draft) FindByUser(ctx context.Context, userID uuid.UUID) ([]m... method FindByID (line 258) | func (s *Draft) FindByID(ctx context.Context, draftID uuid.UUID) (*mod... method DeleteExpired (line 267) | func (s *Draft) DeleteExpired(ctx context.Context) error { function NewDraft (line 21) | func NewDraft(queries *queries.Queries, withTxn queries.WithTxnFunc) *Dr... FILE: internal/service/edit/edit.go type InputSpecifiedFunc (line 23) | type InputSpecifiedFunc type mutator (line 25) | type mutator struct method operation (line 31) | func (m *mutator) operation() models.OperationEnum { method CreateEdit (line 37) | func (m *mutator) CreateEdit() (*models.Edit, error) { method UpdateEdit (line 48) | func (m *mutator) UpdateEdit() (*models.Edit, error) { method CreateComment (line 61) | func (m *mutator) CreateComment(user *models.User, comment *string) er... type editApplyer (line 72) | type editApplyer interface function urlCompare (line 76) | func urlCompare(subject []models.URL, against []models.URL) (added []mod... FILE: internal/service/edit/modbot.go constant modUserName (line 11) | modUserName = "StashBot" function getModBot (line 15) | func getModBot(ctx context.Context, tx *queries.Queries) uuid.UUID { FILE: internal/service/edit/performer.go type PerformerEditProcessor (line 16) | type PerformerEditProcessor struct method Edit (line 30) | func (m *PerformerEditProcessor) Edit(input models.PerformerEditInput,... method modifyEdit (line 50) | func (m *PerformerEditProcessor) modifyEdit(input models.PerformerEdit... method mergeEdit (line 89) | func (m *PerformerEditProcessor) mergeEdit(input models.PerformerEditI... method createEdit (line 139) | func (m *PerformerEditProcessor) createEdit(input models.PerformerEdit... method destroyEdit (line 155) | func (m *PerformerEditProcessor) destroyEdit(input models.PerformerEdi... method CreateJoin (line 168) | func (m *PerformerEditProcessor) CreateJoin(input models.PerformerEdit... method apply (line 179) | func (m *PerformerEditProcessor) apply() error { method applyEdit (line 200) | func (m *PerformerEditProcessor) applyEdit(performer *models.Performer... method applyCreate (line 221) | func (m *PerformerEditProcessor) applyCreate(data *models.PerformerEdi... method applyModify (line 244) | func (m *PerformerEditProcessor) applyModify(performer *models.Perform... method applyDestroy (line 252) | func (m *PerformerEditProcessor) applyDestroy(performer *models.Perfor... method applyMerge (line 264) | func (m *PerformerEditProcessor) applyMerge(performer *models.Performe... method mergeInto (line 278) | func (m *PerformerEditProcessor) mergeInto(sourceID uuid.UUID, targetI... method diffRelationships (line 339) | func (m *PerformerEditProcessor) diffRelationships(performerEdit *mode... method diffAliases (line 373) | func (m *PerformerEditProcessor) diffAliases(performerEdit *models.Per... method diffTattoos (line 382) | func (m *PerformerEditProcessor) diffTattoos(performerEdit *models.Per... method diffPiercings (line 404) | func (m *PerformerEditProcessor) diffPiercings(performerEdit *models.P... method diffURLs (line 426) | func (m *PerformerEditProcessor) diffURLs(performerEdit *models.Perfor... method diffImages (line 444) | func (m *PerformerEditProcessor) diffImages(performerEdit *models.Perf... method SoftDelete (line 459) | func (m *PerformerEditProcessor) SoftDelete(performer models.Performer... method UpdateScenePerformers (line 481) | func (m *PerformerEditProcessor) UpdateScenePerformers(oldPerformer *m... method reassignFavorites (line 500) | func (m *PerformerEditProcessor) reassignFavorites(oldPerformer *model... method UpdateScenePerformerAlias (line 511) | func (m *PerformerEditProcessor) UpdateScenePerformerAlias(performerID... method MergeInto (line 527) | func (m *PerformerEditProcessor) MergeInto(source *models.Performer, t... method ApplyEdit (line 558) | func (m *PerformerEditProcessor) ApplyEdit(performer *models.Performer... method updateAliasesFromEdit (line 604) | func (m *PerformerEditProcessor) updateAliasesFromEdit(performerID uui... method updateTattoosFromEdit (line 625) | func (m *PerformerEditProcessor) updateTattoosFromEdit(performerID uui... method updatePiercingsFromEdit (line 652) | func (m *PerformerEditProcessor) updatePiercingsFromEdit(performerID u... method updateURLsFromEdit (line 679) | func (m *PerformerEditProcessor) updateURLsFromEdit(performerID uuid.U... method updateImagesFromEdit (line 702) | func (m *PerformerEditProcessor) updateImagesFromEdit(performerID uuid... function Performer (line 20) | func Performer(ctx context.Context, queries *queries.Queries, edit *mode... function bodyModCompare (line 294) | func bodyModCompare(subject []models.BodyModification, against []models.... FILE: internal/service/edit/query.go method QueryCount (line 19) | func (s *Edit) QueryCount(ctx context.Context, filter models.EditQueryIn... method QueryEdits (line 31) | func (s *Edit) QueryEdits(ctx context.Context, filter models.EditQueryIn... method buildEditQuery (line 63) | func (s *Edit) buildEditQuery(psql sq.StatementBuilderType, filter model... FILE: internal/service/edit/scene.go type SceneEditProcessor (line 18) | type SceneEditProcessor struct method Edit (line 32) | func (m *SceneEditProcessor) Edit(input models.SceneEditInput, inputAr... method modifyEdit (line 52) | func (m *SceneEditProcessor) modifyEdit(input models.SceneEditInput, i... method diffRelationships (line 87) | func (m *SceneEditProcessor) diffRelationships(sceneEdit *models.Scene... method diffTags (line 115) | func (m *SceneEditProcessor) diffTags(sceneEdit *models.SceneEditData,... method diffURLs (line 129) | func (m *SceneEditProcessor) diffURLs(sceneEdit *models.SceneEditData,... method diffPerformers (line 146) | func (m *SceneEditProcessor) diffPerformers(sceneEdit *models.SceneEdi... method diffImages (line 234) | func (m *SceneEditProcessor) diffImages(sceneEdit *models.SceneEditDat... method mergeEdit (line 248) | func (m *SceneEditProcessor) mergeEdit(input models.SceneEditInput, in... method createEdit (line 293) | func (m *SceneEditProcessor) createEdit(input models.SceneEditInput, i... method destroyEdit (line 309) | func (m *SceneEditProcessor) destroyEdit(input models.SceneEditInput, ... method CreateJoin (line 321) | func (m *SceneEditProcessor) CreateJoin(input models.SceneEditInput) e... method apply (line 332) | func (m *SceneEditProcessor) apply() error { method applyEdit (line 353) | func (m *SceneEditProcessor) applyEdit(scene *models.Scene) error { method applyCreate (line 378) | func (m *SceneEditProcessor) applyCreate(data *models.SceneEditData, u... method applyModify (line 401) | func (m *SceneEditProcessor) applyModify(scene *models.Scene, data *mo... method applyDestroy (line 409) | func (m *SceneEditProcessor) applyDestroy(scene *models.Scene) error { method applyMerge (line 427) | func (m *SceneEditProcessor) applyMerge(scene *models.Scene, data *mod... method mergeInto (line 441) | func (m *SceneEditProcessor) mergeInto(sourceID uuid.UUID, targetID uu... method ApplyEdit (line 455) | func (m *SceneEditProcessor) ApplyEdit(scene *models.Scene, create boo... method updateURLsFromEdit (line 499) | func (m *SceneEditProcessor) updateURLsFromEdit(scene *models.Scene, d... method updateImagesFromEdit (line 522) | func (m *SceneEditProcessor) updateImagesFromEdit(scene *models.Scene,... method updateTagsFromEdit (line 543) | func (m *SceneEditProcessor) updateTagsFromEdit(scene *models.Scene, d... method updatePerformersFromEdit (line 564) | func (m *SceneEditProcessor) updatePerformersFromEdit(scene *models.Sc... method addFingerprintsFromEdit (line 586) | func (m *SceneEditProcessor) addFingerprintsFromEdit(scene *models.Sce... method getOrCreateFingerprintID (line 610) | func (m *SceneEditProcessor) getOrCreateFingerprintID(hash models.Fing... method MergeInto (line 632) | func (m *SceneEditProcessor) MergeInto(source queries.Scene, target qu... function Scene (line 22) | func Scene(ctx context.Context, queries *queries.Queries, edit *models.E... function performerAppearanceCompare (line 156) | func performerAppearanceCompare(subject []models.PerformerAppearanceInpu... FILE: internal/service/edit/service.go type Edit (line 35) | type Edit struct method FindByID (line 48) | func (s *Edit) FindByID(ctx context.Context, id uuid.UUID) (*models.Ed... method GetComments (line 56) | func (s *Edit) GetComments(ctx context.Context, editID uuid.UUID) ([]m... method GetVotes (line 64) | func (s *Edit) GetVotes(ctx context.Context, editID uuid.UUID) ([]mode... method Delete (line 72) | func (s *Edit) Delete(ctx context.Context, id uuid.UUID) (bool, error) { method DeleteWithAudit (line 81) | func (s *Edit) DeleteWithAudit(ctx context.Context, input models.Delet... method AmendEdit (line 149) | func (s *Edit) AmendEdit(ctx context.Context, input models.AmendEditIn... method createAmendAudit (line 226) | func (s *Edit) createAmendAudit(ctx context.Context, tx *queries.Queri... method GetEditTarget (line 294) | func (s *Edit) GetEditTarget(ctx context.Context, id uuid.UUID) (model... method GetMergeSources (line 334) | func (s *Edit) GetMergeSources(ctx context.Context, mergeIDs []uuid.UU... method GetMergedURLs (line 376) | func (s *Edit) GetMergedURLs(ctx context.Context, id uuid.UUID) ([]mod... method GetMergedImages (line 390) | func (s *Edit) GetMergedImages(ctx context.Context, id uuid.UUID) ([]m... method GetMergedPerformerAliases (line 399) | func (s *Edit) GetMergedPerformerAliases(ctx context.Context, id uuid.... method GetMergedStudioAliases (line 403) | func (s *Edit) GetMergedStudioAliases(ctx context.Context, id uuid.UUI... method GetMergedPerformerTattoos (line 407) | func (s *Edit) GetMergedPerformerTattoos(ctx context.Context, id uuid.... method GetMergedPerformerPiercings (line 428) | func (s *Edit) GetMergedPerformerPiercings(ctx context.Context, id uui... method GetMergedTags (line 449) | func (s *Edit) GetMergedTags(ctx context.Context, id uuid.UUID) ([]mod... method GetMergedPerformers (line 457) | func (s *Edit) GetMergedPerformers(ctx context.Context, id uuid.UUID) ... method FindByPerformerID (line 475) | func (s *Edit) FindByPerformerID(ctx context.Context, performerID uuid... method FindByStudioID (line 489) | func (s *Edit) FindByStudioID(ctx context.Context, studioID uuid.UUID)... method FindByTagID (line 503) | func (s *Edit) FindByTagID(ctx context.Context, tagID uuid.UUID) ([]mo... method FindBySceneID (line 517) | func (s *Edit) FindBySceneID(ctx context.Context, sceneID uuid.UUID) (... method CreateSceneEdit (line 531) | func (s *Edit) CreateSceneEdit(ctx context.Context, input models.Scene... method UpdateSceneEdit (line 584) | func (s *Edit) UpdateSceneEdit(ctx context.Context, id uuid.UUID, inpu... method CreateStudioEdit (line 615) | func (s *Edit) CreateStudioEdit(ctx context.Context, input models.Stud... method UpdateStudioEdit (line 651) | func (s *Edit) UpdateStudioEdit(ctx context.Context, id uuid.UUID, inp... method CreateTagEdit (line 682) | func (s *Edit) CreateTagEdit(ctx context.Context, input models.TagEdit... method UpdateTagEdit (line 724) | func (s *Edit) UpdateTagEdit(ctx context.Context, id uuid.UUID, input ... method CreatePerformerEdit (line 755) | func (s *Edit) CreatePerformerEdit(ctx context.Context, input models.P... method UpdatePerformerEdit (line 797) | func (s *Edit) UpdatePerformerEdit(ctx context.Context, id uuid.UUID, ... method CreateVote (line 828) | func (s *Edit) CreateVote(ctx context.Context, input models.EditVoteIn... method CreateComment (line 887) | func (s *Edit) CreateComment(ctx context.Context, input models.EditCom... method Cancel (line 911) | func (s *Edit) Cancel(ctx context.Context, input models.CancelEditInpu... method Apply (line 936) | func (s *Edit) Apply(ctx context.Context, input models.ApplyEditInput)... method ApplyEdit (line 977) | func (s *Edit) ApplyEdit(ctx context.Context, editID uuid.UUID, immedi... method CloseEdit (line 1063) | func (s *Edit) CloseEdit(ctx context.Context, editID uuid.UUID, status... method ResolveVotingThreshold (line 1100) | func (s *Edit) ResolveVotingThreshold(ctx context.Context, edit *model... method FindPendingPerformerCreation (line 1137) | func (s *Edit) FindPendingPerformerCreation(ctx context.Context, input... method FindPendingSceneCreation (line 1151) | func (s *Edit) FindPendingSceneCreation(ctx context.Context, input mod... method CloseCompleted (line 1170) | func (s *Edit) CloseCompleted(ctx context.Context) ([]*models.Edit, er... method PromoteUserVoteRights (line 1208) | func (s *Edit) PromoteUserVoteRights(ctx context.Context, userID uuid.... method LoadIds (line 1259) | func (s *Edit) LoadIds(ctx context.Context, ids []uuid.UUID) ([]*model... method LoadCommentsByIds (line 1279) | func (s *Edit) LoadCommentsByIds(ctx context.Context, ids []uuid.UUID)... function NewEdit (line 41) | func NewEdit(queries *queries.Queries, withTxn queries.WithTxnFunc) *Edit { function removeArrayItems (line 262) | func removeArrayItems(data map[string]interface{}, field string, indices... function validateBotEdit (line 955) | func validateBotEdit(ctx context.Context, input *models.EditInput) error { function validateEditUpdate (line 965) | func validateEditUpdate(edit models.Edit, user *models.User) error { FILE: internal/service/edit/studio.go type StudioEditProcessor (line 17) | type StudioEditProcessor struct method Edit (line 31) | func (m *StudioEditProcessor) Edit(input models.StudioEditInput, input... method modifyEdit (line 51) | func (m *StudioEditProcessor) modifyEdit(input models.StudioEditInput,... method diffURLs (line 84) | func (m *StudioEditProcessor) diffURLs(studioEdit *models.StudioEditDa... method diffAliases (line 101) | func (m *StudioEditProcessor) diffAliases(studioEdit *models.StudioEdi... method diffImages (line 111) | func (m *StudioEditProcessor) diffImages(studioEdit *models.StudioEdit... method mergeEdit (line 126) | func (m *StudioEditProcessor) mergeEdit(input models.StudioEditInput, ... method createEdit (line 170) | func (m *StudioEditProcessor) createEdit(input models.StudioEditInput)... method destroyEdit (line 180) | func (m *StudioEditProcessor) destroyEdit(input models.StudioEditInput... method CreateJoin (line 193) | func (m *StudioEditProcessor) CreateJoin(input models.StudioEditInput)... method apply (line 204) | func (m *StudioEditProcessor) apply() error { method applyModifyEdit (line 330) | func (m *StudioEditProcessor) applyModifyEdit(studio *models.Studio, d... method updateURLsFromEdit (line 357) | func (m *StudioEditProcessor) updateURLsFromEdit(studio *models.Studio... method updateImagesFromEdit (line 380) | func (m StudioEditProcessor) updateImagesFromEdit(studio *models.Studi... method mergeInto (line 402) | func (m *StudioEditProcessor) mergeInto(sourceID uuid.UUID, targetID u... method diffRelationships (line 443) | func (m *StudioEditProcessor) diffRelationships(studioEdit *models.Stu... method updateAliasesFromEdit (line 464) | func (m *StudioEditProcessor) updateAliasesFromEdit(studio *models.Stu... function Studio (line 21) | func Studio(ctx context.Context, queries *queries.Queries, edit *models.... FILE: internal/service/edit/tag.go type TagEditProcessor (line 17) | type TagEditProcessor struct method Edit (line 31) | func (m *TagEditProcessor) Edit(input models.TagEditInput, inputArgs u... method modifyEdit (line 47) | func (m *TagEditProcessor) modifyEdit(input models.TagEditInput, input... method mergeEdit (line 82) | func (m *TagEditProcessor) mergeEdit(input models.TagEditInput, inputA... method createEdit (line 128) | func (m *TagEditProcessor) createEdit(input models.TagEditInput, input... method destroyEdit (line 136) | func (m *TagEditProcessor) destroyEdit(input models.TagEditInput) error { method CreateJoin (line 150) | func (m *TagEditProcessor) CreateJoin(input models.TagEditInput) error { method updateAliasesFromEdit (line 161) | func (m *TagEditProcessor) updateAliasesFromEdit(tag *models.Tag, data... method apply (line 182) | func (m *TagEditProcessor) apply() error { method mergeInto (line 292) | func (m *TagEditProcessor) mergeInto(sourceID uuid.UUID, targetID uuid... function Tag (line 21) | func Tag(ctx context.Context, queries *queries.Queries, edit *models.Edi... FILE: internal/service/edit/validate.go type editEntity (line 27) | type editEntity interface function validateEditEntity (line 31) | func validateEditEntity(entity *editEntity, id uuid.UUID, typeName strin... function validateEditPresence (line 42) | func validateEditPresence(edit *models.Edit) error { function validateEditPrerequisites (line 54) | func validateEditPrerequisites(edit *models.Edit) error { function validateSceneEditInput (line 64) | func validateSceneEditInput(ctx context.Context, queries *queries.Querie... function validatePerformerEditInput (line 107) | func validatePerformerEditInput(ctx context.Context, queries *queries.Qu... function validateDraftID (line 128) | func validateDraftID(ctx context.Context, queries *queries.Queries, draf... function validateStudioEditInput (line 160) | func validateStudioEditInput(ctx context.Context, queries *queries.Queri... function validateURLs (line 182) | func validateURLs(ctx context.Context, queries *queries.Queries, urls []... FILE: internal/service/errutil/errors.go function IgnoreNotFound (line 11) | func IgnoreNotFound(err error) error { function DuplicateError (line 20) | func DuplicateError(err error, size int) []error { FILE: internal/service/factory.go type Factory (line 40) | type Factory struct method Tag (line 56) | func (f *Factory) Tag() *tag.Tag { method Performer (line 61) | func (f *Factory) Performer() *performer.Performer { method Scene (line 66) | func (f *Factory) Scene() *scene.Scene { method Studio (line 71) | func (f *Factory) Studio() *studio.Studio { method User (line 76) | func (f *Factory) User() *user.User { method UserToken (line 81) | func (f *Factory) UserToken() *usertoken.UserToken { method Site (line 86) | func (f *Factory) Site() *site.Site { method Edit (line 91) | func (f *Factory) Edit() *edit.Edit { method Image (line 96) | func (f *Factory) Image() *image.Image { method Draft (line 101) | func (f *Factory) Draft() *draft.Draft { method Notification (line 106) | func (f *Factory) Notification() *notification.Notification { method Invite (line 110) | func (f *Factory) Invite() *invite.Invite { method ModAudit (line 115) | func (f *Factory) ModAudit() *mod_audit.ModAuditService { function NewFactory (line 47) | func NewFactory(pool *pgxpool.Pool, emailMgr *email.Manager) *Factory { FILE: internal/service/image/service.go type Image (line 21) | type Image struct method WithTxn (line 34) | func (s *Image) WithTxn(fn func(*queries.Queries) error) error { method Create (line 38) | func (s *Image) Create(ctx context.Context, input models.ImageCreateIn... method Destroy (line 122) | func (s *Image) Destroy(ctx context.Context, id uuid.UUID) error { method Find (line 144) | func (s *Image) Find(ctx context.Context, id uuid.UUID) (*models.Image... method FindBySceneID (line 155) | func (s *Image) FindBySceneID(ctx context.Context, sceneID uuid.UUID) ... method FindByChecksum (line 163) | func (s *Image) FindByChecksum(ctx context.Context, checksum string) (... method DestroyUnusedImages (line 174) | func (s *Image) DestroyUnusedImages(ctx context.Context) error { method DestroyUnusedImage (line 205) | func (s *Image) DestroyUnusedImage(ctx context.Context, imageID uuid.U... method FindUnused (line 221) | func (s *Image) FindUnused(ctx context.Context) ([]models.Image, error) { method IsUnused (line 229) | func (s *Image) IsUnused(ctx context.Context, imageID uuid.UUID) (bool... method LoadIds (line 234) | func (s *Image) LoadIds(ctx context.Context, ids []uuid.UUID) ([]*mode... method LoadBySceneIds (line 253) | func (s *Image) LoadBySceneIds(ctx context.Context, ids []uuid.UUID) (... method LoadByPerformerIds (line 272) | func (s *Image) LoadByPerformerIds(ctx context.Context, ids []uuid.UUI... method FindByPerformerID (line 290) | func (s *Image) FindByPerformerID(ctx context.Context, performerID uui... method FindByStudioID (line 298) | func (s *Image) FindByStudioID(ctx context.Context, studioID uuid.UUID... method LoadByStudioIds (line 306) | func (s *Image) LoadByStudioIds(ctx context.Context, ids []uuid.UUID) ... method Read (line 324) | func (s *Image) Read(image models.Image) (io.ReadCloser, int64, error) { function NewImage (line 26) | func NewImage(queries *queries.Queries, withTxn queries.WithTxnFunc) *Im... FILE: internal/service/image/utils.go function populateImageDimensions (line 26) | func populateImageDimensions(imgReader *bytes.Reader, dest *models.Image... function resizeImage (line 61) | func resizeImage(srcReader io.Reader, maxDimension int64) ([]byte, error) { function calculateChecksum (line 94) | func calculateChecksum(file io.Reader) (string, error) { FILE: internal/service/interface.go function createWithTxnFunc (line 11) | func createWithTxnFunc(pool *pgxpool.Pool) queries.WithTxnFunc { FILE: internal/service/invite/service.go type Invite (line 9) | type Invite struct method WithTxn (line 22) | func (s *Invite) WithTxn(fn func(*queries.Queries) error) error { method DestroyExpired (line 26) | func (s *Invite) DestroyExpired(ctx context.Context) error { function NewInvite (line 14) | func NewInvite(queries *queries.Queries, withTxn queries.WithTxnFunc) *I... FILE: internal/service/mod_audit/mod_audit.go type ModAuditService (line 12) | type ModAuditService struct method GetModAuditCount (line 24) | func (s *ModAuditService) GetModAuditCount(ctx context.Context, filter... method QueryModAudits (line 50) | func (s *ModAuditService) QueryModAudits(ctx context.Context, filter m... method DeleteExpired (line 95) | func (s *ModAuditService) DeleteExpired(ctx context.Context, retention... function NewModAuditService (line 17) | func NewModAuditService(queries *queries.Queries) *ModAuditService { FILE: internal/service/notification/service.go type Notification (line 13) | type Notification struct method WithTxn (line 26) | func (s *Notification) WithTxn(fn func(*queries.Queries) error) error { method TriggerSceneCreationNotifications (line 30) | func (s *Notification) TriggerSceneCreationNotifications(ctx context.C... method TriggerPerformerEditNotifications (line 34) | func (s *Notification) TriggerPerformerEditNotifications(ctx context.C... method TriggerStudioEditNotifications (line 38) | func (s *Notification) TriggerStudioEditNotifications(ctx context.Cont... method TriggerSceneEditNotifications (line 42) | func (s *Notification) TriggerSceneEditNotifications(ctx context.Conte... method TriggerEditCommentNotifications (line 46) | func (s *Notification) TriggerEditCommentNotifications(ctx context.Con... method TriggerDownvoteEditNotifications (line 50) | func (s *Notification) TriggerDownvoteEditNotifications(ctx context.Co... method TriggerFailedEditNotifications (line 54) | func (s *Notification) TriggerFailedEditNotifications(ctx context.Cont... method TriggerUpdatedEditNotifications (line 58) | func (s *Notification) TriggerUpdatedEditNotifications(ctx context.Con... method GetNotificationsCount (line 62) | func (s *Notification) GetNotificationsCount(ctx context.Context, user... method GetNotifications (line 79) | func (s *Notification) GetNotifications(ctx context.Context, userID uu... method MarkAllRead (line 117) | func (s *Notification) MarkAllRead(ctx context.Context, userID uuid.UU... method MarkRead (line 121) | func (s *Notification) MarkRead(ctx context.Context, userID uuid.UUID,... method DestroyExpired (line 130) | func (s *Notification) DestroyExpired(ctx context.Context) error { method UpdateNotificationSubscriptions (line 136) | func (s *Notification) UpdateNotificationSubscriptions(ctx context.Con... method OnApplyEdit (line 154) | func (s *Notification) OnApplyEdit(ctx context.Context, edit *models.E... method OnCancelEdit (line 173) | func (s *Notification) OnCancelEdit(ctx context.Context, edit *models.... method OnCreateEdit (line 183) | func (s *Notification) OnCreateEdit(ctx context.Context, edit *models.... method OnUpdateEdit (line 200) | func (s *Notification) OnUpdateEdit(ctx context.Context, edit *models.... method OnEditDownvote (line 206) | func (s *Notification) OnEditDownvote(ctx context.Context, edit *model... method OnEditComment (line 212) | func (s *Notification) OnEditComment(ctx context.Context, comment *mod... function NewNotification (line 18) | func NewNotification(queries *queries.Queries, withTxn queries.WithTxnFu... FILE: internal/service/performer/joins.go function createAliases (line 11) | func createAliases(ctx context.Context, tx *queries.Queries, performerID... function updateAliases (line 23) | func updateAliases(ctx context.Context, tx *queries.Queries, performerID... function createTattoos (line 30) | func createTattoos(ctx context.Context, tx *queries.Queries, performerID... function updateTattoos (line 43) | func updateTattoos(ctx context.Context, tx *queries.Queries, performerID... function createPiercings (line 50) | func createPiercings(ctx context.Context, tx *queries.Queries, performer... function updatePiercings (line 63) | func updatePiercings(ctx context.Context, tx *queries.Queries, performer... function createURLs (line 70) | func createURLs(ctx context.Context, tx *queries.Queries, performerID uu... function updateURLs (line 83) | func updateURLs(ctx context.Context, tx *queries.Queries, performerID uu... function createImages (line 90) | func createImages(ctx context.Context, tx *queries.Queries, performerID ... function updateImages (line 103) | func updateImages(ctx context.Context, tx *queries.Queries, performerID ... FILE: internal/service/performer/query.go method Query (line 17) | func (s *Performer) Query(ctx context.Context, input models.PerformerQue... method QueryCount (line 32) | func (s *Performer) QueryCount(ctx context.Context, input models.Perform... method buildPerformerQuery (line 41) | func (s *Performer) buildPerformerQuery(psql sq.StatementBuilderType, in... method applyPerformerSort (line 172) | func (s *Performer) applyPerformerSort(query sq.SelectBuilder, input mod... FILE: internal/service/performer/service.go type Performer (line 18) | type Performer struct method WithTxn (line 32) | func (s *Performer) WithTxn(fn func(*queries.Queries) error) error { method FindByID (line 38) | func (s *Performer) FindByID(ctx context.Context, id uuid.UUID) (*mode... method FindByName (line 46) | func (s *Performer) FindByName(ctx context.Context, name string) (*mod... method FindByAlias (line 54) | func (s *Performer) FindByAlias(ctx context.Context, alias string) (*m... method LoadByIds (line 63) | func (s *Performer) LoadByIds(ctx context.Context, ids []uuid.UUID) ([... method LoadMergeIDsByPerformerIDs (line 90) | func (s *Performer) LoadMergeIDsByPerformerIDs(ctx context.Context, id... method LoadMergeIDsBySourcePerformerIDs (line 116) | func (s *Performer) LoadMergeIDsBySourcePerformerIDs(ctx context.Conte... method LoadAliases (line 142) | func (s *Performer) LoadAliases(ctx context.Context, ids []uuid.UUID) ... method LoadTattoos (line 168) | func (s *Performer) LoadTattoos(ctx context.Context, ids []uuid.UUID) ... method LoadPiercings (line 200) | func (s *Performer) LoadPiercings(ctx context.Context, ids []uuid.UUID... method LoadURLs (line 232) | func (s *Performer) LoadURLs(ctx context.Context, ids []uuid.UUID) ([]... method GetAliases (line 261) | func (s *Performer) GetAliases(ctx context.Context, performerID uuid.U... method GetTattoos (line 265) | func (s *Performer) GetTattoos(ctx context.Context, performerID uuid.U... method GetPiercings (line 286) | func (s *Performer) GetPiercings(ctx context.Context, performerID uuid... method GetURLs (line 307) | func (s *Performer) GetURLs(ctx context.Context, performerID uuid.UUID... method Create (line 325) | func (s *Performer) Create(ctx context.Context, input models.Performer... method Update (line 365) | func (s *Performer) Update(ctx context.Context, input models.Performer... method Delete (line 416) | func (s *Performer) Delete(ctx context.Context, id uuid.UUID) error { method Favorite (line 420) | func (s *Performer) Favorite(ctx context.Context, userID uuid.UUID, pe... method FindExistingPerformers (line 442) | func (s *Performer) FindExistingPerformers(ctx context.Context, input ... method SearchPerformer (line 458) | func (s *Performer) SearchPerformer(ctx context.Context, term string, ... method LoadIsFavorite (line 600) | func (s *Performer) LoadIsFavorite(ctx context.Context, userID uuid.UU... function NewPerformer (line 24) | func NewPerformer(queries *queries.Queries, withTxn queries.WithTxnFunc)... type paradeDBCountResult (line 550) | type paradeDBCountResult struct function parseParadeDBCount (line 554) | func parseParadeDBCount(raw any) int { type paradeDBFacetResult (line 569) | type paradeDBFacetResult struct type paradeDBBucket (line 573) | type paradeDBBucket struct function parsePerformerFacets (line 578) | func parsePerformerFacets(genderFacetsRaw any) *models.PerformerSearchFa... FILE: internal/service/query/criterion.go function ApplyMultiIDCriterion (line 17) | func ApplyMultiIDCriterion(query *sq.SelectBuilder, tableName, joinTable... function ApplyIDCriterion (line 47) | func ApplyIDCriterion(query sq.SelectBuilder, field string, criterion *m... function ApplyIntCriterion (line 74) | func ApplyIntCriterion(query sq.SelectBuilder, field string, criterion *... function ApplyStringCriterion (line 95) | func ApplyStringCriterion(query sq.SelectBuilder, field string, criterio... function ApplyDateCriterion (line 112) | func ApplyDateCriterion(query sq.SelectBuilder, field string, criterion ... FILE: internal/service/query/helpers.go function ApplyPagination (line 15) | func ApplyPagination(query sq.SelectBuilder, page, perPage int) sq.Selec... function ApplySortParams (line 28) | func ApplySortParams(query sq.SelectBuilder, tablePrefix string, sort, d... function ExecuteQuery (line 47) | func ExecuteQuery[T any, M any](ctx context.Context, query sq.SelectBuil... function ExecuteCount (line 82) | func ExecuteCount(ctx context.Context, query sq.SelectBuilder, db querie... FILE: internal/service/scene/query.go method Query (line 17) | func (s *Scene) Query(ctx context.Context, input models.SceneQueryInput)... method QueryCount (line 29) | func (s *Scene) QueryCount(ctx context.Context, input models.SceneQueryI... method buildSceneQuery (line 50) | func (s *Scene) buildSceneQuery(psql sq.StatementBuilderType, input mode... FILE: internal/service/scene/service.go type Scene (line 21) | type Scene struct method WithTxn (line 35) | func (s *Scene) WithTxn(fn func(*queries.Queries) error) error { method FindByID (line 41) | func (s *Scene) FindByID(ctx context.Context, id uuid.UUID) (*models.S... method FindByURL (line 49) | func (s *Scene) FindByURL(ctx context.Context, url string, limit int) ... method FindScenesBySceneFingerprints (line 57) | func (s *Scene) FindScenesBySceneFingerprints(ctx context.Context, sce... method SearchScenesWithCount (line 115) | func (s *Scene) SearchScenesWithCount(ctx context.Context, term string... method CountByPerformer (line 170) | func (s *Scene) CountByPerformer(ctx context.Context, performerID uuid... method GetPerformers (line 178) | func (s *Scene) GetPerformers(ctx context.Context, sceneID uuid.UUID) ... method GetTags (line 194) | func (s *Scene) GetTags(ctx context.Context, sceneID uuid.UUID) ([]mod... method GetURLs (line 207) | func (s *Scene) GetURLs(ctx context.Context, sceneID uuid.UUID) ([]mod... method GetFingerprints (line 223) | func (s *Scene) GetFingerprints(ctx context.Context, sceneID uuid.UUID... method LoadFingerprints (line 242) | func (s *Scene) LoadFingerprints(ctx context.Context, currentUserID uu... method LoadAppearances (line 293) | func (s *Scene) LoadAppearances(ctx context.Context, ids []uuid.UUID) ... method LoadURLs (line 323) | func (s *Scene) LoadURLs(ctx context.Context, ids []uuid.UUID) ([][]mo... method Create (line 354) | func (s *Scene) Create(ctx context.Context, input models.SceneCreateIn... method Update (line 399) | func (s *Scene) Update(ctx context.Context, input models.SceneUpdateIn... method Delete (line 445) | func (s *Scene) Delete(ctx context.Context, id uuid.UUID) error { method SubmitFingerprint (line 449) | func (s *Scene) SubmitFingerprint(ctx context.Context, input models.Fi... method SubmitFingerprints (line 531) | func (s *Scene) SubmitFingerprints(ctx context.Context, inputs []model... method MoveFingerprintSubmissions (line 647) | func (s *Scene) MoveFingerprintSubmissions(ctx context.Context, input ... method DeleteFingerprintSubmissions (line 687) | func (s *Scene) DeleteFingerprintSubmissions(ctx context.Context, inpu... method FindExistingScenes (line 717) | func (s *Scene) FindExistingScenes(ctx context.Context, input models.Q... method LoadIds (line 992) | func (s *Scene) LoadIds(ctx context.Context, ids []uuid.UUID) ([]*mode... function NewScene (line 27) | func NewScene(queries *queries.Queries, withTxn queries.WithTxnFunc) *Sc... type paradeDBCountResult (line 151) | type paradeDBCountResult struct function parseParadeDBCount (line 155) | func parseParadeDBCount(raw any) int { function submissionTypeToInt (line 737) | func submissionTypeToInt(t models.FingerprintSubmissionType) int { function createSubmittedSceneFingerprints (line 748) | func createSubmittedSceneFingerprints(sceneID uuid.UUID, fingerprints []... function createFingerprints (line 769) | func createFingerprints(ctx context.Context, tx *queries.Queries, sceneI... function updateFingerprints (line 799) | func updateFingerprints(ctx context.Context, tx *queries.Queries, sceneI... function createPerformers (line 842) | func createPerformers(ctx context.Context, tx *queries.Queries, sceneID ... function updatePerformers (line 857) | func updatePerformers(ctx context.Context, tx *queries.Queries, sceneID ... function createURLs (line 864) | func createURLs(ctx context.Context, tx *queries.Queries, sceneID uuid.U... function updateURLs (line 877) | func updateURLs(ctx context.Context, tx *queries.Queries, sceneID uuid.U... function createImages (line 884) | func createImages(ctx context.Context, tx *queries.Queries, sceneID uuid... function updateImages (line 897) | func updateImages(ctx context.Context, tx *queries.Queries, sceneID uuid... function createTags (line 905) | func createTags(ctx context.Context, tx *queries.Queries, sceneID uuid.U... function updateTags (line 918) | func updateTags(ctx context.Context, tx *queries.Queries, sceneID uuid.U... function createUpdatedSceneFingerprints (line 925) | func createUpdatedSceneFingerprints(sceneID uuid.UUID, original []models... function getOrCreateFingerprint (line 971) | func getOrCreateFingerprint(ctx context.Context, tx *queries.Queries, ha... function isSameHash (line 988) | func isSameHash(f models.SceneFingerprint, ff models.FingerprintEditInpu... FILE: internal/service/site/query.go method Query (line 13) | func (s *Site) Query(ctx context.Context) ([]models.Site, int, error) { FILE: internal/service/site/service.go type Site (line 15) | type Site struct method WithTxn (line 29) | func (s *Site) WithTxn(fn func(*queries.Queries) error) error { method Create (line 34) | func (s *Site) Create(ctx context.Context, input models.SiteCreateInpu... method Update (line 56) | func (s *Site) Update(ctx context.Context, input models.SiteUpdateInpu... method Destroy (line 76) | func (s *Site) Destroy(ctx context.Context, id uuid.UUID) error { method GetByID (line 81) | func (s *Site) GetByID(ctx context.Context, id uuid.UUID) (*models.Sit... method LoadIds (line 91) | func (s *Site) LoadIds(ctx context.Context, ids []uuid.UUID) ([]*model... function NewSite (line 21) | func NewSite(queries *queries.Queries, withTxn queries.WithTxnFunc) *Site { FILE: internal/service/studio/query.go method Query (line 17) | func (s *Studio) Query(ctx context.Context, input models.StudioQueryInpu... method buildStudioQuery (line 50) | func (s *Studio) buildStudioQuery(psql sq.StatementBuilderType, input mo... FILE: internal/service/studio/service.go type Studio (line 18) | type Studio struct method WithTxn (line 32) | func (s *Studio) WithTxn(fn func(*queries.Queries) error) error { method FindByID (line 38) | func (s *Studio) FindByID(ctx context.Context, id uuid.UUID) (*models.... method FindByName (line 46) | func (s *Studio) FindByName(ctx context.Context, name string) (*models... method FindByAlias (line 54) | func (s *Studio) FindByAlias(ctx context.Context, alias string) (*mode... method FindByParentID (line 62) | func (s *Studio) FindByParentID(ctx context.Context, parentID uuid.UUI... method CountByPerformer (line 70) | func (s *Studio) CountByPerformer(ctx context.Context, performerID uui... method GetChildren (line 109) | func (s *Studio) GetChildren(ctx context.Context, studioID uuid.UUID) ... method GetAliases (line 117) | func (s *Studio) GetAliases(ctx context.Context, studioID uuid.UUID) (... method GetURLs (line 121) | func (s *Studio) GetURLs(ctx context.Context, studioID uuid.UUID) ([]m... method Create (line 139) | func (s *Studio) Create(ctx context.Context, input models.StudioCreate... method Update (line 172) | func (s *Studio) Update(ctx context.Context, input models.StudioUpdate... method Delete (line 207) | func (s *Studio) Delete(ctx context.Context, id uuid.UUID) error { method Favorite (line 215) | func (s *Studio) Favorite(ctx context.Context, id uuid.UUID, favorite ... method Search (line 239) | func (s *Studio) Search(ctx context.Context, term string, limit int) (... method LoadIds (line 328) | func (s *Studio) LoadIds(ctx context.Context, ids []uuid.UUID) ([]*mod... method LoadURLs (line 349) | func (s *Studio) LoadURLs(ctx context.Context, ids []uuid.UUID) ([][]m... method LoadAliases (line 372) | func (s *Studio) LoadAliases(ctx context.Context, ids []uuid.UUID) ([]... method LoadIsFavorite (line 392) | func (s *Studio) LoadIsFavorite(ctx context.Context, userID uuid.UUID,... function NewStudio (line 24) | func NewStudio(queries *queries.Queries, withTxn queries.WithTxnFunc) *S... function createAliases (line 266) | func createAliases(ctx context.Context, tx *queries.Queries, studioID uu... function updateAliases (line 278) | func updateAliases(ctx context.Context, tx *queries.Queries, studioID uu... function createURLs (line 285) | func createURLs(ctx context.Context, tx *queries.Queries, studioID uuid.... function updateURLs (line 298) | func updateURLs(ctx context.Context, tx *queries.Queries, studioID uuid.... function createImages (line 305) | func createImages(ctx context.Context, tx *queries.Queries, studioID uui... function updateImages (line 318) | func updateImages(ctx context.Context, tx *queries.Queries, studioID uui... FILE: internal/service/tag/query.go method Query (line 15) | func (s *Tag) Query(ctx context.Context, input models.TagQueryInput) (*m... FILE: internal/service/tag/service.go type Tag (line 16) | type Tag struct method WithTxn (line 30) | func (s *Tag) WithTxn(fn func(*queries.Queries) error) error { method FindByID (line 36) | func (s *Tag) FindByID(ctx context.Context, id uuid.UUID) (*models.Tag... method Find (line 45) | func (s *Tag) Find(ctx context.Context, id uuid.UUID) (*models.Tag, er... method FindByName (line 49) | func (s *Tag) FindByName(ctx context.Context, name string) (*models.Ta... method FindByAlias (line 57) | func (s *Tag) FindByAlias(ctx context.Context, alias string) (*models.... method FindByNameOrAlias (line 66) | func (s *Tag) FindByNameOrAlias(ctx context.Context, name string) (*mo... method FindCategory (line 84) | func (s *Tag) FindCategory(ctx context.Context, id uuid.UUID) (*models... method FindIdsBySceneIds (line 93) | func (s *Tag) FindIdsBySceneIds(ctx context.Context, ids []uuid.UUID) ... method GetAliases (line 118) | func (s *Tag) GetAliases(ctx context.Context, tagID uuid.UUID) ([]stri... method Create (line 124) | func (s *Tag) Create(ctx context.Context, input models.TagCreateInput)... method Update (line 143) | func (s *Tag) Update(ctx context.Context, input models.TagUpdateInput)... method Delete (line 163) | func (s *Tag) Delete(ctx context.Context, input models.TagDestroyInput... method CreateCategory (line 169) | func (s *Tag) CreateCategory(ctx context.Context, input models.TagCate... method UpdateCategory (line 184) | func (s *Tag) UpdateCategory(ctx context.Context, input models.TagCate... method DeleteCategory (line 201) | func (s *Tag) DeleteCategory(ctx context.Context, input models.TagCate... method QueryCategories (line 207) | func (s *Tag) QueryCategories(ctx context.Context) (int, []models.TagC... method SearchTags (line 212) | func (s *Tag) SearchTags(ctx context.Context, term string, limit int) ... method LoadIds (line 241) | func (s *Tag) LoadIds(ctx context.Context, ids []uuid.UUID) ([]*models... method LoadCategoriesByIds (line 261) | func (s *Tag) LoadCategoriesByIds(ctx context.Context, ids []uuid.UUID... function NewTag (line 22) | func NewTag(queries *queries.Queries, withTxn queries.WithTxnFunc) *Tag { function createAliases (line 220) | func createAliases(ctx context.Context, tx *queries.Queries, tagID uuid.... function updateAliases (line 232) | func updateAliases(ctx context.Context, tx *queries.Queries, tagID uuid.... FILE: internal/service/user/activation.go function generateActivationKey (line 16) | func generateActivationKey(ctx context.Context, tx *queries.Queries, ema... function generateResetPasswordActivationKey (line 29) | func generateResetPasswordActivationKey(ctx context.Context, tx *queries... function activateResetPassword (line 47) | func activateResetPassword(ctx context.Context, tx *queries.Queries, id ... FILE: internal/service/user/apikey.go constant APIKeySubject (line 14) | APIKeySubject = "APIKey" type APIKeyClaims (line 16) | type APIKeyClaims struct function generateAPIKey (line 21) | func generateAPIKey(userID string) (string, error) { function GetUserIDFromAPIKey (line 41) | func GetUserIDFromAPIKey(apiKey string) (string, error) { FILE: internal/service/user/invite.go type Finder (line 17) | type Finder interface type FinderUpdater (line 21) | type FinderUpdater interface function grantInviteTokens (line 27) | func grantInviteTokens(ctx context.Context, tx *queries.Queries, userID ... function repealInviteTokens (line 57) | func repealInviteTokens(ctx context.Context, tx *queries.Queries, userID... function generateInviteKeys (line 88) | func generateInviteKeys(ctx context.Context, tx *queries.Queries, userID... function rescindInviteKey (line 153) | func rescindInviteKey(ctx context.Context, tx *queries.Queries, key uuid... FILE: internal/service/user/joins.go function createRoles (line 11) | func createRoles(ctx context.Context, tx *queries.Queries, userID uuid.U... function updateRoles (line 23) | func updateRoles(ctx context.Context, tx *queries.Queries, userID uuid.U... function createNotificationSubscriptions (line 30) | func createNotificationSubscriptions(ctx context.Context, tx *queries.Qu... FILE: internal/service/user/password.go function hashPassword (line 5) | func hashPassword(password string) (string, error) { function isPasswordCorrect (line 15) | func isPasswordCorrect(hash string, password string) bool { FILE: internal/service/user/query.go method Query (line 13) | func (s *User) Query(ctx context.Context, input models.UserQueryInput) (... FILE: internal/service/user/service.go type User (line 26) | type User struct method WithTxn (line 42) | func (s *User) WithTxn(fn func(*queries.Queries) error) error { method FindByID (line 48) | func (s *User) FindByID(ctx context.Context, id uuid.UUID) (*models.Us... method FindByName (line 57) | func (s *User) FindByName(ctx context.Context, name string) (*models.U... method Count (line 62) | func (s *User) Count(ctx context.Context) (int, error) { method CountVotesByType (line 67) | func (s *User) CountVotesByType(ctx context.Context, userID uuid.UUID)... method CountEditsByStatus (line 94) | func (s *User) CountEditsByStatus(ctx context.Context, userID uuid.UUI... method GetNotificationSubscriptions (line 125) | func (s *User) GetNotificationSubscriptions(ctx context.Context, userI... method GetRoles (line 139) | func (s *User) GetRoles(ctx context.Context, userID uuid.UUID) ([]mode... method NewUser (line 150) | func (s *User) NewUser(ctx context.Context, emailAddr string, inviteKe... method Create (line 187) | func (s *User) Create(ctx context.Context, input models.UserCreateInpu... method Update (line 200) | func (s *User) Update(ctx context.Context, input models.UserUpdateInpu... method Delete (line 235) | func (s *User) Delete(ctx context.Context, input models.UserDestroyInp... method RegenerateAPIKey (line 254) | func (s *User) RegenerateAPIKey(ctx context.Context, userID *uuid.UUID... method ResetPassword (line 291) | func (s *User) ResetPassword(ctx context.Context, input models.ResetPa... method ChangePassword (line 312) | func (s *User) ChangePassword(ctx context.Context, input models.UserCh... method ActivateNewUser (line 335) | func (s *User) ActivateNewUser(ctx context.Context, input models.Activ... method GenerateInviteCodes (line 420) | func (s *User) GenerateInviteCodes(ctx context.Context, input *models.... method GenerateInviteCode (line 443) | func (s *User) GenerateInviteCode(ctx context.Context) (*uuid.UUID, er... method RescindInviteCode (line 479) | func (s *User) RescindInviteCode(ctx context.Context, inviteKeyID uuid... method GrantInvite (line 511) | func (s *User) GrantInvite(ctx context.Context, input models.GrantInvi... method RevokeInvite (line 527) | func (s *User) RevokeInvite(ctx context.Context, input models.RevokeIn... method RequestChangeEmail (line 543) | func (s *User) RequestChangeEmail(ctx context.Context) (models.UserCha... method ValidateChangeEmail (line 556) | func (s *User) ValidateChangeEmail(ctx context.Context, tokenID uuid.U... method ConfirmChangeEmail (line 583) | func (s *User) ConfirmChangeEmail(ctx context.Context, tokenID uuid.UU... method CreateSystemUsers (line 609) | func (s *User) CreateSystemUsers(ctx context.Context) { method Authenticate (line 681) | func (s *User) Authenticate(ctx context.Context, username string, pass... function NewUser (line 33) | func NewUser(queries *queries.Queries, withTxn queries.WithTxnFunc, emai... FILE: internal/service/user/token.go function getNewUserTokenData (line 9) | func getNewUserTokenData(token queries.UserToken) (models.NewUserTokenDa... function getUserTokenData (line 15) | func getUserTokenData(token queries.UserToken) (models.UserTokenData, er... function getChangeEmailTokenData (line 21) | func getChangeEmailTokenData(token queries.UserToken) (models.ChangeEmai... FILE: internal/service/user/user.go constant minPasswordLength (line 16) | minPasswordLength = 8 constant maxPasswordLength (line 17) | maxPasswordLength = 64 constant minUniqueChars (line 18) | minUniqueChars = 5 constant rootUserName (line 20) | rootUserName = "root" constant modUserName (line 21) | modUserName = "StashBot" constant unsetEmail (line 22) | unsetEmail = "root@example.com" function createUser (line 54) | func createUser(ctx context.Context, tx *queries.Queries, input models.U... function changePassword (line 90) | func changePassword(ctx context.Context, tx *queries.Queries, userID uui... function getDefaultUserRoles (line 116) | func getDefaultUserRoles() []models.RoleEnum { FILE: internal/service/user/validate.go function validateCreate (line 19) | func validateCreate(input models.UserCreateInput) error { function validateUpdate (line 41) | func validateUpdate(ctx context.Context, input models.UserUpdateInput, c... function validateDelete (line 97) | func validateDelete(user queries.User) error { function validateUserName (line 105) | func validateUserName(username string, email *string) error { function validateUserEmail (line 124) | func validateUserEmail(emailAddr string) error { function countUniqueCharacters (line 147) | func countUniqueCharacters(str string) int { function validatePassword (line 156) | func validatePassword(username string, emailAddr string, password string... function validateExistingEmail (line 189) | func validateExistingEmail(ctx context.Context, tx *queries.Queries, ema... function validateInviteKey (line 216) | func validateInviteKey(ctx context.Context, tx *queries.Queries, inviteK... FILE: internal/service/usertoken/service.go type UserToken (line 14) | type UserToken struct method WithTxn (line 28) | func (s *UserToken) WithTxn(fn func(*queries.Queries) error) error { method Create (line 33) | func (s *UserToken) Create(ctx context.Context, newToken models.UserTo... method Destroy (line 56) | func (s *UserToken) Destroy(ctx context.Context, id uuid.UUID) error { method DestroyExpired (line 61) | func (s *UserToken) DestroyExpired(ctx context.Context) error { method Find (line 66) | func (s *UserToken) Find(ctx context.Context, id uuid.UUID) (*models.U... method FindByInviteKey (line 76) | func (s *UserToken) FindByInviteKey(ctx context.Context, key uuid.UUID... method FindActiveInviteKeysForUser (line 91) | func (s *UserToken) FindActiveInviteKeysForUser(ctx context.Context, u... function NewUserToken (line 20) | func NewUserToken(queries *queries.Queries, withTxn queries.WithTxnFunc)... FILE: internal/storage/favicon.go function getCachedSiteIcon (line 24) | func getCachedSiteIcon(site *models.Site) ([]byte, bool) { function GetSiteIcon (line 35) | func GetSiteIcon(ctx context.Context, site models.Site) ([]byte, error) { function downloadIcon (line 70) | func downloadIcon(ctx context.Context, iconPath string, siteURL string) ... FILE: internal/storage/file.go type FileBackend (line 13) | type FileBackend struct method WriteFile (line 15) | func (s *FileBackend) WriteFile(file []byte, image *models.Image) error { method DestroyFile (line 39) | func (s *FileBackend) DestroyFile(image *models.Image) error { method ReadFile (line 43) | func (s *FileBackend) ReadFile(image models.Image) (io.ReadCloser, int... function GetImagePath (line 55) | func GetImagePath(imageDir string, checksum string) string { FILE: internal/storage/image_backend.go type Backend (line 10) | type Backend interface function Image (line 16) | func Image() Backend { FILE: internal/storage/s3.go type S3Backend (line 16) | type S3Backend struct method WriteFile (line 18) | func (s *S3Backend) WriteFile(file []byte, image *models.Image) error { method DestroyFile (line 37) | func (s *S3Backend) DestroyFile(image *models.Image) error { method ReadFile (line 83) | func (s *S3Backend) ReadFile(image models.Image) (io.ReadCloser, int64... function uploadS3File (line 58) | func uploadS3File(client *minio.Client, file []byte, bucket string, id s... FILE: pkg/logger/logger.go type LogItem (line 13) | type LogItem struct function Init (line 33) | func Init(logFile string, userLogFile string, logOut bool, logLevel stri... function openLogFile (line 55) | func openLogFile(logFile string) *os.File { function SetLogLevel (line 70) | func SetLogLevel(level string) { function logLevelFromString (line 74) | func logLevelFromString(level string) logrus.Level { function addLogItem (line 89) | func addLogItem(l *LogItem) { function GetLogCache (line 100) | func GetLogCache() []LogItem { function SubscribeToLog (line 111) | func SubscribeToLog(stop chan int) <-chan []LogItem { function unsubscribeFromLog (line 126) | func unsubscribeFromLog(toRemove chan []LogItem) { function doBroadcastLogItems (line 137) | func doBroadcastLogItems() { function broadcastLogItem (line 153) | func broadcastLogItem(l *LogItem) { function init (line 179) | func init() { function Progressf (line 183) | func Progressf(format string, args ...interface{}) { function Trace (line 193) | func Trace(args ...interface{}) { function Debug (line 197) | func Debug(args ...interface{}) { function Debugf (line 206) | func Debugf(format string, args ...interface{}) { function Info (line 215) | func Info(args ...interface{}) { function Infof (line 224) | func Infof(format string, args ...interface{}) { function Warn (line 233) | func Warn(args ...interface{}) { function Warnf (line 242) | func Warnf(format string, args ...interface{}) { function Error (line 251) | func Error(args ...interface{}) { function Errorf (line 260) | func Errorf(format string, args ...interface{}) { function Fatal (line 269) | func Fatal(args ...interface{}) { function Fatalf (line 273) | func Fatalf(format string, args ...interface{}) { function Userf (line 278) | func Userf(user string, action string, format string, args ...interface{... FILE: pkg/logger/otel.go function InitTracer (line 16) | func InitTracer() func(context.Context) error { FILE: pkg/logger/progress_formatter.go type ProgressFormatter (line 7) | type ProgressFormatter struct method Format (line 9) | func (f *ProgressFormatter) Format(entry *logrus.Entry) ([]byte, error) { FILE: pkg/utils/arguments.go type ArgumentsQuery (line 15) | type ArgumentsQuery struct method selected (line 20) | func (a ArgumentsQuery) selected() (ret interface{}, ok bool) { method IsNull (line 32) | func (a ArgumentsQuery) IsNull() bool { method child (line 37) | func (a ArgumentsQuery) child(fn argumentSelector) ArgumentsQuery { method Field (line 48) | func (a ArgumentsQuery) Field(name string) ArgumentsQuery { method Index (line 60) | func (a ArgumentsQuery) Index(index int) ArgumentsQuery { function Arguments (line 79) | func Arguments(ctx context.Context) (ret ArgumentsQuery) { FILE: pkg/utils/crypto.go function GenerateRandomPassword (line 11) | func GenerateRandomPassword(l int) (string, error) { function GenerateRandomKey (line 23) | func GenerateRandomKey(l int) (string, error) { function ParseFingerprintHash (line 32) | func ParseFingerprintHash(hash string) (int64, error) { FILE: pkg/utils/date.go function ParseDateStringAsTime (line 8) | func ParseDateStringAsTime(dateString string) (time.Time, error) { FILE: pkg/utils/enum.go type validator (line 8) | type validator interface function validateEnum (line 12) | func validateEnum(value interface{}) bool { function ResolveEnumString (line 22) | func ResolveEnumString(value string, out interface{}) bool { FILE: pkg/utils/file.go function FileExists (line 9) | func FileExists(path string) (bool, error) { function Touch (line 22) | func Touch(path string) error { FILE: pkg/utils/json.go function ToJSON (line 9) | func ToJSON(data interface{}) (json.RawMessage, error) { function FromJSON (line 20) | func FromJSON(data json.RawMessage, obj interface{}) error { FILE: pkg/utils/password_blacklist.go function IsBannedPassword (line 8) | func IsBannedPassword(password string) bool { function makeBannedPasswordsSet (line 14) | func makeBannedPasswordsSet() map[string]struct{} { FILE: pkg/utils/slice_compare.go function Includes (line 4) | func Includes[T comparable](arr []T, against T) bool { function SliceCompare (line 13) | func SliceCompare[T comparable](subject []T, against []T) (added []T, mi... FILE: pkg/utils/slice_compare_test.go type strSliceTest (line 9) | type strSliceTest struct function TestStrSliceCompare (line 28) | func TestStrSliceCompare(t *testing.T) { FILE: scripts/getDate.go function main (line 8) | func main() {