Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BusDriver ¶
type BusDriver interface {
Acquire(*flipbookv1.Subscription) error
}
type StoreDriver ¶
type StoreDriver interface { Write(context.Context, *flipbookv1.Event_AppendRequest, helpers.SortedEventMap) error Read(context.Context, *flipbookv1.Event_IterateRequest, chan *flipbookv1.Event) error Tail(context.Context, *flipbookv1.Event_GetLatestRequest) (*flipbookv1.Event, error) }
type StoreDriverAdapter ¶
type StoreDriverAdapter interface { Bind(helpers.FlagBinder) New(helpers.FlagGetter) (StoreDriver, error) Destroy(StoreDriver) error }
type StoreDriverMap ¶
type StoreDriverMap map[string]StoreDriverAdapter
Click to show internal directories.
Click to hide internal directories.