Finished implementing all the exporters

This commit is contained in:
Trial97
2021-08-17 17:15:50 +03:00
committed by Dan Christian Bogos
parent a74aacd7fe
commit cd0964dfea
69 changed files with 1365 additions and 2859 deletions

View File

@@ -53,7 +53,6 @@ type SQLEe struct {
dialect gorm.Dialector
tableName string
colNames []string
}
type sqlPosterRequest struct {