()
| 60 | } |
| 61 | |
| 62 | func getMySQLDefaultConfig() MySQL { |
| 63 | return MySQL{ |
| 64 | Username: "test", |
| 65 | Password: "test", |
| 66 | Hostname: "127.0.0.1", |
| 67 | DatabaseName: "garm", |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | func getDefaultDatabaseConfig(dir string) Database { |
| 72 | return Database{ |
no outgoing calls
no test coverage detected