Commit 152a9fa8 authored by Jeromy's avatar Jeromy

add godoc

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent f200445a
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment