Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStore ¶
func NewStore(tableName string) (eventsourcing.EventStore, error)
NewStore creates a new DynamoDB backed event-store to use, using the default contextual session from the application.
func NewStoreWithSession ¶
func NewStoreWithSession(session *session.Session, tableName string) (eventsourcing.EventStore, error)
NewStoreWithSession creates a new DynamoDB event store, using the specified session.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.