repository

package
v0.0.0-...-5b0cae5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamoDBStore

type DynamoDBStore struct {
	DB *dynamodb.Client
}

func (*DynamoDBStore) DeleteNoteByID

func (d *DynamoDBStore) DeleteNoteByID(id string) error

func (*DynamoDBStore) GetNoteByID

func (d *DynamoDBStore) GetNoteByID(id string) (models.Note, error)

func (*DynamoDBStore) SaveNote

func (d *DynamoDBStore) SaveNote(note models.Note) error

func (*DynamoDBStore) UpdateNoteContent

func (d *DynamoDBStore) UpdateNoteContent(id string, note models.Note) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL