File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ Coverage] ( https://codecov.io/gh/tcp-direct/database/branch/main/graph/badge.svg )] ( https://codecov.io/gh/tcp-direct/database/tree/main )
44[ ![ Build Status] ( https://github.com/tcp-direct/database/actions/workflows/go.yml/badge.svg?branch=main )] ( https://github.com/tcp-direct/database/actions/workflows/go.yml )
55
6- ` import "git.tcp.direct /tcp. direct/database" `
6+ ` import "github.com /tcp- direct/database" `
77
88> [ !WARNING]
99> This package is pre-v1 and the API is NOT stable!
@@ -287,4 +287,15 @@ type Store interface {
287287
288288Store is an implementation of a Filer and a Searcher.
289289
290- ---
290+ #### func ToStore
291+
292+ ``` go
293+ func ToStore (filer Filer ) (Store , error )
294+ ```
295+
296+ #### func IsStore
297+
298+ ```go
299+ func IsStore(filer Filer) bool
300+ ```
301+
You can’t perform that action at this time.
0 commit comments