Skip to content
Snippets Groups Projects

Resolve "Need common configuration storage"

Merged Ghost User requested to merge 15-need-common-configuration-storage into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,6 +10,6 @@ type MockDatabase struct {
func (db MockDatabase) DropTables() {
}
func NewDatabaseClient(uri, username, password string, encrypted bool) Database {
func NewMockDatabaseClient(uri, username, password string, encrypted bool) Database {
return MockDatabase{}
}
Loading