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
bb95c093
Commit
bb95c093
authored
5 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Add: FileType key constant
1. Add: FileType key constant
parent
066f1281
2 merge requests
!113
31 Aug MEP Merge Dev to Stg
,
!107
Add: Pack bucket and lazy writing indexes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dalmdl/corefdb/bucket.go
+2
-0
dalmdl/corefdb/bucket.go
with
2 additions
and
0 deletions
dalmdl/corefdb/bucket.go
+
2
−
0
View file @
bb95c093
...
...
@@ -51,6 +51,8 @@ const (
BucketTypeAppend
=
`typeAppend`
// IndexKeyValSeperator -
IndexKeyValSeperator
=
"="
// FileType - represents key for type of file. Used whenever we need to set file type field in json
FileType
=
"fileType"
)
// Bucket - Bucket
...
...
This diff is collapsed.
Click to expand it.
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