Compare commits

..

No commits in common. "main" and "v2.0.0" have entirely different histories.
main ... v2.0.0

2 changed files with 3 additions and 3 deletions

View file

@ -220,7 +220,7 @@ type File struct {
type PhotoLabel struct { type PhotoLabel struct {
PhotoID uint `json:"PhotoID"` PhotoID uint `json:"PhotoID"`
LabelID uint `json:"LabelID"` LabelID uint `json:"LabelID"`
LabelSrc string `json:"LabelSrc"` LabelSrc string `json:"LabelSrc""`
Uncertainty int `json:"Uncertainty"` Uncertainty int `json:"Uncertainty"`
Photo *Photo `json:"Photo"` Photo *Photo `json:"Photo"`
Label *Label `json:"Label"` Label *Label `json:"Label"`

4
go.mod
View file

@ -1,6 +1,6 @@
module git.zio.sh/astra/photoprism-client-go/v2 module git.zio.sh/astra/photoprism-client-go
go 1.21.1 go 1.18
require git.zio.sh/astra/logger v1.0.1 require git.zio.sh/astra/logger v1.0.1