Skip to content

Feature: Tag StashID support #6779

Feature: Tag StashID support

Feature: Tag StashID support #6779

Triggered via pull request November 10, 2025 08:10
Status Failure
Total duration 3m 45s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint
issues found
lint: pkg/models/mocks/database.go#L105
cannot use db.Tag (variable of type *TagReaderWriter) as models.TagReaderWriter value in struct literal: *TagReaderWriter does not implement models.TagReaderWriter (missing method FindByStashID)) (typecheck)
lint: internal/identify/identify_test.go#L12
could not import github.com/stashapp/stash/pkg/models/mocks (-: # github.com/stashapp/stash/pkg/models/mocks
lint: pkg/models/mocks/database.go#L105
cannot use db.Tag (variable of type *TagReaderWriter) as models.TagReaderWriter value in struct literal: *TagReaderWriter does not implement models.TagReaderWriter (missing method FindByStashID)) (typecheck)
lint: internal/autotag/gallery_test.go#L8
could not import github.com/stashapp/stash/pkg/models/mocks (-: # github.com/stashapp/stash/pkg/models/mocks
lint: pkg/models/mocks/database.go#L105
cannot use db.Tag (variable of type *TagReaderWriter) as models.TagReaderWriter value in struct literal: *TagReaderWriter does not implement models.TagReaderWriter (missing method FindByStashID)) (typecheck)
lint: internal/api/resolver_mutation_tag_test.go#L9
could not import github.com/stashapp/stash/pkg/models/mocks (-: # github.com/stashapp/stash/pkg/models/mocks
lint: pkg/models/mocks/database.go#L105
cannot use db.Tag (variable of type *TagReaderWriter) as models.TagReaderWriter value in struct literal: *TagReaderWriter does not implement models.TagReaderWriter (missing method FindByStashID) (typecheck)