File size: 116 Bytes
7def60a
 
 
 
 
 
1
2
3
4
5
6
7
package config

type Gallery struct {
	URL  string `json:"url" yaml:"url"`
	Name string `json:"name" yaml:"name"`
}