photoprism/internal/config/settings.go

7 lines
166 B
Go
Raw Normal View History

package config
type Settings struct {
Theme string `json:"theme" yaml:"theme" flag:"theme"`
Language string `json:"language" yaml:"language" flag:"language"`
}