stash/internal/api/models.go
WithoutPants b6808dc714
Add support for disabling plugins (#4141)
* Move timestamp to own file
* Backend changes
* UI changes
2023-10-16 16:15:12 +11:00

11 lines
138 B
Go

package api
import (
"github.com/stashapp/stash/pkg/models"
)
type BaseFile interface{}
type GalleryFile struct {
*models.BaseFile
}