Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageService ¶
type StorageService interface { PutRecord(family string, rec Record) (int64, error) DeleteRecord(family string, key int64) error GetRecord(family string, key int64) (Record, error) AllRecords(ctx context.Context, family string) (<-chan Record, int64) AllCreateEventsAfter(ctx context.Context, family string, lastId int64) <-chan Record AllDeleteEvents(ctx context.Context, family string) <-chan Record }
Click to show internal directories.
Click to hide internal directories.