Framework tools
()
| 449 | // Framework tools |
| 450 | |
| 451 | func checkInit() (err error) { |
| 452 | if initAuthentication == false { |
| 453 | err = createError(000) |
| 454 | } |
| 455 | |
| 456 | return |
| 457 | } |
| 458 | |
| 459 | func saveDatabase(tmpMap interface{}) (err error) { |
| 460 |
no test coverage detected