implement collect

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-15 15:49:54 +03:00
parent 315cce9348
commit b023ed8cec
4 changed files with 234 additions and 1 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/unistack-org/micro-wrapper-sql/v3
go 1.16
require github.com/unistack-org/micro/v3 v3.2.22