Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewEmailSender ¶
NewEmailSender is the factory method to create an email sender
func NewPersistedEmailStore ¶
func NewPersistedEmailStore() platform.PersistedEmailStore
NewPersistedEmailStore is the factory method to create an email store
func NewPersistedPropertyList ¶
func NewPersistedPropertyList() platform.PersistedPropertyList
NewPersistedPropertyList is the factory method to create an property list store
func NewPersistedVersionedEvents ¶
func NewPersistedVersionedEvents() platform.PersistedVersionedEvents
NewPersistedVersionedEvents is the factory method to create a persisted events store
Types ¶
type Event ¶
type Event struct { ID int Value interface{} }
Event is the []byte gob-encoded array of events
type PersistedEmail ¶
type PersistedEmail struct { EmailID string `datastore:"EmailId"` // legacy name Email string `datastore:"Email"` // legacy name PropertyID string `datastore:"PropertyId"` // legacy name }
PersistedEmail is the structure used to store an email address and other PII information
Notes ¶
Bugs ¶
check that transactionIndex is correct
Click to show internal directories.
Click to hide internal directories.