store: fix comment

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-11-06 00:03:40 +03:00
parent dc63d96e0b
commit 3542d6c824
2 changed files with 1 additions and 8 deletions

View File

@@ -73,13 +73,6 @@ func Table(t string) Option {
}
}
// WithContext sets the stores context, for any extra configuration
func WithContext(c context.Context) Option {
return func(o *Options) {
o.Context = c
}
}
// ReadOptions configures an individual Read operation
type ReadOptions struct {
Database, Table string