Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisEventStore ¶
type RedisEventStore struct {
// contains filtered or unexported fields
}
This is a simple event recorder for testing, it doesnt actually persist the events
func NewRedisEventStore ¶
func NewRedisEventStore(pool redis.Pool) RedisEventStore
func (RedisEventStore) GetEvents ¶
func (r RedisEventStore) GetEvents(id event.ID) ([]event.EventMessage, error)
func (RedisEventStore) Record ¶
func (r RedisEventStore) Record(e event.EventMessage) error
Click to show internal directories.
Click to hide internal directories.