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 3
3
[ ![ Coverage] ( https://codecov.io/gh/tcp-direct/database/branch/main/graph/badge.svg )] ( https://codecov.io/gh/tcp-direct/database/tree/main )
4
4
[ ![ 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 )
5
5
6
- ` import "git.tcp.direct /tcp. direct/database" `
6
+ ` import "github.com /tcp- direct/database" `
7
7
8
8
> [ !WARNING]
9
9
> This package is pre-v1 and the API is NOT stable!
@@ -287,4 +287,15 @@ type Store interface {
287
287
288
288
Store is an implementation of a Filer and a Searcher.
289
289
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