Documentation ¶
Index ¶
Constants ¶
View Source
const EVENTSTORE = "portmanteaus_events"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicRecorder ¶
type DynamicRecorder interface {
PutItem(*dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
}
DynamicRecorder interfaces with dynamodb, encapsulating all necessary writing functionality
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewRecorder ¶
func NewRecorder(db DynamicRecorder) *Recorder
Click to show internal directories.
Click to hide internal directories.