3
0

Cleanup, instrumentation

This commit is contained in:
Denis Arh
2020-09-15 07:24:28 +02:00
parent d309e17c14
commit 5eba380f19
25 changed files with 456 additions and 144 deletions
@@ -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 }}