Big Refactor:
- Create model.DataStore, with provision for transactions - Change all layers dependencies on repositories to use DataStore - Implemented persistence.SQLStore - Removed iTunes Bridge/Importer support
This commit is contained in:
@@ -29,7 +29,6 @@ type sonic struct {
|
||||
DevDisableAuthentication bool `default:"false"`
|
||||
DevDisableFileCheck bool `default:"false"`
|
||||
DevDisableBanner bool `default:"false"`
|
||||
DevUseFileScanner bool `default:"false"`
|
||||
}
|
||||
|
||||
var Sonic *sonic
|
||||
|
||||
Reference in New Issue
Block a user