Compare commits

...

2 commits
v2.0.0 ... main

Author SHA1 Message Date
4e41e5f1a1 Update api/v1/types.go 2024-06-28 18:59:13 +02:00
b86e9d96cf Update go to 1.21.1 2024-06-06 09:18:46 +01:00
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 module git.zio.sh/astra/photoprism-client-go/v2
go 1.18 go 1.21.1
require git.zio.sh/astra/logger v1.0.1 require git.zio.sh/astra/logger v1.0.1