Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie committed Jan 23, 2025
1 parent 77dacff commit 52a5144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/kvstore_versioned.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ type (
// Option sets an option
type Option func(*KvWithVersion)

// VersionedNamespaceOption pass in versioned namespaces
func VersionedNamespaceOption(ns ...Namespace) Option {
return func(k *KvWithVersion) {
k.vns = ns
Expand Down

0 comments on commit 52a5144

Please sign in to comment.