Add method to add label to photos

This commit is contained in:
astravexton 2021-05-06 19:11:52 +01:00
parent 012ab74599
commit 9304897b69
3 changed files with 22 additions and 1 deletions

5
go.mod
View file

@ -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
)