Skip to content

Commit

Permalink
add name method to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
victorguarana committed Apr 30, 2024
1 parent cd2127e commit af96174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ type Collection[T any] interface {
ListIndexes(ctx context.Context) ([]Index, error)

Drop(ctx context.Context) error

Name() string
}
```

Expand Down

0 comments on commit af96174

Please sign in to comment.