Files
photoprism/internal/frontend/config.go
Michael Mayer 9872cfaa50 Add ConfigCommand test #58
- Includes refactoring of existing packages to enable testing of commands
2018-11-17 13:57:19 +01:00

5 lines
87 B
Go

package frontend
// Config values for Web frontend
type Config map[string]interface{}