1
0
mirror of https://github.com/celogeek/piwigo-cli.git synced 2025-06-24 15:29:57 +02:00
2021-12-21 11:31:48 +01:00

9 lines
123 B
Go

package piwigo
type Infos []Info
type Info struct {
Name string `json:"name"`
Value interface{} `json:"value"`
}