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
Commits
152a9fa8
Commit
152a9fa8
authored
Sep 04, 2017
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add godoc
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
f200445a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
repo/fsrepo/datastores.go
repo/fsrepo/datastores.go
+2
-0
No files found.
repo/fsrepo/datastores.go
View file @
152a9fa8
...
...
@@ -343,6 +343,8 @@ type badgerdsDatastoreConfig struct {
path
string
}
// BadgerdsDatastoreConfig returns a configuration stub for a badger datastore
// from the given parameters
func
BadgerdsDatastoreConfig
(
params
map
[
string
]
interface
{})
(
DatastoreConfig
,
error
)
{
var
c
badgerdsDatastoreConfig
var
ok
bool
...
...
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