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
MKCLOS
Core Development Platform
corepkgv2
Commits
56ddca03
Commit
56ddca03
authored
4 years ago
by
Vikram Ingawale
2
Browse files
Options
Downloads
Plain Diff
Merge branch 'devbranch' into staging_mepdeployment05072020
parents
cdc863d9
c243a60c
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!219
Add: Support for branches
,
!210
Staging mepdeployment05072020
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
authmdl/jwtmdl/jwtmdl.go
+76
-83
authmdl/jwtmdl/jwtmdl.go
authmdl/jwtmdl/jwtmdl_fasthttp.go
+4
-57
authmdl/jwtmdl/jwtmdl_fasthttp.go
authmdl/jwtmdl/jwtmdl_http.go
+2
-32
authmdl/jwtmdl/jwtmdl_http.go
authmdl/jwtmdl/jwtmdl_test.go
+118
-0
authmdl/jwtmdl/jwtmdl_test.go
authmdl/jwtmdl/options.go
+73
-0
authmdl/jwtmdl/options.go
authmdl/sessionmdl/session.go
+165
-0
authmdl/sessionmdl/session.go
authmdl/sessionmdl/session_test.go
+147
-0
authmdl/sessionmdl/session_test.go
cachemdl/cache.go
+1
-30
cachemdl/cache.go
cachemdl/cache_redis.go
+126
-22
cachemdl/cache_redis.go
cachemdl/cache_redis_test.go
+48
-0
cachemdl/cache_redis_test.go
cachemdl/cachemdl.go
+44
-0
cachemdl/cachemdl.go
cachemdl/cachemdl_test.go
+46
-0
cachemdl/cachemdl_test.go
dalmdl/corefdb/bucket/packbucket.go
+1
-1
dalmdl/corefdb/bucket/packbucket.go
dalmdl/corefdb/corefdb.go
+38
-2
dalmdl/corefdb/corefdb.go
dalmdl/corefdb/filetype/pack.go
+43
-0
dalmdl/corefdb/filetype/pack.go
dalmdl/coremongo/coremongo.go
+12
-1
dalmdl/coremongo/coremongo.go
dalmdl/dalmdl.go
+8
-0
dalmdl/dalmdl.go
routebuildermdl/routebuilder_fasthttp.go
+42
-28
routebuildermdl/routebuilder_fasthttp.go
routebuildermdl/routebuilder_gin.go
+39
-26
routebuildermdl/routebuilder_gin.go
servicebuildermdl/servicebuildermdl.go
+52
-1
servicebuildermdl/servicebuildermdl.go
with
1085 additions
and
283 deletions
Ajit Jagtap
@ajitj
mentioned in commit
45b93576
·
4 years ago
mentioned in commit
45b93576
mentioned in commit 45b93576613fffa28ac13e87fd0c8f3486586208
Toggle commit list
Akshay Bharambe
@akshayb
mentioned in merge request
!226 (merged)
·
4 years ago
mentioned in merge request
!226 (merged)
mentioned in merge request !226
Toggle commit list
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