Remove todo comment, see #50
This commit is contained in:
parent
35ce40dfa1
commit
b300d5540c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue