Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBStore ¶
func (*DynamoDBStore) DeleteNoteByID ¶
func (d *DynamoDBStore) DeleteNoteByID(id string) error
func (*DynamoDBStore) GetNoteByID ¶
func (d *DynamoDBStore) GetNoteByID(id string) (models.Note, error)
func (*DynamoDBStore) UpdateNoteContent ¶
func (d *DynamoDBStore) UpdateNoteContent(id string, note models.Note) error
Click to show internal directories.
Click to hide internal directories.