Remove todo comment, see #50

This commit is contained in:
Michael Mayer 2018-12-21 04:07:36 +01:00
parent 35ce40dfa1
commit b300d5540c

View file

@ -7,7 +7,7 @@ import (
"github.com/photoprism/photoprism/internal/frontend"
)
// Todo: Remove Get prefix, see https://golang.org/doc/effective_go.html#Getters
// Config interface implemented in context (cli) and test packages
type Config interface {
Debug() bool
Db() *gorm.DB