mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
4 lines
109 B
Go
4 lines
109 B
Go
package dsn
|
|
|
|
// Values is a shorthand alias for map[string]interface{}.
|
|
type Values = map[string]interface{}
|