dynamodb

package
v0.0.0-...-3814583 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MediaRepositoryDynamoDB

type MediaRepositoryDynamoDB struct {
	// contains filtered or unexported fields
}

func NewMediaRepositoryDynamoDB

func NewMediaRepositoryDynamoDB(cfgApplication *config.Config, log logger.Logger) (*MediaRepositoryDynamoDB, error)

func (*MediaRepositoryDynamoDB) DeleteMedia

func (r *MediaRepositoryDynamoDB) DeleteMedia(ctx context.Context, videoID string) error

func (*MediaRepositoryDynamoDB) GetMedia

func (r *MediaRepositoryDynamoDB) GetMedia(ctx context.Context, videoID string) (*model.Media, error)

func (*MediaRepositoryDynamoDB) SaveMedia

func (r *MediaRepositoryDynamoDB) SaveMedia(ctx context.Context, media *model.Media) error

func (*MediaRepositoryDynamoDB) UpdateMedia

func (r *MediaRepositoryDynamoDB) UpdateMedia(ctx context.Context, videoID string, media *model.Media) error

Jump to

Keyboard shortcuts

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