Documentation
¶
Index ¶
- func NewStore(inner schemalog.Store, instrumentation *otel.Instrumentation) schemalog.Store
- type Store
- func (s *Store) Ack(ctx context.Context, le *schemalog.LogEntry) (err error)
- func (s *Store) Close() error
- func (s *Store) Fetch(ctx context.Context, schemaName string, version int) (le *schemalog.LogEntry, err error)
- func (s *Store) FetchLast(ctx context.Context, schemaName string, acked bool) (le *schemalog.LogEntry, err error)
- func (s *Store) Insert(ctx context.Context, schemaName string) (le *schemalog.LogEntry, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.