Cleanup, instrumentation
This commit is contained in:
@@ -12,19 +12,9 @@ package store
|
||||
// the code is regenerated.
|
||||
//
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
type (
|
||||
Transactioner interface {
|
||||
Tx(context.Context, func(context.Context, Storer) error) error
|
||||
}
|
||||
|
||||
// Sortable interface combines interfaces of all supported store interfaces
|
||||
Storer interface {
|
||||
Transactioner
|
||||
|
||||
storerGenerated interface {
|
||||
{{ range .Definitions -}}
|
||||
{{ export .Types.Plural }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user