add handlers, storage(Postgres, sqlite) (#3)

Reviewed-on: #3
Co-authored-by: Evstigneev Denis <danteevstigneev@yandex.ru>
Co-committed-by: Evstigneev Denis <danteevstigneev@yandex.ru>
This commit is contained in:
2023-08-11 20:12:15 +03:00
committed by Vasiliy Tolstov
parent b0f76d9bac
commit 8886dcba9c
35 changed files with 2751 additions and 936 deletions

View File

@@ -282,7 +282,7 @@ func Updates(opt UpdateOptions) {
return nil
})
}
group.Wait()
_ = group.Wait()
}()
for u := range ch {
if opt.OnUpdate != nil {