Skip to content

Commit 212878c

Browse files
committed
Doc: update README.md
1 parent a48562b commit 212878c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

288288
Store 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+

0 commit comments

Comments
 (0)