mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Stash box client interface (#751)
* Add gql client generation files * Update dependencies * Add stash-box client generation to the makefile * Move scraped scene object matchers to models * Add stash-box to scrape with dropdown * Add scrape scene from fingerprint in UI
This commit is contained in:
7
vendor/github.com/99designs/gqlgen/graphql/upload.go
generated
vendored
7
vendor/github.com/99designs/gqlgen/graphql/upload.go
generated
vendored
@@ -6,9 +6,10 @@ import (
|
||||
)
|
||||
|
||||
type Upload struct {
|
||||
File io.Reader
|
||||
Filename string
|
||||
Size int64
|
||||
File io.Reader
|
||||
Filename string
|
||||
Size int64
|
||||
ContentType string
|
||||
}
|
||||
|
||||
func MarshalUpload(f Upload) Marshaler {
|
||||
|
||||
Reference in New Issue
Block a user