Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e41e5f1a1 | |||
| b86e9d96cf |
2 changed files with 3 additions and 3 deletions
|
|
@ -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
4
go.mod
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue