mirror of
https://github.com/celogeek/piwigo-cli.git
synced 2025-05-25 02:02:37 +02:00
9 lines
123 B
Go
9 lines
123 B
Go
package piwigo
|
|
|
|
type Infos []Info
|
|
|
|
type Info struct {
|
|
Name string `json:"name"`
|
|
Value interface{} `json:"value"`
|
|
}
|