(databaseType DatabaseType)
| 34 | } |
| 35 | |
| 36 | func UsingMainDatabase(databaseType DatabaseType) bool { |
| 37 | return mainDatabaseType == databaseType |
| 38 | } |
| 39 | |
| 40 | func UsingLogDatabase(databaseType DatabaseType) bool { |
| 41 | return logDatabaseType == databaseType |
no outgoing calls
no test coverage detected