Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3-blockstore
Commits
8aee0f54
Commit
8aee0f54
authored
May 20, 2015
by
Tommi Virtanen
Committed by
Jeromy
Jan 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fsrepo: Refactor to extract datastore internals
License: MIT Signed-off-by:
Tommi Virtanen
<
tv@eagain.net
>
parent
ef7f864c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
blockstore.go
blockstore.go
+1
-1
No files found.
blockstore.go
View file @
8aee0f54
...
@@ -51,7 +51,7 @@ type GCBlockstore interface {
...
@@ -51,7 +51,7 @@ type GCBlockstore interface {
PinLock
()
func
()
PinLock
()
func
()
}
}
func
NewBlockstore
(
d
ds
.
ThreadSafe
Datastore
)
*
blockstore
{
func
NewBlockstore
(
d
ds
.
Datastore
)
*
blockstore
{
dd
:=
dsns
.
Wrap
(
d
,
BlockPrefix
)
dd
:=
dsns
.
Wrap
(
d
,
BlockPrefix
)
return
&
blockstore
{
return
&
blockstore
{
datastore
:
dd
,
datastore
:
dd
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment