Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( wire.Struct(new(EventStoreRedis), "*"), wire.Bind(new(EventStore), new(*EventStoreRedis)), wire.Struct(new(EventProvider), "*"), )
Functions ¶
This section is empty.
Types ¶
type Event ¶
type EventProvider ¶
type EventProvider struct {
Store EventStore
}
func (*EventProvider) InitStream ¶
func (*EventProvider) RecordAccess ¶
type EventStore ¶
type EventStoreRedis ¶
func (*EventStoreRedis) AppendEvent ¶
func (*EventStoreRedis) ResetEventStream ¶
func (s *EventStoreRedis) ResetEventStream(ctx context.Context, sessionID string) error
Click to show internal directories.
Click to hide internal directories.