Add method to add label to photos
This commit is contained in:
parent
012ab74599
commit
9304897b69
3 changed files with 22 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -2,4 +2,7 @@ module github.com/astravexton/photoprism-client-go
|
|||
|
||||
go 1.15
|
||||
|
||||
require github.com/astravexton/logger v0.2.1 // indirect
|
||||
require (
|
||||
github.com/astravexton/logger v0.2.1
|
||||
github.com/kris-nova/logger v0.2.1
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue