Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
public-templates
golang-template
gin-template-project
Commits
13d37c25
There was an error fetching the commit references. Please try again later.
Commit
13d37c25
authored
10 months ago
by
Somnath Ghorpade
Browse files
Options
Downloads
Patches
Plain Diff
initial commit.
parent
3441c5ed
No related merge requests found
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
GoTemplate.postman_collection.json
+963
-0
GoTemplate.postman_collection.json
README.md
+39
-78
README.md
database.json
+64
-0
database.json
go.mod
+121
-0
go.mod
go.sum
+861
-0
go.sum
pprof.go
+20
-0
pprof.go
servers/app/models/modelMappings.go
+140
-0
servers/app/models/modelMappings.go
servers/app/modules/immudbcrudoperations/immudbcrudoperations.go
+331
-0
.../app/modules/immudbcrudoperations/immudbcrudoperations.go
servers/app/modules/mongodbcrudoperations/mongodbcrudOperations.go
+131
-0
...pp/modules/mongodbcrudoperations/mongodbcrudOperations.go
servers/app/modules/mssqlservercrudoperations/mssqlservercrudoperations.go
+107
-0
...es/mssqlservercrudoperations/mssqlservercrudoperations.go
servers/app/modules/mysqlcrudoperations/mysqlcrudoperations.go
+107
-0
...rs/app/modules/mysqlcrudoperations/mysqlcrudoperations.go
servers/common/common.go
+96
-0
servers/common/common.go
servers/logs/access.log
+0
-0
servers/logs/access.log
servers/logs/main.log
+0
-0
servers/logs/main.log
servers/main.go
+155
-0
servers/main.go
servers/middleware/middleware.go
+114
-0
servers/middleware/middleware.go
servers/routes/routes.go
+65
-0
servers/routes/routes.go
with
3314 additions
and
78 deletions
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets