localAi / core /config /gallery.go
eder0782's picture
inicio
7def60a
raw
history blame contribute delete
116 Bytes
package config
type Gallery struct {
URL string `json:"url" yaml:"url"`
Name string `json:"name" yaml:"name"`
}