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
12dc6ac7
Commit
12dc6ac7
authored
6 years ago
by
Ajit Jagtap
Browse files
Options
Downloads
Plain Diff
Merge branch 'devbranch' into 'master'
Devbranch to Master See merge request
!23
parents
53b4973f
62aca397
2 merge requests
!76
Add: Message Id header to avoid spam mails
,
!23
Devbranch to Master
Changes
90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+3
-1
.gitignore
Gopkg.lock
+89
-8
Gopkg.lock
Gopkg.toml
+26
-2
Gopkg.toml
README.md
+1
-1
README.md
cachemdl/cachemdl.go
+41
-10
cachemdl/cachemdl.go
cachemdl/cachemdl_test.go
+2
-2
cachemdl/cachemdl_test.go
configmdl/configmdl.go
+66
-0
configmdl/configmdl.go
configmdl/configmdl_test.go
+118
-0
configmdl/configmdl_test.go
constantmdl/constantmdl.go
+36
-0
constantmdl/constantmdl.go
dalmdl/dao/dao.go
+12
-3
dalmdl/dao/dao.go
dalmdl/dao/dao_test.go
+3
-3
dalmdl/dao/dao_test.go
dalmdl/fdb/fdb.go
+228
-39
dalmdl/fdb/fdb.go
dalmdl/fdb/fdb_test.go
+285
-11
dalmdl/fdb/fdb_test.go
dalmdl/fdb/fdbdefault.go
+2
-2
dalmdl/fdb/fdbdefault.go
dalmdl/lazywriter/lazywriter.go
+482
-0
dalmdl/lazywriter/lazywriter.go
dalmdl/mongodb/mongodb.go
+42
-0
dalmdl/mongodb/mongodb.go
errormdl/errormdl.go
+48
-4
errormdl/errormdl.go
errormdl/errormdl_test.go
+38
-9
errormdl/errormdl_test.go
filemdl/filemdl.go
+410
-3
filemdl/filemdl.go
filemdl/filemdl_test.go
+1204
-0
filemdl/filemdl_test.go
with
3136 additions
and
98 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