Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
FetchFn func(ctx context.Context, schemaName string, ackedOnly bool) (*schemalog.LogEntry, error)
AckFn func(ctx context.Context, le *schemalog.LogEntry) error
CloseFn func() error
// contains filtered or unexported fields
}
func (*Store) GetAckCalls ¶
func (*Store) GetFetchCalls ¶
Click to show internal directories.
Click to hide internal directories.