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
dd9a5b7e
Commit
dd9a5b7e
authored
4 years ago
by
Ajit Jagtap
Browse files
Options
Downloads
Plain Diff
Merge branch 'ab_v2migration' into 'devbranch'
Add: V2 changes for module versioning See merge request
!223
parents
70d2a3c9
290ad8b9
Changes
168
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
v2/authmdl/aclmdl/aclmdl.go
+21
-0
v2/authmdl/aclmdl/aclmdl.go
v2/authmdl/jwtmdl/jwtmdl.go
+130
-0
v2/authmdl/jwtmdl/jwtmdl.go
v2/authmdl/jwtmdl/jwtmdl_fasthttp.go
+24
-0
v2/authmdl/jwtmdl/jwtmdl_fasthttp.go
v2/authmdl/jwtmdl/jwtmdl_http.go
+21
-0
v2/authmdl/jwtmdl/jwtmdl_http.go
v2/authmdl/jwtmdl/jwtmdl_test.go
+191
-0
v2/authmdl/jwtmdl/jwtmdl_test.go
v2/authmdl/jwtmdl/options.go
+73
-0
v2/authmdl/jwtmdl/options.go
v2/authmdl/ldapmdl/ldapmdl.go
+154
-0
v2/authmdl/ldapmdl/ldapmdl.go
v2/authmdl/ldapmdl/ldapmdl_test.go
+107
-0
v2/authmdl/ldapmdl/ldapmdl_test.go
v2/authmdl/roleenforcemdl/roleenforcement.go
+148
-0
v2/authmdl/roleenforcemdl/roleenforcement.go
v2/authmdl/roleenforcemdl/roleenforcement_fasthttp.go
+38
-0
v2/authmdl/roleenforcemdl/roleenforcement_fasthttp.go
v2/authmdl/roleenforcemdl/roleenforcement_gin.go
+37
-0
v2/authmdl/roleenforcemdl/roleenforcement_gin.go
v2/authmdl/roleenforcemdl/roleenforcement_test.go
+59
-0
v2/authmdl/roleenforcemdl/roleenforcement_test.go
v2/authmdl/sessionmdl/session.go
+165
-0
v2/authmdl/sessionmdl/session.go
v2/authmdl/sessionmdl/session_test.go
+147
-0
v2/authmdl/sessionmdl/session_test.go
v2/cachemdl/cache.go
+38
-0
v2/cachemdl/cache.go
v2/cachemdl/cache_redis.go
+313
-0
v2/cachemdl/cache_redis.go
v2/cachemdl/cache_redis_test.go
+455
-0
v2/cachemdl/cache_redis_test.go
v2/cachemdl/cachemdl.go
+117
-0
v2/cachemdl/cachemdl.go
v2/cachemdl/cachemdl_test.go
+87
-0
v2/cachemdl/cachemdl_test.go
v2/configmdl/configmdl.go
+71
-0
v2/configmdl/configmdl.go
with
2396 additions
and
0 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